head	1.6;
access;
symbols
	REL2_0B:1.3.0.2
	REL2_0:1.3;
locks; strict;
comment	@# @;


1.6
date	98.02.03.02.07.08;	author scrappy;	state dead;
branches;
next	1.5;

1.5
date	97.12.20.00.26.18;	author scrappy;	state Exp;
branches;
next	1.4;

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

1.3
date	96.11.10.00.38.38;	author bryanh;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Fix for missing tas.s under sparc_solaris

Reported by:  Shiby Thomas <sthomas@@cise.ufl.edu>
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/sparc_solaris
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/sparc_solaris/Makefile,v 1.5 1997/12/20 00:26:18 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.5
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/sparc_solaris/Makefile,v 1.4 1997/12/19 02:46:16 scrappy Exp $
@


1.4
log
@More cleanups...several ports are major redundancies of other ports
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/sparc_solaris/Makefile,v 1.3 1996/11/10 00:38:38 bryanh Exp $
d14 1
a14 3
INCLUDE_OPT = -I.. \
              -I../.. \
              -I../../../include
@


1.3
log
@Make it find inet_aton.h so backend compiles on Solaris.
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/postgres95/src/backend/port/sparc_solaris/Makefile,v 1.2 1996/11/09 06:20:17 momjian Exp $
d20 1
a20 1
OBJS = port.o tas.o
@


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


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