Changeset 1fc62d in git
- Timestamp:
- May 25, 1998, 11:31:55 AM (25 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- f486f52815f4a23bc601df252061ee62cebecd6d
- Parents:
- 1a4ea6f4bd4023bd13e691d5575ab1e4044e9bf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r1a4ea6 r1fc62d 44 44 ## compiler and linker options 45 45 ## 46 CFLAGS = @CFLAGS@ -pipe47 CXXFLAGS = @CXXFLAGS@ -pipe46 CFLAGS = @CFLAGS@ ${PIPE} 47 CXXFLAGS = @CXXFLAGS@ ${PIPE} 48 48 CXXTEMPLFLAGS = @CXXTEMPLFLAGS@ 49 49 CPPFLAGS = -I${srcdir} @CPPFLAGS@ … … 52 52 STATIC_LDFLAGS = @STATIC_LDFLAGS@ 53 53 LIBS = @NEED_LIBS@ 54 PIPE = 54 55 55 56 ## … … 204 205 echo ./gentable; \ 205 206 ./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; \ 208 209 fi 209 210 … … 213 214 -DGENERATE_INDEX_TABLE -DHAVE_INDEX_TABLE mmutil.c -o mmutil 214 215 ./mmutil > mmutil.inc 215 rm -f mmutil 216 rm -f mmutil mmutil.exe 216 217 217 218 mmutil.o mmutil.d: mmutil.inc … … 387 388 CCM = gcc -MM 388 389 389 CFLAGSG = -g -Wall -Wno-unused -pipe390 CXXFLAGSG = -g -Wall -Wno-unused -pipe390 CFLAGSG = -g -Wall -Wno-unused ${PIPE} 391 CXXFLAGSG = -g -Wall -Wno-unused ${PIPE} 391 392 CXXTEMPLFLAGSG = -fno-implicit-templates 392 393 DEFSG = @DEFS@ … … 451 452 CXXP = gcc 452 453 453 CFLAGSP = -pg -O3 -pipe454 CXXFLAGSP = -pg -O3 -pipe454 CFLAGSP = -pg -O3 ${PIPE} 455 CXXFLAGSP = -pg -O3 ${PIPE} 455 456 CXXTEMPLFLAGSP = -fno-implicit-templates 456 457 DEFSP = @DEFS@ -DNDEBUG -DDO_PROFILE 457 458 LDFLAGSP = -static @LDFLAGS@ 458 459 459 CFLAGSB = -g -O3 -pipe460 CXXFLAGSB = -g -O3 -pipe460 CFLAGSB = -g -O3 ${PIPE} 461 CXXFLAGSB = -g -O3 ${PIPE} 461 462 CXXTEMPLFLAGSB = -fno-implicit-templates 462 463 DEFSB = @DEFS@ -DNDEBUG
Note: See TracChangeset
for help on using the changeset viewer.