Changeset 148d3c in git for factory/Makefile.am
- Timestamp:
- May 19, 2011, 5:39:53 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c8204aefe85bd27523a76a77f4ae555c156bdc21
- Parents:
- 3199ac3605af0f6ec91729ae32d5704af6105991
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-19 05:39:53+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:08+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r3199ac r148d3c 4 4 5 5 lib_LIBRARIES = libfactory.a libfactory_g.a 6 7 libfactory_a_includedir=$(includedir)/factory 8 libfactory_g_a_includedir=$(includedir)/factory 9 10 libfactory_a_libdir=$(libdir)/factory 11 libfactory_g_a_libdir=$(libdir)/factory 6 12 7 13 libfactory_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${CXXTEMPLFLAGS} … … 215 221 216 222 217 gftables: 223 gftables: gengftables 218 224 @if test -x ${srcdir}/gftables; then \ 219 225 if test ! -x ${builddir}/gftables; then \ … … 231 237 232 238 BUILT_SOURCES = factory.h factoryconf.h 239 240 libfactory_a_include_HEADERS=$(BUILT_SOURCES) 241 libfactory_g_a_include_HEADERS=$(BUILT_SOURCES) 233 242 234 243 # These files listed below are not used anywhere but are included in … … 289 298 290 299 CLEANFILES = factory.h factoryconf.h 300 301 302
Note: See TracChangeset
for help on using the changeset viewer.