~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to build/msvc10/geos_lib/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
 
233
238
        @for dep in $?; do \
234
239
          case '$(am__configure_deps)' in \
235
240
            *$$dep*) \
236
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
237
 
                && exit 0; \
 
241
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
242
                && { if test -f $@; then exit 0; else break; fi; }; \
238
243
              exit 1;; \
239
244
          esac; \
240
245
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  build/msvc10/geos_lib/Makefile'; \
242
 
        cd $(top_srcdir) && \
243
 
          $(AUTOMAKE) --gnu  build/msvc10/geos_lib/Makefile
 
246
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/msvc10/geos_lib/Makefile'; \
 
247
        $(am__cd) $(top_srcdir) && \
 
248
          $(AUTOMAKE) --gnu build/msvc10/geos_lib/Makefile
244
249
.PRECIOUS: Makefile
245
250
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
251
        @case '$?' in \
258
263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
264
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
$(am__aclocal_m4_deps):
261
267
 
262
268
mostlyclean-libtool:
263
269
        -rm -f *.lo
287
293
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
288
294
          if test -d $$d/$$file; then \
289
295
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
296
            if test -d "$(distdir)/$$file"; then \
 
297
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
298
            fi; \
290
299
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
291
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
300
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
301
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
292
302
            fi; \
293
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
303
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
294
304
          else \
295
 
            test -f $(distdir)/$$file \
296
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
305
            test -f "$(distdir)/$$file" \
 
306
            || cp -p $$d/$$file "$(distdir)/$$file" \
297
307
            || exit 1; \
298
308
          fi; \
299
309
        done
321
331
 
322
332
distclean-generic:
323
333
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
334
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
324
335
 
325
336
maintainer-clean-generic:
326
337
        @echo "This command is intended for maintainers to use"
339
350
 
340
351
html: html-am
341
352
 
 
353
html-am:
 
354
 
342
355
info: info-am
343
356
 
344
357
info-am:
347
360
 
348
361
install-dvi: install-dvi-am
349
362
 
 
363
install-dvi-am:
 
364
 
350
365
install-exec-am:
351
366
 
352
367
install-html: install-html-am
353
368
 
 
369
install-html-am:
 
370
 
354
371
install-info: install-info-am
355
372
 
 
373
install-info-am:
 
374
 
356
375
install-man:
357
376
 
358
377
install-pdf: install-pdf-am
359
378
 
 
379
install-pdf-am:
 
380
 
360
381
install-ps: install-ps-am
361
382
 
 
383
install-ps-am:
 
384
 
362
385
installcheck-am:
363
386
 
364
387
maintainer-clean: maintainer-clean-am
392
415
        maintainer-clean-generic mostlyclean mostlyclean-generic \
393
416
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
394
417
 
 
418
 
395
419
# Tell versions [3.59,3.63) of GNU make to not export all variables.
396
420
# Otherwise a system limit (for SysV at least) may be exceeded.
397
421
.NOEXPORT: