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

« back to all changes in this revision

Viewing changes to port/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:
6
6
                cpl_error.obj \
7
7
                cpl_string.obj \
8
8
                cplstring.obj \
 
9
                cplstringlist.obj \
9
10
                cpl_strtod.obj \
10
11
                cpl_vsisimple.obj \
11
12
                cplgetsymbol.obj \
22
23
                cpl_http.obj \
23
24
                cpl_hash_set.obj \
24
25
                cplkeywordparser.obj \
 
26
                cpl_recode.obj \
 
27
                cpl_recode_iconv.obj \
25
28
                cpl_recode_stub.obj \
26
29
                cpl_quad_tree.obj \
27
30
                cpl_vsil_gzip.obj \
28
31
                cpl_minizip_ioapi.obj \
29
32
                cpl_minizip_unzip.obj \
 
33
                cpl_minizip_zip.obj \
30
34
                cpl_vsil_subfile.obj \
31
35
                cpl_atomic_ops.obj \
32
36
                cpl_time.obj \
33
37
                cpl_vsil_stdout.obj \
 
38
                cpl_vsil_sparsefile.obj \
 
39
                cpl_vsil_abstract_archive.obj \
 
40
                cpl_vsil_tar.obj \
 
41
                cpl_vsil_curl.obj \
 
42
                cpl_vsil_stdin.obj \
 
43
                cpl_vsil_buffered_reader.obj \
 
44
                cpl_vsil_cache.obj \
 
45
                cpl_base64.obj \
34
46
                $(ODBC_OBJ)
35
47
 
36
48
LIB     =       cpl.lib
41
53
 
42
54
EXTRAFLAGS      =        -I..\frmts\zlib -DHAVE_LIBZ
43
55
 
 
56
!IFDEF LIBICONV_INCLUDE
 
57
EXTRAFLAGS =    $(EXTRAFLAGS) -DHAVE_ICONV $(LIBICONV_CFLAGS) $(LIBICONV_INCLUDE)
 
58
!ENDIF
 
59
 
44
60
!IFDEF CURL_INC
45
61
EXTRAFLAGS =    $(EXTRAFLAGS) -DHAVE_CURL $(CURL_CFLAGS) $(CURL_INC)
46
62
!ENDIF