Changeset 76178c in git for Singular/Makefile.am
- Timestamp:
- Jan 22, 2015, 4:33:12 PM (9 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 1e210d65d8dc82cc829f8b88cf056d035bb9b311
- Parents:
- d181eea62bf528f5777c224499fbf26cccac5ff7
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 16:33:12+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2015-01-22 18:57:37+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
rd181ee r76178c 4 4 5 5 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(FACTORY_INCLUDES) $(GMP_CFLAGS) $(NTL_CFLAGS) $(FLINT_CFLAGS) -DGIT_VERSION='"$(GIT_VERSION)"' 6 7 all-local: feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD ${abs_builddir}/LIB Singular ESingular TSingular 6 8 7 9 SUBDIRS = dyn_modules … … 156 158 bin_PROGRAMS = Singular ESingular TSingular $(optional_Singular_programs) 157 159 158 # the following dependency leads to Singular relinking upon a library update!159 Singular ESingular TSingular $(optional_Singular_programs): ${abs_builddir}/LIB160 161 160 Singular_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc utils.h 162 161 … … 233 232 234 233 ######################################################### 235 ### plural_cmd.inc236 234 # These files are built first 237 235 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc all.lib gftables MOD 238 239 236 CLEANFILES = $(BUILT_SOURCES) $(EXTRA_PROGRAMS) 240 237 … … 253 250 ${builddir}/feOptTS$(EXEEXT) 254 251 255 # plural_cmd.inc is only necessary for documentation generation256 #plural_cmd.inc: gentable1$(EXEEXT)257 # ${builddir}/gentable1$(EXEEXT) argument258 259 252 iparith.inc: gentable1$(EXEEXT) table.h 260 253 ${builddir}/gentable1$(EXEEXT)
Note: See TracChangeset
for help on using the changeset viewer.