Date:2010-10-12 17:39:32 (13 years 5 months ago)
Author:werner
Commit:a119e25a773ba9e6aa9548f3c985666d25305084
Message: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
Files: Makefile (3 diffs)

Change Details

Makefile
8181
8282# ----- Rules -----------------------------------------------------------------
8383
84.PHONY: all dep depend clean install uninstall manual upload-manual
84.PHONY: all dep depend clean spotless
85.PHONY: install uninstall manual upload-manual
8586.PHONY: update montage test tests valgrind
8687
8788.SUFFIXES: .fig .xpm .ppm
...... 
9697            '/^\(.*:\)\? */{p;s///;s/ *\\\?$$/ /;s/ */:\n/g;H;}' \
9798            -e '$${g;p;}' -e d >$*.d; \
9899          [ "$${PIPESTATUS[*]}" = "0 0" ] || { rm -f $*.d; exit 1; }
99
100
100101# generate 26x26 pixels icons, then drop the 1-pixel frame
101102
102103.fig.ppm:
...... 
175176        rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
176177        rm -f __dbg????.png _tmp* test/core
177178
179spotless: clean
180        rm -f fped
181
178182# ----- Install / uninstall ---------------------------------------------------
179183
180184install: all

Archive Download the corresponding diff file

Branches:
master



interactive