git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a0947
)
added .PHONY statement
author
kramm
<kramm>
Sun, 9 Sep 2007 10:26:22 +0000
(10:26 +0000)
committer
kramm
<kramm>
Sun, 9 Sep 2007 10:26:22 +0000
(10:26 +0000)
lib/pdf/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/pdf/Makefile.in
b/lib/pdf/Makefile.in
index
bd76b49
..
292d1ce
100644
(file)
--- a/
lib/pdf/Makefile.in
+++ b/
lib/pdf/Makefile.in
@@
-135,6
+135,8
@@
pdf2swf$(E): $(xpdf_objects) $(libpdf_objects) ../../src/pdf2swf.c ../devices/sw
install:
uninstall:
+
clean:
rm -f xpdf/*.o xpdf/*.obj *.o pdf2swf pdftoppm pdftotext pdf2swf.exe pdftoppm.exe pdftotext.exe *.obj *.lo *.a *.lib *.la gmon.out
+.PHONY: clean install uninstall check all