~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to build/msvc90/geos_python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine, Alan Boudreault, Francesco Paolo Lovergine
  • Date: 2011-03-03 13:40:04 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110303134004-ocs5d23cuont0q61
Tags: 3.2.2-1
[ Alan Boudreault ]
* New upstream release.

[ Francesco Paolo Lovergine ]
* Policy set to 3.9.1, without changes.
* Merged log for post squeeze release.
* Repository moved to git and changed Vcs-* fields as required.
* Source format moved to 3.0 with quilt support.
* Policy changed to 3.9.1, without changes.
* Added ${misc:Depends} to bin pkgs due to dh use.
* Added -dbg package for debugging symbols.
  (closes: #582273)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
50
52
CONFIG_HEADER = $(top_builddir)/source/headers/config.h \
51
53
        $(top_builddir)/source/headers/geos/platform.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
SOURCES =
54
57
DIST_SOURCES =
55
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122
125
PACKAGE_NAME = @PACKAGE_NAME@
123
126
PACKAGE_STRING = @PACKAGE_STRING@
124
127
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
128
PACKAGE_URL = @PACKAGE_URL@
125
129
PACKAGE_VERSION = @PACKAGE_VERSION@
126
130
PATH_SEPARATOR = @PATH_SEPARATOR@
127
131
PYTHON = @PYTHON@
212
216
target_cpu = @target_cpu@
213
217
target_os = @target_os@
214
218
target_vendor = @target_vendor@
 
219
top_build_prefix = @top_build_prefix@
215
220
top_builddir = @top_builddir@
216
221
top_srcdir = @top_srcdir@
217
222
 
232
237
        @for dep in $?; do \
233
238
          case '$(am__configure_deps)' in \
234
239
            *$$dep*) \
235
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
236
 
                && exit 0; \
 
240
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
241
                && { if test -f $@; then exit 0; else break; fi; }; \
237
242
              exit 1;; \
238
243
          esac; \
239
244
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  build/msvc90/geos_python/Makefile'; \
241
 
        cd $(top_srcdir) && \
242
 
          $(AUTOMAKE) --gnu  build/msvc90/geos_python/Makefile
 
245
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/msvc90/geos_python/Makefile'; \
 
246
        $(am__cd) $(top_srcdir) && \
 
247
          $(AUTOMAKE) --gnu build/msvc90/geos_python/Makefile
243
248
.PRECIOUS: Makefile
244
249
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
250
        @case '$?' in \
257
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
263
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
$(am__aclocal_m4_deps):
260
266
 
261
267
mostlyclean-libtool:
262
268
        -rm -f *.lo
286
292
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287
293
          if test -d $$d/$$file; then \
288
294
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
295
            if test -d "$(distdir)/$$file"; then \
 
296
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
297
            fi; \
289
298
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
290
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
299
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
300
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
291
301
            fi; \
292
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
302
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
293
303
          else \
294
 
            test -f $(distdir)/$$file \
295
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
304
            test -f "$(distdir)/$$file" \
 
305
            || cp -p $$d/$$file "$(distdir)/$$file" \
296
306
            || exit 1; \
297
307
          fi; \
298
308
        done
320
330
 
321
331
distclean-generic:
322
332
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
333
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
323
334
 
324
335
maintainer-clean-generic:
325
336
        @echo "This command is intended for maintainers to use"
338
349
 
339
350
html: html-am
340
351
 
 
352
html-am:
 
353
 
341
354
info: info-am
342
355
 
343
356
info-am:
346
359
 
347
360
install-dvi: install-dvi-am
348
361
 
 
362
install-dvi-am:
 
363
 
349
364
install-exec-am:
350
365
 
351
366
install-html: install-html-am
352
367
 
 
368
install-html-am:
 
369
 
353
370
install-info: install-info-am
354
371
 
 
372
install-info-am:
 
373
 
355
374
install-man:
356
375
 
357
376
install-pdf: install-pdf-am
358
377
 
 
378
install-pdf-am:
 
379
 
359
380
install-ps: install-ps-am
360
381
 
 
382
install-ps-am:
 
383
 
361
384
installcheck-am:
362
385
 
363
386
maintainer-clean: maintainer-clean-am
391
414
        maintainer-clean-generic mostlyclean mostlyclean-generic \
392
415
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
393
416
 
 
417
 
394
418
# Tell versions [3.59,3.63) of GNU make to not export all variables.
395
419
# Otherwise a system limit (for SysV at least) may be exceeded.
396
420
.NOEXPORT: