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


1.5
date	98.01.13.15.00.17;	author scrappy;	state dead;
branches;
next	1.4;

1.4
date	97.12.20.00.25.41;	author scrappy;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.5
log
@Work on getting the i386_solaris compile to work ...
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/i386_solaris
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/i386_solaris/Makefile,v 1.4 1997/12/20 00:25:41 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.4
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/i386_solaris/Makefile,v 1.3 1997/12/19 13:28:06 scrappy Exp $
@


1.3
log
@remove port from OBJS line...
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/i386_solaris/Makefile,v 1.2 1996/11/09 06:19:27 momjian Exp $
d14 1
a14 2
INCLUDE_OPT = -I../.. \
              -I../../../include
@


1.2
log
@Makefile cleanup after reorganization
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/i386_solaris/Makefile,v 1.1 1996/10/27 09:50:17 bryanh Exp $
d19 1
a19 1
OBJS = port.o tas.o
@


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