############################################################################# # $Id$ # # Copyright (c) 2009 Pierre Racine # # This is free software; you can redistribute and/or modify it under # the terms of the GNU General Public Licence. See the COPYING file. # ############################################################################# CP = cp -p # Filenames with extension as determined by the OS GDAL2WKTRASTER=gdal2wktraster.py # PostgreSQL executable directory PGSQL_BINDIR=@PGSQL_BINDIR@ all: install: $(CP) $(GDAL2WKTRASTER) $(PGSQL_BINDIR)/$(GDAL2WKTRASTER) uninstall: $(RM) $(PGSQL_BINDIR)/$(GDAL2WKTRASTER) clean: $(RM) *.o