head     1.7;
branch   ;
access   ;
symbols  Version_2_1:1.7 C_Demo_1:1.7;
locks    ; strict;
comment  @@;


1.7
date     89.09.05.17.14.25;  author mao;  state C_Demo_1;
branches ;
next     1.6;

1.6
date     89.02.14.10.46.40;  author hirohama;  state Stab;
branches ;
next     1.5;

1.5
date     89.02.04.00.50.27;  author hirohama;  state Exp;
branches ;
next     1.4;

1.4
date     89.01.31.18.13.05;  author goh;  state Exp;
branches ;
next     1.3;

1.3
date     89.01.21.16.19.28;  author aoki;  state Exp;
branches ;
next     1.2;

1.2
date     89.01.21.08.08.45;  author aoki;  state Exp;
branches ;
next     1.1;

1.1
date     89.01.20.07.17.24;  author aoki;  state Exp;
branches ;
next     ;


desc
@@


1.7
log
@Working version of C-only demo
@
text
@# ----------------
# BEGIN: lib/lisp/Prologue.mk
#	$Header: /usr6/postgres/mao/postgres/src/lib/l-lisp/RCS/Prologue.mk,v 1.6 89/02/14 10:46:40 hirohama Stab $
# ----------------
#
# ----------------------------------------------------------------
#	Note: unlike Sources.mk for C modules which are generated
#	      by the obj Makefile, this is generated by hand 
#	      because of the complexity of compiling lisp sources.
# ----------------------------------------------------------------
SOURCES= \
	clauses.l \
	lfmgr.l \
	lisplib.l \
	lsyscache.l \
	nodeDefs.l \
	nodeFuncs.l \
	parsetree.l
#
# ----------------
# END: lib/lisp/Prologue.mk
# ----------------
@


1.6
log
@some of the sources moved.
@
text
@d3 1
a3 1
#	$Header: Prologue.mk,v 1.5 89/02/04 00:50:27 hirohama Locked $
@


1.5
log
@identical to -r1.3
@
text
@d2 2
a3 2
# BEGIN: lib/lisp/prologue.mk
#	$Header: Prologue.mk,v 1.3 89/01/21 16:19:28 aoki Exp $
d11 8
a18 13
SOURCES= 	cl.l \
		clauses.l \
		lfmgr.l \
		lisplib.l \
		lsyscache.l \
		nodeDefs.l \
		nodeFuncs.l \
		parsetree.l \
		pgmacs.l \
		utilities.l \
		vprint.l
LFILES		=	$(SOURCES:S/.l/.o/g)
LHFILES		=	$(HSOURCES:S/.h/.tmp/g)
d21 1
a21 1
# END: lib/lisp/prologue.mk
@


1.4
log
@minor fixes to accomodate changes to tree
@
text
@d3 1
a3 1
#	$Header: Prologue.mk,v 1.3 89/01/21 16:19:28 goh Locked $
d11 2
a12 1
SOURCES= 	clauses.l \
d18 5
a22 3
		parsetree.l

LFILES		=	$(SOURCES:S/.l/$(FASL)/g)
@


1.3
log
@*** empty log message ***
@
text
@d3 1
a3 1
#	$Header: Prologue.mk,v 1.2 89/01/21 08:08:45 aoki Locked $
d11 1
a11 2
SOURCES= 	cl.l \
		clauses.l \
d17 3
a19 5
		parsetree.l \
		pgmacs.l \
		utilities.l \
		vprint.l
LFILES		=	$(SOURCES:S/.l/.o/g)
@


1.2
log
@*** empty log message ***
@
text
@d3 1
a3 1
#	$Header$
d22 2
a23 11
# ----------------
#	LFILES are sufficiently different from sources
#	so we define them by hand...
# ----------------
LFILES=		clauses.o \
		lfmgr.o \
		lisplib.o \
		lsyscache.o \
		nodeFuncs.o \
		utilities.o \
		vprint.o
@


1.1
log
@Initial revision
@
text
@d3 1
d6 27
a32 8

PMAKE_VPATH_SRCS =	./ $(SRCDIR)/$(LISPLIB) $(SRCDIR)/$(TARGETDIR) \
			$(HDRDIR)
PMAKE_VPATH_HDRS =	$(PMAKE_VPATH_SRCS)
SEARCHPATH	 =	$(PMAKE_VPATH_SRCS)

#define MODULE_IN_EPILOGUE

@
