head	1.7;
access;
symbols
	REL2_0B:1.4.0.2
	REL2_0:1.4;
locks; strict;
comment	@# @;


1.7
date	97.12.20.03.13.51;	author scrappy;	state dead;
branches;
next	1.6;

1.6
date	97.12.20.00.25.19;	author scrappy;	state Exp;
branches;
next	1.5;

1.5
date	97.03.19.03.01.25;	author scrappy;	state Exp;
branches;
next	1.4;

1.4
date	96.11.09.06.19.06;	author momjian;	state Exp;
branches;
next	1.3;

1.3
date	96.11.01.03.35.54;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	96.11.01.01.46.21;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	96.10.27.09.49.44;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Move over the BSDi port files
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/bsdi
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/bsdi/Makefile,v 1.6 1997/12/20 00:25:19 scrappy Exp scrappy $
#
#-------------------------------------------------------------------------

SRCDIR = ../../..
include ../../../Makefile.global

INCLUDE_OPT = -I../.. 

CFLAGS+=$(INCLUDE_OPT)

OBJS = dynloader.o 

all: SUBSYS.o

SUBSYS.o: $(OBJS)
	$(LD) -r -o SUBSYS.o $(OBJS)

depend dep:
	$(CC) -MM $(INCLUDE_OPT) *.c >depend

clean: 
	rm -f SUBSYS.o $(OBJS)

ifeq (depend,$(wildcard depend))
include depend
endif

@


1.6
log
@Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/bsdi/Makefile,v 1.5 1997/03/19 03:01:25 scrappy Exp $
@


1.5
log
@Remove port.c since it is redundant (well, empty, at least)

Change Makefile to refl removal of portc

Change dynloader.c so that its only used if PRE_BSDI_2_1 is defined
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/bsdi/Makefile,v 1.4 1996/11/09 06:19:06 momjian Exp $
d14 1
a14 2
INCLUDE_OPT = -I../.. \
              -I../../../include
@


1.4
log
@Makefile cleanup after reorganization
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/bsdi/Makefile,v 1.3 1996/11/01 03:35:54 momjian Exp $
d19 1
a19 5
ifeq ($(PRE_BSDI_2_1), false)
OBJS = port.o
else
OBJS = dynloader.o port.o
endif
@


1.3
log
@More chanes for bsdi_2_1 removal
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/bsdi/Makefile,v 1.2 1996/11/01 01:46:21 momjian Exp $
a14 1
              -I../../include \
@


1.2
log
@Removal of bsdi_2_1 port.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/bsdi/Makefile,v 1.1 1996/10/27 09:49:44 bryanh Exp $
d20 3
d24 1
@


1.1
log
@Simplify make files, add full dependencies.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/access/common/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:09 scrappy Exp $
d20 1
a20 1
OBJS = dynloader.o
@
