|
|
@ -1,4 +1,12 @@ |
|
|
|
# $Header: /cvsroot/pgsql/src/backend/port/beos/Attic/Makefile,v 1.2 2000/10/09 16:42:54 petere Exp $
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# Makefile--
|
|
|
|
|
|
|
|
# Makefile for port/beos
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# IDENTIFICATION
|
|
|
|
|
|
|
|
# $Header: /cvsroot/pgsql/src/backend/port/beos/Attic/Makefile,v 1.3 2003/04/24 17:16:13 momjian Exp $
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
subdir = src/backend/port/beos
|
|
|
|
subdir = src/backend/port/beos
|
|
|
|
top_builddir = ../../../..
|
|
|
|
top_builddir = ../../../..
|
|
|
@ -9,7 +17,7 @@ OBJS = sem.o shm.o support.o |
|
|
|
all: SUBSYS.o |
|
|
|
all: SUBSYS.o |
|
|
|
|
|
|
|
|
|
|
|
SUBSYS.o: $(OBJS) |
|
|
|
SUBSYS.o: $(OBJS) |
|
|
|
$(LD) $(LDREL) $(LDOUT) $@ $^
|
|
|
|
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
|
|
|
|
|
|
|
|
|
|
|
|
depend dep: |
|
|
|
depend dep: |
|
|
|
$(CC) -MM $(CFLAGS) $(CPPFLAGS) *.c >depend
|
|
|
|
$(CC) -MM $(CFLAGS) $(CPPFLAGS) *.c >depend
|
|
|
|