]> granicus.if.org Git - postgis/commitdiff
Added missing Makefile.in for raster/scripts
authorBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 05:11:53 +0000 (05:11 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 13 Dec 2011 05:11:53 +0000 (05:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8374 b70326c6-7e19-0410-871a-916f4a2858ee

raster/scripts/Makefile.in [new file with mode: 0644]

diff --git a/raster/scripts/Makefile.in b/raster/scripts/Makefile.in
new file mode 100644 (file)
index 0000000..66f3735
--- /dev/null
@@ -0,0 +1,25 @@
+#############################################################################
+# $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
+
+clean:
+#      $(MAKE) -C plpgsql $@
+       $(MAKE) -C python $@