Changeset 23704 for branches/pap/ppSub/src/Makefile.am
- Timestamp:
- Apr 3, 2009, 11:58:24 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppSub/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src/Makefile.am
r23688 r23704 42 42 ppSub.h 43 43 44 45 ### Error codes. 46 BUILT_SOURCES = ppSubErrorCodes.h ppSubErrorCodes.c 47 CLEANFILES = ppSubErrorCodes.h ppSubErrorCodes.c 48 49 ppSubErrorCodes.h : ppSubErrorCodes.dat ppSubErrorCodes.h.in 50 $(ERRORCODES) --data=ppSubErrorCodes.dat --outdir=. ppSubErrorCodes.h 51 52 ppSubErrorCodes.c : ppSubErrorCodes.dat ppSubErrorCodes.c.in ppSubErrorCodes.h 53 $(ERRORCODES) --data=ppSubErrorCodes.dat --outdir=. ppSubErrorCodes.c 54 55 44 56 clean-local: 45 57 -rm -f TAGS … … 48 60 tags: 49 61 etags `find . -name \*.[ch] -print` 50
Note:
See TracChangeset
for help on using the changeset viewer.
