Changeset ff7993 in git for dyn_modules/syzextra/Makefile.am
- Timestamp:
- Jul 3, 2012, 6:30:41 PM (11 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- cd5fefcfcb3762114c087ec176782c753f2a14d8
- Parents:
- 14e93b441b4c859a8d51eeeb99f68c2ff924c4bd
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-03 18:30:41+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:45+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/Makefile.am
r14e93b rff7993 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 3 SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h4 2 5 3 MYINCLUDES = -I${top_srcdir} -I${top_builddir} \ … … 21 19 P_PROCS_MODULE_LDFLAGS = -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup 22 20 21 SOURCES = mod_main.cc DebugPrint.cc DebugPrint.h myNF.cc myNF.h singularxx_defs.h syzextra.cc syzextra.h 23 22 syzextra_la_SOURCES = $(SOURCES) 24 23 syzextra_la_CPPFLAGS = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON}
Note: See TracChangeset
for help on using the changeset viewer.