]> andersk Git - splint.git/blame - os2/make.vars
Fixed the OS/2 specific files for the latest release.
[splint.git] / os2 / make.vars
CommitLineData
feba098c 1CC = gcc -O3\r
2CPPFLAGS=-I.\Headers -DSTDC_HEADERS=1 -DOS2\r
3CFLAGS=-Wall \r
4OFLAG=-o \r
5LDFLAGS = -lfl\r
6O=.o\r
7EXEEXT=.exe\r
87fa79e5 8BISON = bison\r
9FLEX = flex\r
10YFLAGS = -v -t -d\r
11LFLAGS = \r
12CPPCMD = cpp \r
13CP = cp\r
14MV = mv\r
15CAT = cat\r
feba098c 16SED = sed\r
87fa79e5 17RM = rm\r
18INSTALL = cp\r
19INSTALLFLAGS = \r
20ECHO = echo\r
feba098c 21\r
22###\r
23### do you have bison and/or flex?\r
24### (Note: yacc will probably not work; lex might work but is not recommended.)\r
25###\r
26\r
27BISON = bison\r
28FLEX = flex\r
29YFLAGS = -v -t -d\r
30LFLAGS =\r
31\r
32\r
33###\r
34### Some defaults, edit these if you do not want to have to\r
35### use environment variables\r
36###\r
37\r
38### Directory containing system include files:\r
39\r
40SYSTEM_LIBDIR = e:/usr/include\r
41\r
42### default preprocessor command:\r
43\r
44CPPCMD = cpp \r
45\r
46### directory for splint standard imports\r
47DEFAULT_LCLIMPORTDIR = .;e:/usr/lib/splint/imports\r
48\r
49### directory for splint libraries\r
50DEFAULT_LARCHPATH = .;e:/usr/lib/splint/lib\r
51\r
52### directory for splint binary\r
53INSTALLDIR = e:/usr/bin\r
54\r
55### system include directory\r
56GCC_INCLUDE_DIR = e:/usr/include\r
57\r
58### alternate system include directory\r
59GCC_INCLUDE_DIR2 = e:/emx/include\r
60\r
61###\r
62### Cosmetic stuff (goes into the executable\r
63###\r
64\r
65LCL_OS2 = 1\r
66TARGET_CPU = i586\r
67UNAME = OS/2 Warp 4 (Paulina)\r
68\r
69LCL_VERSION := $(shell grep "^PACKAGE_VERSION" ../configure \\r
70 | sed "s/PACKAGE_VERSION *= *'\\([^']*\\)'.*/\1/")\r
71LCL_DATE := $(shell date +"%d %b %Y")\r
72BUILD_DATE := $(shell date +"%c")\r
73ME := $(shell whoami)\r
74BASEDIR := $(shell (cd ..; cmd /c cd | tr '\\' '/'))\r
75LCL_COMPILE = Compiled using $(CC)\\n on $(UNAME) $(TARGET_CPU) $(BUILD_DATE) by $(ME),\\n OS/2 specific subversion is $(LCL_OS2)\r
76LCL_PARSE_VERSION = Splint $(LCL_VERSION)\r
77SPLINT_VERSION = $(LCL_PARSE_VERSION) -- $(LCL_DATE)\r
78\r
79binDir = ../bin\r
80\r
81.SUFFIXES = \r
82.SUFFIXES = .c .h $O $(EXEEXT) .l .check\r
83\r
84# Some preferences\r
85### We use the no-lines option to prevent confusion with splint flag settings.\r
86### Should fix splint to avoid this...\r
87YFLAGS = -v -t -d --debug --no-lines\r
88LFLAGS = -L\r
This page took 0.380706 seconds and 5 git commands to generate.