head	1.7;
access;
symbols
	release_4_2:1.7
	aix_ok:1.6;
locks; strict;
comment	@# @;


1.7
date	94.06.28.18.07.25;	author aoki;	state Exp;
branches;
next	1.6;

1.6
date	93.09.26.00.12.41;	author paxson;	state Exp;
branches;
next	1.5;

1.5
date	93.07.01.09.04.29;	author aoki;	state Exp;
branches;
next	1.4;

1.4
date	93.02.05.03.58.33;	author aoki;	state Exp;
branches;
next	1.3;

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

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

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


desc
@./
@


1.7
log
@remove exception.h
@
text
@#
# $Header: /usr/local/devel/postgres/src/backend/utils/RCS/Makefile.inc,v 1.6 1993/09/26 00:12:41 paxson Exp aoki $
#

.include "${.CURDIR}/utils/adt/Makefile.inc"
.include "${.CURDIR}/utils/cache/Makefile.inc"
.include "${.CURDIR}/utils/error/Makefile.inc"
.include "${.CURDIR}/utils/fmgr/Makefile.inc"
.include "${.CURDIR}/utils/hash/Makefile.inc"
.include "${.CURDIR}/utils/init/Makefile.inc"
.include "${.CURDIR}/utils/mmgr/Makefile.inc"
.include "${.CURDIR}/utils/sort/Makefile.inc"
.include "${.CURDIR}/utils/time/Makefile.inc"

UTILD= ${.CURDIR}/utils
CATD= ${.CURDIR}/catalog

.PATH: ${UTILD}

GENFMGRTAB= ${UTILD}/Gen_fmgrtab.sh
GENFMGRTABFILES= fmgr.h fmgrtab.c

#
# BKIOPTS is set in ../catalog/Makefile.inc and sets the -D flags for
# the DATA(...); statements.  Hence, ../catalog/Makefile.inc had better
# get slurped in prior to this Makefile.inc, or BKIOPTS should be set
# in a higher directory level.
#
${GENFMGRTABFILES}: ${GENFMGRTAB} ${CATD}/pg_proc.h
	sh ${SHOPTS} ${GENFMGRTAB} ${BKIOPTS} ${CATD}/pg_proc.h

.depend: ${GENFMGRTABFILES}

${PROG}: ${GENFMGRTABFILES}

CLEANFILES+= ${GENFMGRTABFILES}

SRCS+= fmgrtab.c

HEADERS+= builtins.h catcache.h dynamic_loader.h \
	 exc.h excid.h fcache.h fmgr.h geo-decls.h hsearch.h \
	 inval.h large_object.h log.h lselect.h lsyscache.h \
	 mcxt.h memutils.h module.h nabstime.h oidcompos.h palloc.h \
	 params.h pg_malloc.h psort.h rel.h relcache.h sets.h
@


1.6
log
@added sets.h to list of header files

took out ref to utils/syms.h in HEADERS, per Paul's request
@
text
@d2 1
a2 1
# $Header: /local/src/postgres/src/backend/utils/RCS/Makefile.inc,v 1.5 1993/07/01 09:04:29 aoki Exp paxson $
d41 1
a41 1
	 exc.h exception.h excid.h fcache.h fmgr.h geo-decls.h hsearch.h \
@


1.5
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Header$
d44 1
a44 1
	 params.h pg_malloc.h psort.h rel.h relcache.h syms.h
@


1.4
log
@removed bogus symlink business
@
text
@d1 4
@


1.3
log
@remake fmgr.h each time to make sure
@
text
@a27 4
${UTILD}/fmgr.h: ${GENFMGRTABFILES}
	rm -f ${.TARGET}; \
	ln -s ${.CURDIR}/obj/fmgr.h ${.TARGET}

d30 1
a30 1
${PROG}: ${UTILD}/fmgr.h
@


1.2
log
@cleanup up version
@
text
@d26 1
a26 3
	sh ${SHOPTS} ${GENFMGRTAB} ${BKIOPTS} ${CATD}/pg_proc.h; \
	rm -f ${UTILD}/fmgr.h; \
	ln -s ${.CURDIR}/obj/fmgr.h ${UTILD}
d29 2
@


1.1
log
@Initial revision
@
text
@a0 3
#
# $Header$
#
d11 2
a12 3
UTILD=${.CURDIR}/utils
CATD=${.CURDIR}/catalog
.PATH: ${UTILD} ${CATD}
d14 2
a15 1
FMGRTABFILES= fmgrtab.c fmgr.h
d17 1
d19 10
a28 2
${FMGRTABFILES}: ${GENFMGRTAB} ${CATD}/pg_proc.h
	sh ${SHOPTS} ${GENFMGRTAB} ${CATD}/pg_proc.h
d30 1
a30 3
${UTILD}/fmgr.h: ${FMGRTABFILES}
	rm -f ${.TARGET}; \
	ln -s ${.CURDIR}/obj/fmgr.h ${.TARGET}
d32 1
a32 5
HEADERS+= builtins.h catcache.h dynamic_loader.h exc.h exception.h \
	 excid.h fcache.h fmgrtab.h geo-decls.h hsearch.h \
	 inval.h large_object.h log.h lselect.h lsyscache.h \
	 mcxt.h memutils.h module.h nabstime.h oidcompos.h palloc.h \
	 params.h pg_malloc.h psort.h rel.h relcache.h syms.h
d36 2
d40 5
a44 3
HEADERS+= fmgr.h

CLEANFILES+= ${FMGRTABFILES}
@
