1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 13:26:01 +03:00

Makefile (spotless): added target to remove "fped" (suggested by Xiangfu Liu)

git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5979 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner 2010-10-12 15:39:32 +00:00
parent 02518334f2
commit a119e25a77

View File

@ -81,7 +81,8 @@ endif
# ----- Rules ----------------------------------------------------------------- # ----- Rules -----------------------------------------------------------------
.PHONY: all dep depend clean install uninstall manual upload-manual .PHONY: all dep depend clean spotless
.PHONY: install uninstall manual upload-manual
.PHONY: update montage test tests valgrind .PHONY: update montage test tests valgrind
.SUFFIXES: .fig .xpm .ppm .SUFFIXES: .fig .xpm .ppm
@ -96,7 +97,7 @@ endif
'/^\(.*:\)\? */{p;s///;s/ *\\\?$$/ /;s/ */:\n/g;H;}' \ '/^\(.*:\)\? */{p;s///;s/ *\\\?$$/ /;s/ */:\n/g;H;}' \
-e '$${g;p;}' -e d >$*.d; \ -e '$${g;p;}' -e d >$*.d; \
[ "$${PIPESTATUS[*]}" = "0 0" ] || { rm -f $*.d; exit 1; } [ "$${PIPESTATUS[*]}" = "0 0" ] || { rm -f $*.d; exit 1; }
# generate 26x26 pixels icons, then drop the 1-pixel frame # generate 26x26 pixels icons, then drop the 1-pixel frame
.fig.ppm: .fig.ppm:
@ -175,6 +176,9 @@ clean:
rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d) rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
rm -f __dbg????.png _tmp* test/core rm -f __dbg????.png _tmp* test/core
spotless: clean
rm -f fped
# ----- Install / uninstall --------------------------------------------------- # ----- Install / uninstall ---------------------------------------------------
install: all install: all