24 lines
404 B
Makefile
24 lines
404 B
Makefile
|
|
pkglib_LTLIBRARIES = \
|
|
shape.la
|
|
|
|
shape_la_SOURCES = \
|
|
dbffile.cpp \
|
|
dbf_test.cpp \
|
|
shape.cpp \
|
|
shape_featureset.cpp \
|
|
shapefile.cpp \
|
|
shape_index_featureset.cpp \
|
|
shape_io.cpp \
|
|
shp_index.cpp
|
|
|
|
shape_la_CXXFLAGS = \
|
|
-I../../../include
|
|
|
|
shape_la_LDFLAGS = \
|
|
-module \
|
|
-avoid-version \
|
|
-shrext .input
|
|
|
|
## File created by the gnome-build tools
|
|
|