File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
3
- .PHONEY : all
3
+ .PHONY : all
4
4
all : $(PS )
5
5
cd nipguide; $(MAKE )
6
6
7
- .PHONEY : clean
7
+ .PHONY : clean
8
8
clean :
9
9
cd nipguide; $(MAKE ) clean
10
10
11
- .PHONEY : install
11
+ .PHONY : install
12
12
install :
13
13
cd nipguide; $(MAKE ) install
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $(PDF): $(SRC)
30
30
pdflatex nipguide.tex
31
31
pdflatex nipguide.tex
32
32
33
- .PHONEY : html
33
+ .PHONY : html
34
34
html :
35
35
-rm -rf nipguide
36
36
mkdir nipguide
39
39
-rm nipguide/* .jpg
40
40
-rm nipguide/* .png
41
41
42
- .PHONEY : clean
42
+ .PHONY : clean
43
43
clean :
44
44
-rm -f * .4ct
45
45
-rm -f * .4tc
Original file line number Diff line number Diff line change @@ -328,27 +328,21 @@ nip2_SOURCES = \
328
328
$(my_sources )
329
329
endif
330
330
331
- .PHONEY : helpindex.h
332
331
helpindex.h :
333
332
./makehelpindex.pl $(prefix ) > helpindex.h
334
- .PHONEY : nipmarshal.h
335
333
nipmarshal.h :
336
334
glib-genmarshal --prefix=nip --header nipmarshal.list > nipmarshal.h
337
- .PHONEY : nipmarshal.c
338
335
nipmarshal.c :
339
336
echo " #include \" nipmarshal.h\" " > nipmarshal.c
340
337
glib-genmarshal --prefix=nip --body nipmarshal.list >> nipmarshal.c
341
- .PHONEY : gtksheet-marshal.h
342
338
gtksheet-marshal.h :
343
339
glib-genmarshal --prefix=gtksheet --header gtksheet-marshal.list > \
344
340
gtksheet-marshal.h
345
- .PHONEY : gtksheet-marshal.c
346
341
gtksheet-marshal.c :
347
342
echo " #include \" gtksheet-marshal.h\" " > gtksheet-marshal.c
348
343
glib-genmarshal --prefix=gtksheet --body gtksheet-marshal.list >> \
349
344
gtksheet-marshal.c
350
345
351
- .PHONEY : gtksheettypebuiltins.h
352
346
gtksheettypebuiltins.h : $(gtksheet_public_h_sources )
353
347
( glib-mkenums \
354
348
--fhead " #ifndef __GTKSHEET_TYPE_BUILTINS_H__\n#define __GTKSHEET_TYPE_BUILTINS_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
@@ -357,7 +351,6 @@ gtksheettypebuiltins.h: $(gtksheet_public_h_sources)
357
351
--ftail " G_END_DECLS\n\n#endif /* __GTKSHEET_TYPE_BUILTINS_H__ */" \
358
352
$(gtksheet_public_h_sources ) ) > gtksheettypebuiltins.h
359
353
360
- .PHONEY : gtksheettypebuiltins.c
361
354
gtksheettypebuiltins.c : $(gtksheet_public_h_sources )
362
355
( glib-mkenums \
363
356
--fhead " #define GTKSHEET_ENABLE_BROKEN\n#include \" gtksheet.h\" " \
You can’t perform that action at this time.
0 commit comments