Skip to content
Snippets Groups Projects
Commit 7e6b7a6d authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Ajout GDAL Nouvelle version

parent 2e9e73ea
Branches
Tags
No related merge requests found
# USER CONFIGURATION
# Set your postgis include path here :
POSTGIS_INC =-I/path/to/your/postgis/headers
# END OF USER CONFIGURATION
include ../../GDALmake.opt
OBJ = pgchipdataset.o pgchiprasterband.o pgchiputilities.o
CPPFLAGS := $(XTRA_OPT) $(PG_INC) $(POSTGIS_INC) $(GDAL_INCLUDE) $(CPPFLAGS )
default: $(OBJ)
clean:
rm -f *.o $(O_OBJ)
../o/%.o:
$(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
all: $(OBJ)
install-obj: $(O_OBJ)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment