Changeset 88d14b in git
- Timestamp:
- Jul 14, 2010, 8:21:06 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c536ffdd556546bbd274d558e98b60c12035cfec
- Parents:
- 740c922aa8746212b355112c8ff11cae5de15639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/GNUmakefile.in
r740c92 r88d14b 447 447 448 448 # how to create library objets 449 %.o: %.cc config.h 449 %.o: %.cc config.h factoryconf.h 450 450 $(CXX) -c $< $(LIBCXXFLAGS) -o $@ 451 451 %.o: %.c config.h 452 452 $(CC) -c $< $(LIBCFLAGS) -o $@ 453 453 # the debug version: 454 %.og: %.cc config.h 454 %.og: %.cc config.h factoryconf.h 455 455 $(CXX) -g -c $< $(LIBCGGFLAGS) -o $@ 456 456 # the profiling version: 457 %.op: %.cc config.h 457 %.op: %.cc config.h factoryconf.h 458 458 $(CXX) -O -pg -c $< $(LIBCGGFLAGS) -o $@ 459 459
Note: See TracChangeset
for help on using the changeset viewer.