head 1.19; access; symbols Version_2_1:1.16 Version_2:1.9; locks; strict; 1.19 date 92.06.23.18.19.29; author mer; state Exp; branches; next 1.18; 1.18 date 91.11.19.06.35.53; author mer; state Exp; branches; next 1.17; 1.17 date 91.11.18.22.53.29; author mer; state Exp; branches; next 1.16; 1.16 date 90.10.25.17.49.13; author kemnitz; state Exp; branches; next 1.15; 1.15 date 90.10.24.17.32.41; author kemnitz; state Exp; branches; next 1.14; 1.14 date 90.10.22.04.38.35; author kemnitz; state Exp; branches; next 1.13; 1.13 date 90.08.22.17.29.35; author hong; state Exp; branches; next 1.12; 1.12 date 90.08.09.00.13.58; author kemnitz; state Exp; branches; next 1.11; 1.11 date 90.08.03.15.22.25; author cimarron; state Exp; branches; next 1.10; 1.10 date 90.08.01.16.11.45; author cimarron; state Exp; branches; next 1.9; 1.9 date 90.07.12.14.13.59; author goh; state Version_2; branches; next 1.8; 1.8 date 90.06.13.15.08.00; author cimarron; state Exp; branches; next 1.7; 1.7 date 90.06.12.20.21.10; author cimarron; state Exp; branches; next 1.6; 1.6 date 90.04.11.20.49.43; author mao; state Exp; branches; next 1.5; 1.5 date 90.03.05.18.17.47; author kemnitz; state Exp; branches; next 1.4; 1.4 date 90.03.02.20.41.33; author kemnitz; state Exp; branches; next 1.3; 1.3 date 90.03.02.18.08.26; author kemnitz; state Exp; branches; next 1.2; 1.2 date 90.03.02.17.57.51; author kemnitz; state Exp; branches; next 1.1; 1.1 date 90.03.02.16.54.46; author kemnitz; state Exp; branches; next ; desc @SunOS 4.0 config.mk file @ 1.19 log @add BKIFLAGS variable to pass options to the bki scripts @ text @PORTNAME= sunos4 PORTDIR= port/sunos4 PORTLDFLAGS= -Bstatic GCFLAGS= -g BKIFLAGS= -DALLOW_PG_GROUP LDFLAGS= $(GCFLAGS) CFLAGS= $(GCFLAGS) \ -I$(SD)/lib/H \ -I$(SD)/lib/H/obsolete \ -I$(OD)/lib/H \ -I$(SD)/$(PORTDIR) \ -DMATH_H_EXTERNS -DNO_DMINUS -DNO_ALLOCA DIRS= ./dirs.mk LIBS= -ll -lm -lc DEMOCCOPTS= @ 1.18 log @back out automatic prototyping configuration @ text @d7 1 @ 1.17 log @enable prototype checking @ text @d6 1 a6 1 GCFLAGS= -g -DPROTOTYPES @ 1.16 log @Added DEMOCCOPTS so demo stuff won't complain. @ text @d6 1 a6 1 GCFLAGS= -g @ 1.15 log @Added PORTLDFLAGS @ text @d16 1 @ 1.14 log @Added "-Bstatic" to compile options @ text @d4 1 d7 1 a7 1 LDFLAGS= $(GCFLAGS) -Bstatic @ 1.13 log @deleted subdirs of lib/H from -I list @ text @d6 1 a6 1 LDFLAGS= $(GCFLAGS) @ 1.12 log @Fixed "$$" problem. @ text @a8 14 -I$(SD)/lib/H/access \ -I$(SD)/lib/H/catalog \ -I$(SD)/lib/H/commands \ -I$(SD)/lib/H/executor \ -I$(SD)/lib/H/nodes \ -I$(SD)/lib/H/parser \ -I$(SD)/lib/H/planner \ -I$(SD)/lib/H/rules \ -I$(SD)/lib/H/storage \ -I$(SD)/lib/H/support \ -I$(SD)/lib/H/tcop \ -I$(SD)/lib/H/test \ -I$(SD)/lib/H/utils \ -I$(SD)/lib/H/tmp \ @ 1.11 log @added new lib/H directories to CFLAGS @ text @d25 1 a25 1 -I$$(SD)/$(PORTDIR) \ @ 1.10 log @added several per-module H/ directories to the list of directories searched for #include files. Eventually these will go away once all the .c files are updated to specify the directories themselves. @ text @d13 1 @ 1.9 log @*** empty log message *** @ text @d9 12 @ 1.8 log @added H/tmp to include paths. @ text @d1 1 a1 1 PORTNAME= sun d3 1 a3 2 SD= src PORTDIR= port/sun d8 5 a12 5 -I$(TREE)/$(SD)/lib/H \ -I$(TREE)/$(SD)/lib/H/tmp \ -I$(TREE)/$(SD)/lib/H/obsolete \ -I$(TREE)/$(OD)/lib/H \ -I$(TREE)/$(SD)/$(PORTDIR) \ @ 1.7 log @added -I to add H/obsolete to the include file search path to facilitate easier obsoletion of old .h files. @ text @d10 1 @ 1.6 log @LDFLAGS needs to included GCFLAGS, since GCFLAGS is where things go for all phases of compilation. @ text @d8 6 a13 1 CFLAGS= $(GCFLAGS) -I$(TREE)/$(SD)/lib/H -I$(TREE)/$(OD)/lib/H -I$(TREE)/$(SD)/$(PORTDIR) -DMATH_H_EXTERNS -DNO_DMINUS -DNO_ALLOCA @ 1.5 log @Fixeed OD problem. @ text @a5 1 LDFLAGS= d7 1 @ 1.4 log @Added define for MATH_H_EXTERNS for dynamic_syms.c @ text @a3 1 OD= O @ 1.3 log @Fixed $TREE stuff @ text @d4 1 d9 1 a9 1 CFLAGS= $(GCFLAGS) -I$(TREE)/$(SD)/lib/H -I$(TREE)/$(OD)/lib/H -I$(TREE)/$(SD)/$(PORTDIR) -DMATH_H_EXTERNS @ 1.2 log @Deleted OD (To be defined in newport) @ text @a1 1 TREE= /usr/postgres @ 1.1 log @Initial revision @ text @a4 1 OD= O @