~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/nas/GNUmakefile

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
include ../../../GDALmake.opt
 
3
 
 
4
OBJ =   ogrnasdriver.o ogrnasdatasource.o ogrnaslayer.o \
 
5
        nashandler.o nasreader.o ogrnasrelationlayer.o
 
6
 
 
7
CPPFLAGS :=     -I../gml -I.. -I../.. -DHAVE_XERCES=1 \
 
8
                $(GDAL_INCLUDE) $(XERCES_INCLUDE) $(CPPFLAGS)
 
9
 
 
10
# By default, XML validation is disabled.  Uncomment the following line to
 
11
# enable XML schema validation in the parser.
 
12
#CPPFLAGS +=  -DOGR_GML_VALIDATION=1
 
13
 
 
14
default:        $(O_OBJ:.o=.$(OBJ_EXT))
 
15
 
 
16
clean:
 
17
        rm -f *.o $(O_OBJ)
 
18
 
 
19
$(O_OBJ):       ogr_nas.h nasreaderp.h ../gml/gmlreader.h ../gml/gmlreaderp.h