head     1.2;
branch   ;
access   ;
symbols  ;
locks    mao:1.2; strict;
comment  @@;


1.2
date     89.09.21.09.36.55;  author goh;  state Exp;
branches ;
next     1.1;

1.1
date     89.09.19.17.24.36;  author goh;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@*** empty log message ***
@
text
@# global configuration file 
# is overridden by any config.mk files in the individual
# object directories

PORTNAME= dec
#PORTNAME= sun
TREE= /a/postgres/goh/postgres

SD= $(TREE)/src
OD= $(TREE)/obj.$(PORTNAME)
PORTDIR= $(SD)/port/$(PORTNAME)

LDFLAGS= 
CFLAGS= -g -I$(SD)/lib/H -I$(OD)/lib/H -I$(PORTDIR)
DIRS = ./dirs.mk
LIBS= -ll -lm -lc

ALLMODS= access/*/*.o commands/*.o executor/*.o lib/*/*.o \
	 parser/*.o planner/*/*.o port/$(PORTNAME)/*.o \
	 storage/*/*.o utils/*/*.o tcop/*.o rules/*/*.o

@


1.1
log
@Initial revision
@
text
@d6 1
@
