postgis/raster/scripts/Makefile.in
Paul Ramsey 29e2d6a299 Change @rm to rm for visibility
git-svn-id: http://svn.osgeo.org/postgis/trunk@9523 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-21 21:36:59 +00:00

37 lines
704 B
Makefile

#############################################################################
# $Id$
#
# Copyright (c) 2011 Regents of the University of California
# <bkpark@ucdavis.edu>
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU General Public Licence. See the COPYING file.
#
#############################################################################
RT_CORE=../rt_core
RT_PG=../rt_pg
all: plpgsql python
plpgsql:
# $(MAKE) -C plpgsql
python:
$(MAKE) -C python
install:
# $(MAKE) -C plpgsql
$(MAKE) -C python
uninstall:
clean:
# $(MAKE) -C plpgsql $@
$(MAKE) -C python $@
distclean: clean
# $(MAKE) -C plpgsql $@
$(MAKE) -C python $@
rm -f Makefile