Changeset aa3877a in git


Ignore:
Timestamp:
Jul 16, 2004, 12:17:36 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8cce43f1da24bb3f3abfe30a196840eee907c742
Parents:
eb333f15264ff5eda5006038b3f9ee7fbfe87c41
Message:
*hannes: feResource.cc ->kernel


git-svn-id: file:///usr/local/Singular/svn/trunk@7269 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    reb333f raa3877a  
    9898CXXSOURCES=grammar.cc scanner.cc attrib.cc \
    9999    eigenval_ip.cc\
    100     extra.cc fehelp.cc feResource.cc feOpt.cc \
     100    extra.cc fehelp.cc feOpt.cc \
    101101    ipassign.cc ipconv.cc ipid.cc iplib.cc \
    102102    ipprint.cc ipshell.cc \
     
    305305# Hmm compiling with -fomit-frame-pointer resulted in access violation
    306306# under cygwin
    307 ESingular: fegetopt.o feResource.cc mod2.h feOpt.cc version.h emacs.cc \
     307ESingular: fegetopt.o mod2.h feOpt.cc version.h emacs.cc \
    308308           feOptES.inc mmalloc.o
    309309        ${CXX} -O2 ${CPPFLAGS} ${DEFS} -DESINGULAR -o ESingular emacs.cc fegetopt.o \
    310310        ${LDFLAGS} -lomalloc_ndebug mmalloc.o
    311311
    312 TSingular: fegetopt.o feResource.cc mod2.h feOpt.cc version.h emacs.cc \
     312TSingular: fegetopt.o mod2.h feOpt.cc version.h emacs.cc \
    313313           feOptTS.inc mmalloc.o
    314314        ${CXX} -O2 ${CPPFLAGS} ${DEFS} -DTSINGULAR -o TSingular emacs.cc fegetopt.o \
     
    624624        ${INSTALL_PROGRAM} Singularg ${bindir} 
    625625
    626 ESingularg: fegetopt.og feResource.cc mod2.h feOpt.cc version.h emacs.cc \
     626ESingularg: fegetopt.og mod2.h feOpt.cc version.h emacs.cc \
    627627           feOptES.inc mmalloc.og
    628628        ${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.