Changeset 96337e in git for libfac/Makefile.in
- Timestamp:
- Sep 21, 2010, 10:07:26 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4ec8b6d613631a82a58144133b707e2aa6bd8b43
- Parents:
- 8cc501005dad91f11f83435ebe0a0bebd31552c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/Makefile.in
r8cc501 r96337e 123 123 $(CXX) -g $(CPPFLAGS) $(DEFS) -c $< -o $@ 124 124 125 libfac: libfac.a126 127 libsingfac: libsingfac.a128 129 libsingfac_g: libsingfac_g.a125 libfac: OPTOBJ libfac.a 126 127 libsingfac: OPTOBJ libsingfac.a 128 129 libsingfac_g: OPTOBJ libsingfac_g.a 130 130 131 131 libfac.a: $(OPTFACTOROBJ) $(OPTCHARSETOBJ)
Note: See TracChangeset
for help on using the changeset viewer.