head	1.6;
access;
symbols
	Version_2_1:1.4;
locks; strict;


1.6
date	91.11.19.06.36.31;	author mer;	state Exp;
branches;
next	1.5;

1.5
date	91.11.18.22.53.29;	author mer;	state Exp;
branches;
next	1.4;

1.4
date	90.10.24.17.44.47;	author kemnitz;	state Exp;
branches;
next	1.3;

1.3
date	90.10.24.17.31.57;	author kemnitz;	state Exp;
branches;
next	1.2;

1.2
date	90.08.22.17.29.22;	author hong;	state Exp;
branches;
next	1.1;

1.1
date	90.08.20.14.00.31;	author choi;	state Exp;
branches;
next	;


desc
@this file added for Sprite OS.
@


1.6
log
@back out automatic prototyping configuration
@
text
@PORTNAME=	decsprite

PORTDIR=	port/decsprite
PORTLDFLAGS=

GCFLAGS=	-g
LDFLAGS=	$(GCFLAGS)
CFLAGS=		-DOLD_DEC \
		 $(GCFLAGS) \
		-I$(SD)/lib/H \
		-I$(SD)/lib/H/obsolete \
		-I$(OD)/lib/H \
		-I$(SD)/$(PORTDIR) \
		-I/sprite/lib/include/ds3100.md \
		-Uultrix \
		-Dsprite
DIRS=		./dirs.mk
LIBS=		-ll -lm -lc
@


1.5
log
@enable prototype checking
@
text
@d6 1
a6 1
GCFLAGS=	-g -DPROTOTYPES
@


1.4
log
@Added define for OLD_DEC.
@
text
@d6 1
a6 1
GCFLAGS=	-g
@


1.3
log
@Added PORTLDFLAGS and a flag so that the old loader is used.
@
text
@d8 2
a9 1
CFLAGS=		$(GCFLAGS) \
@


1.2
log
@deleted subdirs of lib/H from -I list
@
text
@d4 1
@


1.1
log
@Initial revision
@
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 \
@
