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


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

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

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

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


desc
@@


1.4
log
@Missed adding new univel files and removing univel subdirectory
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/univel
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/univel/Makefile,v 1.3 1997/12/20 00:26:45 scrappy Exp scrappy $
#
#-------------------------------------------------------------------------

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

INCLUDE_OPT = -I../.. 

CFLAGS+=$(INCLUDE_OPT)

OBJS = #tas.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/univel/Makefile,v 1.2 1997/12/19 02:56:35 scrappy Exp $
@


1.2
log
@More cleanups
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/univel/Makefile,v 1.1 1997/03/25 07:54:31 scrappy Exp $
d14 1
a14 2
INCLUDE_OPT = -I../.. \
              -I../../../include
@


1.1
log
@MOre univel port patches/files from:

"Michael P. Snyder" <msnyder@@hawkeye.huntersmoon.com>
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/univel/Makefile,v 1.2 1996/11/09 06:20:26 momjian Exp $
d19 1
a19 1
OBJS = port.o #tas.o
@
