Changeset 74725c in git
- Timestamp:
- Jul 22, 2009, 7:18:05 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 4f14e517e43578d335a6caf15b4e150ccb9a6715
- Parents:
- 9be65c2f015f278636f0f197b120707fa72d825f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/GNUmakefile.in
r9be65c r74725c 1 1 # @configure_input@ 2 # $Id: GNUmakefile.in,v 1.6 4 2009-05-13 17:35:08Singular Exp $2 # $Id: GNUmakefile.in,v 1.65 2009-07-22 17:18:05 Singular Exp $ 3 3 4 4 # … … 199 199 200 200 # factory object files and dependencies 201 factoryobj := $(factorysrc:%.cc=%.o) $(factorysrc:%.y=%.o) 201 factoryobj1 := $(factorysrc:%.cc=%.o) 202 factoryobj := $(factoryobj1:%.y=%.o) 202 203 factorygobj := $(factorysrc:%.cc=%.og) 203 204 factorypobj := $(factorysrc:%.cc=%.op)
Note: See TracChangeset
for help on using the changeset viewer.