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


1.4
date	97.12.20.04.47.57;	author scrappy;	state dead;
branches;
next	1.3;

1.3
date	97.12.20.00.25.27;	author scrappy;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
log
@Move more  to dynloader subdir
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/dgux
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/dgux/Makefile,v 1.3 1997/12/20 00:25:27 scrappy Exp scrappy $
#
#-------------------------------------------------------------------------

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

INCLUDE_OPT = -I../.. 

CFLAGS+=$(INCLUDE_OPT)

OBJS = port.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.3
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/dgux/Makefile,v 1.2 1996/11/09 06:19:14 momjian Exp $
@


1.2
log
@Makefile cleanup after reorganization
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/dgux/Makefile,v 1.1 1996/10/27 09:49:57 bryanh Exp $
d14 1
a14 2
INCLUDE_OPT = -I../.. \
              -I../../../include
@


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 \
@
