# To allow network access use:
#
-# make html XSLTPROCFLAGS=
+# $(MAKE) html XSLTPROCFLAGS=
#
ifeq ($(XSLTPROCFLAGS),)
XSLTPROCFLAGS=--nonet
# Build liblwgeom
../../../liblwgeom/.libs/liblwgeom.a:
- make -C ../../../liblwgeom liblwgeom.la
+ $(MAKE) -C ../../../liblwgeom liblwgeom.la
# Clean target
clean:
#############################################################################
#
-# Master makefile used to build extensions
+# Master Makefile used to build extensions
# Copyright (C) 2012 Regina Obe and Leo Hsu <lr@pcorp.us>
# Copyright (C) 2012 Sandro Santilli <strk@keybit.net>
#
# liblwgeom.a dependency to allow "make install" in
# the loader/ subdirectory to work
$(LIBLWGEOM):
- make -C ../liblwgeom
+ $(MAKE) -C ../liblwgeom
shp2pgsql-core.o: shp2pgsql-core.c shp2pgsql-core.h shpcommon.h
$(CC) $(CFLAGS) -c $<
check:
ifdef gtk_build
- make -C cunit check
+ $(MAKE) -C cunit check
endif
clean:
else
$(LOADER_OBJS):
- make -C ..
+ $(MAKE) -C ..
# Build the unit tester
all: cu_tester
$(MAKE) -C .. postgis_svn_revision.h
../liblwgeom/.libs/liblwgeom.a:
- make -C ../liblwgeom liblwgeom.la
+ $(MAKE) -C ../liblwgeom liblwgeom.la
../libpgcommon/libpgcommon.a:
- make -C ../libpgcommon libpgcommon.a
+ $(MAKE) -C ../libpgcommon libpgcommon.a
# Borrow the $libdir substitution from PGXS but customise by running the preprocessor
# and adding the version number
#############################################################################
# $Id: Makefile 3940 2009-03-30 09:30:43Z mloskot $
#
-# Master makefile used to build WKT Raster
+# Master Makefile used to build WKT Raster
#
# Copyright (c) 2009 Sandro Santilli <strk@keybit.net>
#