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


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

1.6
date	93.11.03.04.08.59;	author aoki;	state Exp;
branches;
next	1.5;

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

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

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

1.2
date	92.11.25.01.14.43;	author marc;	state Exp;
branches;
next	1.1;

1.1
date	92.11.25.01.13.22;	author marc;	state Exp;
branches;
next	;


desc
@@


1.7
log
@parameterize ALLOW_PG_GROUP junk
@
text
@#
# $Header: /usr/local/devel/postgres/src/backend/catalog/RCS/Makefile.inc,v 1.6 1993/11/03 04:08:59 aoki Exp aoki $
#
CATD= ${.CURDIR}/catalog
.PATH: ${CATD}

SRCS+= catalog.c catname.c heap.c index.c indexing.c \
	pg_aggregate.c pg_lobj.c pg_naming.c pg_operator.c \
	pg_proc.c pg_type.c

HEADERS+= catname.h indexing.h pg_aggregate.h \
	 pg_am.h pg_amop.h pg_amproc.h pg_attribute.h pg_database.h \
	 pg_defaults.h pg_demon.h pg_group.h pg_index.h pg_inheritproc.h \
	 pg_inherits.h pg_ipl.h pg_language.h pg_listener.h \
	 pg_lobj.h pg_log.h pg_magic.h pg_naming.h pg_opclass.h \
	 pg_operator.h pg_parg.h pg_platter.h pg_plmap.h pg_proc.h \
	 pg_protos.h pg_prs2plans.h pg_prs2rule.h pg_prs2stub.h \
	 pg_relation.h pg_rewrite.h pg_server.h pg_statistic.h \
	 pg_time.h pg_type.h pg_user.h pg_variable.h pg_version.h \
	 syscache.h

#
# The following is to create the .bki files.
# TODO: sort headers, (figure some automatic way of of determining
#  the bki sources?)
#
# XXX - more grot.  includes names and uid's in the header file.  FIX THIS
#  (not sure if i got this right - which do i need - or should i 
#   burn the whole damned thing)
#
.if defined(ALLOW_PG_GROUP)
BKIOPTS= -DALLOW_PG_GROUP
.endif

GENBKI= ${CATD}/genbki.sh
BKIFILES= global1.bki local1_template1.bki 

GLOBALBKI_SRCS= pg_database.h pg_demon.h pg_magic.h pg_defaults.h \
	pg_variable.h pg_server.h pg_user.h pg_group.h pg_log.h pg_time.h

LOCALBKI_SRCS= pg_proc.h pg_type.h pg_attribute.h pg_relation.h \
	pg_inherits.h pg_index.h pg_version.h pg_statistic.h pg_operator.h \
	pg_opclass.h pg_am.h pg_amop.h pg_amproc.h pg_language.h pg_parg.h \
	pg_aggregate.h pg_ipl.h pg_inheritproc.h pg_platter.h pg_plmap.h \
	pg_prs2rule.h pg_prs2plans.h pg_prs2stub.h pg_rewrite.h \
	pg_listener.h pg_naming.h pg_lobj.h indexing.h

global1.bki: ${GENBKI} ${GLOBALBKI_SRCS}
	sh ${SHOPTS} ${GENBKI} ${BKIOPTS} ${.ALLSRC:S/${GENBKI}//:} > ${.TARGET}

local1_template1.bki: ${GENBKI} ${LOCALBKI_SRCS}
	sh ${SHOPTS} ${GENBKI} ${BKIOPTS} ${.ALLSRC:S/${GENBKI}//:} > ${.TARGET}

${PROG}: ${BKIFILES}

CLEANFILES+= ${BKIFILES}
@


1.6
log
@removed cat.c
@
text
@d2 1
a2 1
# $Header: /faerie/aoki/postgres/src/backend/catalog/RCS/Makefile.inc,v 1.5 1993/06/29 03:53:06 aoki Exp aoki $
d31 1
a31 1
CFLAGS+= -DALLOW_PG_GROUP
d33 1
@


1.5
log
@forgot to include pg_group here :-P
@
text
@d2 1
a2 1
# $Header: /home2/aoki/postgres/src/backend/catalog/RCS/Makefile.inc,v 1.4 1993/01/05 02:31:00 aoki Exp aoki $
d7 1
a7 1
SRCS+= cat.c catalog.c catname.c heap.c index.c indexing.c \
@


1.4
log
@removed references to dead files
@
text
@d2 1
a2 1
# $Header$
d38 1
a38 1
	pg_variable.h pg_server.h pg_user.h pg_log.h pg_time.h
@


1.3
log
@initial load of stuff for ACLs
@
text
@d1 3
d11 1
a11 1
HEADERS+= catmacros.h catname.h indexing.h pg_aggregate.h \
d20 1
a20 1
	 syscache.h sysunmap.h
a26 1
#
d48 1
a48 1
	sh ${GENBKI} ${BKIOPTS} ${.ALLSRC:S/${GENBKI}//:} > ${.TARGET}
d51 1
a51 2
	sh ${GENBKI} ${BKIOPTS} ${.ALLSRC:S/${GENBKI}//:} > ${.TARGET}
	
@


1.2
log
@add bki files to CLEANFILES
@
text
@d10 1
a10 1
	 pg_defaults.h pg_demon.h pg_index.h pg_inheritproc.h \
@


1.1
log
@Initial revision
@
text
@d53 2
@
