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

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/dxf/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
1
 
2
 
 
3
2
include ../../../GDALmake.opt
4
3
 
5
4
OBJ     =       ogrdxfdriver.o ogrdxfdatasource.o ogrdxflayer.o \
6
 
                ogrdxf_diskio.o ogrdxf_blockmap.o ogrdxf_dimension.o \
7
 
                ogrdxfwriterds.o ogrdxfwriterlayer.o intronurbs.o
 
5
                ogrdxfreader.o ogrdxf_blockmap.o ogrdxf_dimension.o \
 
6
                ogrdxfwriterds.o ogrdxfwriterlayer.o intronurbs.o \
 
7
                ogrdxf_polyline_smooth.o ogrdxfblockslayer.o \
 
8
                ogrdxfblockswriterlayer.o ogrdxf_hatch.o \
 
9
                ogr_autocad_services.o
8
10
 
9
 
CPPFLAGS        :=      -I.. -I../.. $(GDAL_INCLUDE) $(CPPFLAGS) -DDEBUG
 
11
CPPFLAGS        :=      -I.. -I../.. $(GDAL_INCLUDE) $(CPPFLAGS)
10
12
 
11
13
default:        $(O_OBJ:.o=.$(OBJ_EXT))
12
14