TREE=	/disc1/benutzer/postgres
OD=	/disc1/benutzer/postgres/obj.386bsd
SD=	/disc1/benutzer/postgres/src
PORTNAME=	386bsd

PORTDIR=	port/386bsd
PORTLDFLAGS=

CC=		gcc
GCFLAGS=	-g -DOLD_DEC -DNO_ASSERT_CHECKING
BKIFLAGS=
LDFLAGS=	$(GCFLAGS)
CFLAGS=		$(GCFLAGS) \
		-I$(SD)/lib/H \
		-I$(SD)/lib/H/obsolete \
		-I$(OD)/lib/H \
		-I$(SD)/$(PORTDIR) 
DIRS=		./dirs.mk
LIBS=		$(OD)/$(PORTDIR)/ipc.o -ll -lm -lc
DEMOCCOPTS=
#
# Makefile for making the object files to be loaded
# into the video.  
# $Header: /private/postgres/video/RCS/makefile.source,v 1.1 1991/11/19 22:53:17 mer Exp $
#
.SUFFIXES: .temp .pq

all: set-up-1.pq

clean: 
	rm -f *.pq

set-up-1.pq: set-up-1.temp

.temp.pq:
	-@ echo "producing the setup script $(@F)" ; \
	C=`pwd`; sed -e "s:_CWD_:$$C:" < $(<F) > $(@F)
