Changeset ee3e5aa in git
- Timestamp:
- Jul 14, 2010, 7:36:27 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 740c922aa8746212b355112c8ff11cae5de15639
- Parents:
- 512f05c5a1ab245e49d1b2471320fe775eba0d43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/Makefile.in
r512f05 ree3e5aa 131 131 ./makeheader om_Alloc.h $@ 132 132 133 omalloc.o: omalloc.c 133 omalloc.o: omalloc.c omalloc.h 134 134 ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -DOM_NDEBUG -c $< -o $@ 135 135 136 omalloc_debug.o: omalloc_debug.c 136 omalloc_debug.o: omalloc_debug.c omalloc.h 137 137 ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -c $< -o $@ 138 138 139 omTables.inc: omTables 139 omTables.inc: omTables omalloc.h 140 140 ./omTables > omTables.xx && mv omTables.xx $@ 141 141
Note: See TracChangeset
for help on using the changeset viewer.