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

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/arcobjects/makefile.vc

  • 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
OBJ     =       aodatasource.obj aodriver.obj aolayer.obj aoutils.obj
 
2
EXTRAFLAGS =    -I.. -I..\.. -I$(AO_INC)
 
3
 
 
4
GDAL_ROOT       =       ..\..\..
 
5
 
 
6
PLUGIN_DLL      =       ogr_ao.dll
 
7
 
 
8
!INCLUDE $(GDAL_ROOT)\nmake.opt
 
9
 
 
10
default:        $(OBJ)
 
11
        $(INSTALL) *.obj ..\o
 
12
 
 
13
all:    default
 
14
 
 
15
clean:
 
16
        -del *.obj
 
17
        -del *.dll
 
18
        -del *.exp
 
19
        -del *.lib
 
20
        -del *.manifest
 
21
        -del *.pdb
 
22
        -del *.tlh
 
23
 
 
24
plugin: $(PLUGIN_DLL)
 
25
 
 
26
$(PLUGIN_DLL):  $(OBJ)
 
27
        link /dll $(LDEBUG) /out:$(PLUGIN_DLL) $(OBJ) $(GDAL_ROOT)/gdal_i.lib $(SDE_LIB)
 
28
        if exist $(PLUGIN_DLL).manifest mt -manifest $(PLUGIN_DLL).manifest -outputresource:$(PLUGIN_DLL);2
 
29
 
 
30
 
 
31
plugin-install:
 
32
        -mkdir $(PLUGINDIR)
 
33
        $(INSTALL) $(PLUGIN_DLL) $(PLUGINDIR)
 
34
 
 
35
#ogr_ao.dll:    $(OBJ)
 
36
#       link /dll $(LDEBUG) /out:ogr_ao.dll $(OBJ) \
 
37
#               $(GDALLIB) $(AO_LIB)
 
38
#       copy ogr_ao.* c:\warmerda\bld\bin\gdalplugins\
 
 
b'\\ No newline at end of file'