Changeset 1fc62d in git for Singular/Makefile.in


Ignore:
Timestamp:
May 25, 1998, 11:31:55 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f486f52815f4a23bc601df252061ee62cebecd6d
Parents:
1a4ea6f4bd4023bd13e691d5575ab1e4044e9bf1
Message:
*small NT compatibility things


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r1a4ea6 r1fc62d  
    4444## compiler and linker options
    4545##
    46 CFLAGS          = @CFLAGS@ -pipe
    47 CXXFLAGS        = @CXXFLAGS@ -pipe
     46CFLAGS          = @CFLAGS@ ${PIPE}
     47CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    4848CXXTEMPLFLAGS   = @CXXTEMPLFLAGS@
    4949CPPFLAGS        = -I${srcdir} @CPPFLAGS@
     
    5252STATIC_LDFLAGS  = @STATIC_LDFLAGS@
    5353LIBS            = @NEED_LIBS@
     54PIPE            =
    5455
    5556##
     
    204205                echo ./gentable; \
    205206                ./gentable; \
    206                 echo /bin/rm gentable;\
    207                 /bin/rm gentable; \
     207                echo /bin/rm -f gentable gentable.exe;\
     208                /bin/rm -f gentable gentable.exe; \
    208209        fi
    209210
     
    213214               -DGENERATE_INDEX_TABLE -DHAVE_INDEX_TABLE mmutil.c -o mmutil
    214215        ./mmutil > mmutil.inc
    215         rm -f mmutil
     216        rm -f mmutil mmutil.exe
    216217
    217218mmutil.o mmutil.d: mmutil.inc
     
    387388CCM             = gcc -MM
    388389
    389 CFLAGSG         = -g -Wall -Wno-unused -pipe
    390 CXXFLAGSG       = -g -Wall -Wno-unused -pipe
     390CFLAGSG         = -g -Wall -Wno-unused ${PIPE}
     391CXXFLAGSG       = -g -Wall -Wno-unused ${PIPE}
    391392CXXTEMPLFLAGSG  = -fno-implicit-templates
    392393DEFSG           = @DEFS@
     
    451452CXXP            = gcc
    452453
    453 CFLAGSP         = -pg -O3 -pipe 
    454 CXXFLAGSP       = -pg -O3 -pipe
     454CFLAGSP         = -pg -O3 ${PIPE} 
     455CXXFLAGSP       = -pg -O3 ${PIPE}
    455456CXXTEMPLFLAGSP  = -fno-implicit-templates
    456457DEFSP           = @DEFS@ -DNDEBUG -DDO_PROFILE
    457458LDFLAGSP        = -static @LDFLAGS@
    458459
    459 CFLAGSB         = -g -O3 -pipe 
    460 CXXFLAGSB       = -g -O3 -pipe
     460CFLAGSB         = -g -O3 ${PIPE} 
     461CXXFLAGSB       = -g -O3 ${PIPE}
    461462CXXTEMPLFLAGSB  = -fno-implicit-templates
    462463DEFSB           = @DEFS@ -DNDEBUG
Note: See TracChangeset for help on using the changeset viewer.