Changeset aa3877a in git
- Timestamp:
- Jul 16, 2004, 12:17:36 PM (19 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 8cce43f1da24bb3f3abfe30a196840eee907c742
- Parents:
- eb333f15264ff5eda5006038b3f9ee7fbfe87c41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
reb333f raa3877a 98 98 CXXSOURCES=grammar.cc scanner.cc attrib.cc \ 99 99 eigenval_ip.cc\ 100 extra.cc fehelp.cc fe Resource.cc feOpt.cc \100 extra.cc fehelp.cc feOpt.cc \ 101 101 ipassign.cc ipconv.cc ipid.cc iplib.cc \ 102 102 ipprint.cc ipshell.cc \ … … 305 305 # Hmm compiling with -fomit-frame-pointer resulted in access violation 306 306 # under cygwin 307 ESingular: fegetopt.o feResource.ccmod2.h feOpt.cc version.h emacs.cc \307 ESingular: fegetopt.o mod2.h feOpt.cc version.h emacs.cc \ 308 308 feOptES.inc mmalloc.o 309 309 ${CXX} -O2 ${CPPFLAGS} ${DEFS} -DESINGULAR -o ESingular emacs.cc fegetopt.o \ 310 310 ${LDFLAGS} -lomalloc_ndebug mmalloc.o 311 311 312 TSingular: fegetopt.o feResource.ccmod2.h feOpt.cc version.h emacs.cc \312 TSingular: fegetopt.o mod2.h feOpt.cc version.h emacs.cc \ 313 313 feOptTS.inc mmalloc.o 314 314 ${CXX} -O2 ${CPPFLAGS} ${DEFS} -DTSINGULAR -o TSingular emacs.cc fegetopt.o \ … … 624 624 ${INSTALL_PROGRAM} Singularg ${bindir} 625 625 626 ESingularg: fegetopt.og feResource.ccmod2.h feOpt.cc version.h emacs.cc \626 ESingularg: fegetopt.og mod2.h feOpt.cc version.h emacs.cc \ 627 627 feOptES.inc mmalloc.og 628 628 ${CXXG} ${CXXFLAGSG} ${CPPFLAGS} -DESINGULAR -g ${DEFSG} -o ESingularg emacs.cc fegetopt.og ${LDFLAGS} ${LIBS} -lomalloc mmalloc.og
Note: See TracChangeset
for help on using the changeset viewer.