head	1.3;
access;
symbols
	release-6-3:1.2;
locks; strict;
comment	@# @;


1.3
date	98.06.19.03.23.40;	author momjian;	state dead;
branches;
next	1.2;

1.2
date	97.12.20.00.26.08;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	97.03.14.06.01.11;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Port name cleanup
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/linux
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/linuxalpha/Makefile,v 1.2 1997/12/20 00:26:08 scrappy Exp $
#
#-------------------------------------------------------------------------

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.2
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/linuxalpha/Makefile,v 1.1 1997/03/14 06:01:11 scrappy Exp $
@


1.1
log
@Last of Dan's hidden tar balls :)
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/backend/port/linuxalpha/Makefile,v 1.1 1996/12/17 01:20:03 djm Exp $
d14 1
a14 2
INCLUDE_OPT = -I../.. \
              -I../../../include
@
