Changeset 13a8a67 for app/src/dgp/Makefile
- Timestamp:
- 05/01/08 22:27:23 (17 years ago)
- Branches:
- master, help
- Children:
- df77b87
- Parents:
- 28e9ae0
- git-author:
- pawelk <pawelk@…> (05/01/08 22:27:23)
- git-committer:
- pawelk <pawelk@…> (05/01/08 22:27:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/Makefile
r28e9ae0 r13a8a67 20 20 21 21 ${bin}: ${objs} 22 ${CXX} ${CXXFLAGS} - o $@ ${objs}22 ${CXX} ${CXXFLAGS} -D _CMDLINE_FILE=$(CMDLINE_FILE) -o $@ ${objs} 23 23 24 24 include $(sources:.cc=.d) … … 28 28 29 29 %.d: %.cc 30 $(CC) -MM $(CPPFLAGS) $< > $@.$$$$; \30 $(CC) -MM $(CPPFLAGS) -D _CMDLINE_FILE=$(CMDLINE_FILE) $< > $@.$$$$; \ 31 31 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 32 32 rm -f $@.$$$$
Note: See TracChangeset
for help on using the changeset viewer.