head	1.3;
access;
symbols
	REL2_0B:1.2.0.2
	REL2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	97.12.19.22.55.48;	author scrappy;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@More removal of port dependent stuff
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/BSD44_derived
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/BSD44_derived/Makefile,v 1.2 1996/11/09 06:18:40 momjian Exp scrappy $
#
#-------------------------------------------------------------------------

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

INCLUDE_OPT = -I../.. \
              -I../../../include

CFLAGS+=$(INCLUDE_OPT)

OBJS = dl.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.2
log
@Makefile cleanup after reorganization
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/BSD44_derived/Makefile,v 1.1 1996/10/27 09:49:20 bryanh Exp $
@


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 $
a14 1
              -I../../include \
@
