]> andersk Git - splint.git/blobdiff - src/Makefile.sys
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / src / Makefile.sys
index 30476e0539544bf9776c83b6ce21cdfe8548b408..564dc7c5bc4cb916198140b494dbcf194c1bb0ef 100644 (file)
@@ -28,8 +28,8 @@ FLEX = /usr/bin/flex
 ### NOTE: CC is set in top level Makefile
 ###       
 
-CC              = /usr/local/bin/gcc  -Wall -g
-CCOPT           = /usr/local/bin/gcc -Wall -g
+CC              = gcc  -Wall -g
+CCOPT           = gcc -Wall -g
 # -O4 doesn't work with bison 1.25 
 
 ###
@@ -46,9 +46,9 @@ LINKFLAGS     = -lfl
 
 
 ifeq ($(CC), gcc)
-  CFLAGS       = $(CPPFLAGS) -Wpointer-arith -Wcast-qual -Wcomment -Wswitch -Wunused -Wreturn-type -ansi -pedantic
+  CFLAGS       = -Wpointer-arith -Wcast-qual -Wcomment -Wswitch -Wunused -Wreturn-type -ansi -pedantic
 else
-  CFLAGS       = $(CPPFLAGS)
+  CFLAGS       = 
 endif
 
 DEBUGFLAGS = -DYYDEBUG=1 -DYYIMPURE=1 # don't change this
@@ -76,6 +76,7 @@ RM              = rm -f
 MV              = mv -f
 CP              = cp
 CAT             = cat
+SED            = sed
 
 MAKEDEPEND      = makedepend
 LASTBACKUP      = lastbackup
@@ -86,7 +87,7 @@ VERSION_NUMBER  = lastversion
 ### Defaults (overrode by environment varialbles for local build)
 ###
 
-SYSTEM_LIBDIR   = /usr/include
-DEFAULT_LARCHPATH = /usr/local/lclint-2.5m/lib
-DEFAULT_LCLIMPORTDIR = /usr/local/lclint-2.5m/imports
+SYSTEM_LIBDIR   = "/usr/include"
+DEFAULT_LARCHPATH = "/usr/local/lclint/lib"
+DEFAULT_LCLIMPORTDIR = "/usr/local/lclint/imports"
 
This page took 0.026522 seconds and 4 git commands to generate.