#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.21 1997/12/22 05:56:43 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.22 1997/12/26 22:35:53 scrappy Exp $
#
#-------------------------------------------------------------------------
XARGS = @xargs@
all:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest all
@if test ! -f lextest/lextest; then \
echo "";\
fi
install:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest install
$(MAKE) -C utils install
$(MAKE) -C backend install
cat ../register.txt
clean:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest clean
$(MAKE) -C utils clean
$(MAKE) -C backend clean
.DEFAULT:
- @if test "$(PORTNAME)" = UNDEFINED; then \
- echo You must set the PORTNAME value in Makefile.global before \
- you can build Postgres. ;\
- false ;\
- else true;\
- fi
$(MAKE) -C lextest $@
$(MAKE) -C utils $@
$(MAKE) -C backend $@