head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.12.19.02.45.54;	author scrappy;	state dead;
branches;
next	1.1;

1.1
date	97.07.28.01.33.54;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.2
log
@More cleanups...several ports are major redundancies of other ports
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/sco
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/sco/Makefile,v 1.1 1997/07/28 01:33:54 momjian Exp scrappy $
#
#-------------------------------------------------------------------------

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

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

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.1
log
@Add SCO files.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/svr4/Makefile,v 1.2 1996/11/09 06:20:26 momjian Exp $
@
