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


1.2
date	99.12.16.16.52.50;	author momjian;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update for QNX.
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for port/sparc
#
# IDENTIFICATION
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/qnx/Makefile,v 1.1 1999/12/16 01:25:06 momjian Exp $
#
#-------------------------------------------------------------------------

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

INCLUDE_OPT = -I../.. 

CFLAGS+=$(INCLUDE_OPT)

OBJS = isnan.o rint.o sem.o shm.o

all: SUBSYS.o tstrint tstsem tstshm

SUBSYS.o: $(OBJS)
	$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)

tstrint: tstrint.o rint.o
	$(CC) -o tstrint rint.o tstrint.o

tstsem: tstsem.o sem.o
	$(CC) -o tstsem sem.o tstsem.o

tstshm: tstshm.o shm.o
	$(CC) -o tstshm shm.o tstshm.o

depend dep:
	$(CC) -MM $(INCLUDE_OPT) *.c >depend

clean: 
	rm -f SUBSYS.o $(OBJS) tstrint tstrint.o tstsem tstsem.o tstshm tstshm.o

ifeq (depend,$(wildcard depend))
include depend
endif

@


1.1
log
@I have done the QNX4 port with the current source tree. The number of
backend/Makefiles to be patched could significantly be reduced since
they
have been adopted to the QNX4 needs.

Andreas Kardos
@
text
@d7 1
a7 1
#    $Header: /usr/local/cvsroot/pgsql/src/backend/port/sunos4/Makefile,v 1.2 1997/12/20 00:26:30 scrappy Exp $
@

