head 1.16; access; symbols Version_2_1:1.14 Version_2:1.7; locks; strict; 1.16 date 91.11.19.06.35.53; author mer; state Exp; branches; next 1.15; 1.15 date 91.11.18.22.53.29; author mer; state Exp; branches; next 1.14; 1.14 date 90.10.25.22.00.32; author kemnitz; state Exp; branches; next 1.13; 1.13 date 90.10.25.17.49.10; author kemnitz; state Exp; branches; next 1.12; 1.12 date 90.10.24.17.32.38; author kemnitz; state Exp; branches; next 1.11; 1.11 date 90.10.22.04.38.24; author kemnitz; state Exp; branches; next 1.10; 1.10 date 90.08.22.17.29.32; author hong; state Exp; branches; next 1.9; 1.9 date 90.08.03.15.22.23; author cimarron; state Exp; branches; next 1.8; 1.8 date 90.08.01.16.11.38; author cimarron; state Exp; branches; next 1.7; 1.7 date 90.07.12.14.13.57; author goh; state Version_2; branches; next 1.6; 1.6 date 90.06.13.15.07.58; author cimarron; state Exp; branches; next 1.5; 1.5 date 90.06.12.20.21.08; author cimarron; state Exp; branches; next 1.4; 1.4 date 90.04.11.20.49.41; author mao; state Exp; branches; next 1.3; 1.3 date 90.03.02.18.08.25; author kemnitz; state Exp; branches; next 1.2; 1.2 date 90.03.02.17.57.49; author kemnitz; state Exp; branches; next 1.1; 1.1 date 90.03.02.16.54.36; author kemnitz; state Exp; branches; next ; desc @SunOS 3.5 config.mk file @ 1.16 log @back out automatic prototyping configuration @ text @PORTNAME= sun PORTDIR= port/sun PORTLDFLAGS= GCFLAGS= -g LDFLAGS= $(GCFLAGS) CFLAGS= $(GCFLAGS) \ -I$(SD)/lib/H \ -I$(SD)/lib/H/obsolete \ -I$(OD)/lib/H \ -I$(SD)/$(PORTDIR) \ -DMATH_H_EXTERNS DIRS= ./dirs.mk LIBS= -ll -lm -lc DEMOCCOPTS= @ 1.15 log @enable prototype checking @ text @d6 1 a6 1 GCFLAGS= -g -DPROTOTYPES @ 1.14 log @Got rid of "-Bstatic" @ text @d6 1 a6 1 GCFLAGS= -g @ 1.13 log @Added DEMOCCOPTS so demo stuff won't complain. @ text @d7 1 a7 1 LDFLAGS= $(GCFLAGS) -Bstatic @ 1.12 log @Added PORTLDFLAGS @ text @d16 1 @ 1.11 log @Added "-Bstatic" to compile options @ text @d4 1 @ 1.10 log @deleted subdirs of lib/H from -I list @ text @d6 1 a6 1 LDFLAGS= $(GCFLAGS) @ 1.9 log @added new lib/H directories to CFLAGS @ 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.8 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.7 log @*** empty log message *** @ text @d9 12 @ 1.6 log @added H/tmp to include paths. @ text @a2 1 SD= src 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.5 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.4 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 @ 1.3 log @Fixed $TREE stuff @ text @a5 1 LDFLAGS= d7 1 @ 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 @