~ubuntu-branches/ubuntu/natty/zziplib/natty

« back to all changes in this revision

Viewing changes to SDL/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-03-23 21:13:57 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090323211357-6j35t8532ie9wlxf
Tags: 0.13.50-1
* New upstream version 
  - Update 01-fetch.patch
* debhelper compat version is 7
* Standards version is 3.8.1
* Run dh_prep instead of dh_clean -k
* Add debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
76
72
am_zzcatsdl_OBJECTS = SDL_rwops_zzcat.$(OBJEXT)
77
73
zzcatsdl_OBJECTS = $(am_zzcatsdl_OBJECTS)
78
74
zzcatsdl_LDADD = $(LDADD)
79
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
zzcatsdl_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(zzcatsdl_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
80
79
depcomp = $(SHELL) $(top_srcdir)/uses/depcomp
81
80
am__depfiles_maybe = depfiles
82
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
85
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
 
        $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
84
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
85
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
86
CCLD = $(CC)
88
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
87
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
88
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
89
        $(LDFLAGS) -o $@
90
90
SOURCES = $(zzcatsdl_SOURCES)
91
91
DIST_SOURCES = $(zzcatsdl_SOURCES)
92
92
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104
104
CTAGS = ctags
105
105
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
106
ACLOCAL = @ACLOCAL@
107
 
AMDEP_FALSE = @AMDEP_FALSE@
108
 
AMDEP_TRUE = @AMDEP_TRUE@
109
107
AMTAR = @AMTAR@
110
108
AR = @AR@
111
109
AS = @AS@
127
125
DEFS = @DEFS@
128
126
DEPDIR = @DEPDIR@
129
127
DLLTOOL = @DLLTOOL@
 
128
DSYMUTIL = @DSYMUTIL@
130
129
ECHO = @ECHO@
131
130
ECHO_C = @ECHO_C@
132
131
ECHO_N = @ECHO_N@
136
135
F77 = @F77@
137
136
FFLAGS = @FFLAGS@
138
137
GREP = @GREP@
 
138
INSTALL = @INSTALL@
139
139
INSTALL_DATA = @INSTALL_DATA@
140
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
141
141
INSTALL_SCRIPT = @INSTALL_SCRIPT@
148
148
LN_S = @LN_S@
149
149
LTLIBOBJS = @LTLIBOBJS@
150
150
MAINT = @MAINT@
151
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
152
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
153
151
MAKEINFO = @MAKEINFO@
 
152
MKDIR_P = @MKDIR_P@
154
153
MKZIP = @MKZIP@
 
154
NMEDIT = @NMEDIT@
155
155
OBJDUMP = @OBJDUMP@
156
156
OBJEXT = @OBJEXT@
157
157
PACKAGE = @PACKAGE@
168
168
RELEASE_INFO = @RELEASE_INFO@
169
169
RESOLVES = @RESOLVES@
170
170
SDL = @SDL@
 
171
SED = @SED@
171
172
SET_MAKE = @SET_MAKE@
172
173
SHELL = @SHELL@
173
174
STRIP = @STRIP@
180
181
ZLIB_LDIR = @ZLIB_LDIR@
181
182
ZLIB_VERSION = @ZLIB_VERSION@
182
183
ZZIPLIB_LDFLAGS = @ZZIPLIB_LDFLAGS@
 
184
abs_builddir = @abs_builddir@
 
185
abs_srcdir = @abs_srcdir@
 
186
abs_top_builddir = @abs_top_builddir@
 
187
abs_top_srcdir = @abs_top_srcdir@
183
188
ac_ct_CC = @ac_ct_CC@
184
189
ac_ct_CXX = @ac_ct_CXX@
185
190
ac_ct_F77 = @ac_ct_F77@
186
191
aclocaldir = @aclocaldir@
187
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
188
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
189
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
190
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
191
192
am__include = @am__include@
192
193
am__leading_dot = @am__leading_dot@
193
194
am__quote = @am__quote@
200
201
build_cpu = @build_cpu@
201
202
build_os = @build_os@
202
203
build_vendor = @build_vendor@
 
204
builddir = @builddir@
203
205
datadir = @datadir@
204
206
datarootdir = @datarootdir@
205
207
docdir = @docdir@
232
234
psdir = @psdir@
233
235
sbindir = @sbindir@
234
236
sharedstatedir = @sharedstatedir@
 
237
srcdir = @srcdir@
235
238
sysconfdir = @sysconfdir@
236
239
target = @target@
237
240
target_alias = @target_alias@
238
241
target_cpu = @target_cpu@
239
242
target_os = @target_os@
240
243
target_vendor = @target_vendor@
 
244
top_builddir = @top_builddir@
 
245
top_srcdir = @top_srcdir@
241
246
AUTOMAKE_OPTIONS = 1.4 foreign
242
247
AUTOTOOL_VERSION = autoconf-2.52 automake-1.5 libtool-1.4.2
243
248
sdldir = ${pkgdatadir}/SDL
305
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SDL_rwops_zzcat.Po@am__quote@
306
311
 
307
312
.c.o:
308
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
309
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
313
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
314
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
317
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
313
318
 
314
319
.c.obj:
315
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
316
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
320
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
321
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
324
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
325
 
321
326
.c.lo:
322
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
323
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
327
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
328
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
324
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
331
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
330
335
 
331
336
clean-libtool:
332
337
        -rm -rf .libs _libs
333
 
 
334
 
distclean-libtool:
335
 
        -rm -f libtool
336
 
uninstall-info-am:
337
338
install-sdlDATA: $(sdl_DATA)
338
339
        @$(NORMAL_INSTALL)
339
 
        test -z "$(sdldir)" || $(mkdir_p) "$(DESTDIR)$(sdldir)"
 
340
        test -z "$(sdldir)" || $(MKDIR_P) "$(DESTDIR)$(sdldir)"
340
341
        @list='$(sdl_DATA)'; for p in $$list; do \
341
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
342
343
          f=$(am__strip_dir) \
353
354
        done
354
355
install-pkgconfigHEADERS: $(pkgconfig_HEADERS)
355
356
        @$(NORMAL_INSTALL)
356
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
 
357
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
357
358
        @list='$(pkgconfig_HEADERS)'; for p in $$list; do \
358
359
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
359
360
          f=$(am__strip_dir) \
374
375
        unique=`for i in $$list; do \
375
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
377
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
 
378
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
380
        mkid -fID $$unique
380
381
tags: TAGS
381
382
 
387
388
        unique=`for i in $$list; do \
388
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389
390
          done | \
390
 
          $(AWK) '    { files[$$0] = 1; } \
391
 
               END { for (i in files) print i; }'`; \
 
391
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
392
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
393
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
393
394
          test -n "$$unique" || unique=$$empty_fix; \
394
395
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
399
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
400
                $(TAGS_FILES) $(LISP)
400
401
        tags=; \
401
 
        here=`pwd`; \
402
402
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
403
        unique=`for i in $$list; do \
404
404
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
405
          done | \
406
 
          $(AWK) '    { files[$$0] = 1; } \
407
 
               END { for (i in files) print i; }'`; \
 
406
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
407
              END { if (nonempty) { for (i in files) print i; }; }'`; \
408
408
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
409
409
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410
410
             $$tags $$unique
418
418
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
419
 
420
420
distdir: $(DISTFILES)
421
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
422
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
423
 
        list='$(DISTFILES)'; for file in $$list; do \
424
 
          case $$file in \
425
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
426
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
427
 
          esac; \
 
421
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
423
        list='$(DISTFILES)'; \
 
424
          dist_files=`for file in $$list; do echo $$file; done | \
 
425
          sed -e "s|^$$srcdirstrip/||;t" \
 
426
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
427
        case $$dist_files in \
 
428
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
429
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
430
                           sort -u` ;; \
 
431
        esac; \
 
432
        for file in $$dist_files; do \
428
433
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
429
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
430
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
431
 
            dir="/$$dir"; \
432
 
            $(mkdir_p) "$(distdir)$$dir"; \
433
 
          else \
434
 
            dir=''; \
435
 
          fi; \
436
434
          if test -d $$d/$$file; then \
 
435
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
437
436
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
438
437
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
439
438
            fi; \
450
449
all-am: Makefile $(DATA) $(HEADERS)
451
450
installdirs:
452
451
        for dir in "$(DESTDIR)$(sdldir)" "$(DESTDIR)$(pkgconfigdir)"; do \
453
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
452
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
454
453
        done
455
454
install: install-am
456
455
install-exec: install-exec-am
486
485
        -rm -rf ./$(DEPDIR)
487
486
        -rm -f Makefile
488
487
distclean-am: clean-am distclean-compile distclean-generic \
489
 
        distclean-libtool distclean-tags
 
488
        distclean-tags
490
489
 
491
490
dvi: dvi-am
492
491
 
500
499
 
501
500
install-data-am: install-pkgconfigHEADERS install-sdlDATA
502
501
 
 
502
install-dvi: install-dvi-am
 
503
 
503
504
install-exec-am:
504
505
 
 
506
install-html: install-html-am
 
507
 
505
508
install-info: install-info-am
506
509
 
507
510
install-man:
508
511
 
 
512
install-pdf: install-pdf-am
 
513
 
 
514
install-ps: install-ps-am
 
515
 
509
516
installcheck-am:
510
517
 
511
518
maintainer-clean: maintainer-clean-am
526
533
 
527
534
ps-am:
528
535
 
529
 
uninstall-am: uninstall-info-am uninstall-pkgconfigHEADERS \
530
 
        uninstall-sdlDATA
 
536
uninstall-am: uninstall-pkgconfigHEADERS uninstall-sdlDATA
 
537
 
 
538
.MAKE: install-am install-strip
531
539
 
532
540
.PHONY: CTAGS GTAGS all all-am check check-am clean \
533
541
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
534
542
        distclean distclean-compile distclean-generic \
535
543
        distclean-libtool distclean-tags distdir dvi dvi-am html \
536
544
        html-am info info-am install install-am install-data \
537
 
        install-data-am install-exec install-exec-am install-info \
538
 
        install-info-am install-man install-pkgconfigHEADERS \
 
545
        install-data-am install-dvi install-dvi-am install-exec \
 
546
        install-exec-am install-html install-html-am install-info \
 
547
        install-info-am install-man install-pdf install-pdf-am \
 
548
        install-pkgconfigHEADERS install-ps install-ps-am \
539
549
        install-sdlDATA install-strip installcheck installcheck-am \
540
550
        installdirs maintainer-clean maintainer-clean-generic \
541
551
        mostlyclean mostlyclean-compile mostlyclean-generic \
542
552
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
543
 
        uninstall-am uninstall-info-am uninstall-pkgconfigHEADERS \
544
 
        uninstall-sdlDATA
 
553
        uninstall-am uninstall-pkgconfigHEADERS uninstall-sdlDATA
545
554
 
546
555
 
547
556
SDL_rwops_zzip.$(OBJEXT) :  zzip-config  @srcdir@/SDL_rwops_zzip.c