~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/system-zipios-and-no-s3m/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
22
 
    case $$MAKEFLAGS in \
23
 
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
36
19
pkgdatadir = $(datadir)/@PACKAGE@
37
20
pkgincludedir = $(includedir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
169
152
        $(top_builddir)/lib-src/oxydlib/liboxyd.a \
170
153
        $(top_builddir)/lib-src/zipios++/src/libzipios.a \
171
154
        $(am__DEPENDENCIES_1)
 
155
enigma_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(enigma_LDFLAGS) \
 
156
        $(LDFLAGS) -o $@
172
157
DEFAULT_INCLUDES = -I.@am__isrc@
173
158
depcomp = $(SHELL) $(top_srcdir)/depcomp
174
159
am__depfiles_maybe = depfiles
184
169
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185
170
SOURCES = $(enigma_SOURCES)
186
171
DIST_SOURCES = $(enigma_SOURCES)
187
 
am__can_run_installinfo = \
188
 
  case $$AM_UPDATE_INFO_DIR in \
189
 
    n|no|NO) false;; \
190
 
    *) (install-info --version) >/dev/null 2>&1;; \
191
 
  esac
192
172
ETAGS = etags
193
173
CTAGS = ctags
194
174
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
750
730
@MINGW32_FALSE@localedir_enigma := $(datadir)/locale
751
731
@MINGW32_TRUE@localedir_enigma := data/locale
752
732
@MINGW32_FALSE@mingw_ldadd = 
753
 
@MINGW32_TRUE@mingw_ldadd := enigma_ico.o -lws2_32
 
733
@MINGW32_TRUE@mingw_ldadd := enigma_ico.o -lws2_32 -lSDL_image -ltiff -llzma -ljpeg -lpng15 -lSDL_mixer -lmikmod -lsmpeg -lstdc++ -lvorbisfile -lvorbis -logg -lSDL_ttf -lcurl -lidn -lwldap32 -lgnutls -lhogweed -lgmp -lz -lnettle -lssh2 -lgcrypt -lgpg-error -lws2_32 -lfreetype -lintl
 
734
@MINGW32_TRUE@enigma_LDFLAGS := -mwindows -pthread
754
735
enigma_LDADD = \
755
736
        @LIBINTL@ \
756
737
        $(top_builddir)/lib-src/enigma-core/libecl.a \
810
791
$(am__aclocal_m4_deps):
811
792
 
812
793
config.h: stamp-h1
813
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
814
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
794
        @if test ! -f $@; then \
 
795
          rm -f stamp-h1; \
 
796
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
797
        else :; fi
815
798
 
816
799
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
817
800
        @rm -f stamp-h1
825
808
        -rm -f config.h stamp-h1
826
809
install-binPROGRAMS: $(bin_PROGRAMS)
827
810
        @$(NORMAL_INSTALL)
 
811
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
828
812
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
829
 
        if test -n "$$list"; then \
830
 
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
831
 
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
832
 
        fi; \
833
813
        for p in $$list; do echo "$$p $$p"; done | \
834
814
        sed 's/$(EXEEXT)$$//' | \
835
815
        while read p p1; do if test -f $$p; \
863
843
 
864
844
clean-binPROGRAMS:
865
845
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
866
 
enigma$(EXEEXT): $(enigma_OBJECTS) $(enigma_DEPENDENCIES) $(EXTRA_enigma_DEPENDENCIES) 
 
846
enigma$(EXEEXT): $(enigma_OBJECTS) $(enigma_DEPENDENCIES) 
867
847
        @rm -f enigma$(EXEEXT)
868
 
        $(CXXLINK) $(enigma_OBJECTS) $(enigma_LDADD) $(LIBS)
 
848
        $(enigma_LINK) $(enigma_OBJECTS) $(enigma_LDADD) $(LIBS)
869
849
 
870
850
mostlyclean-compile:
871
851
        -rm -f *.$(OBJEXT)
3142
3122
 
3143
3123
installcheck: installcheck-am
3144
3124
install-strip:
3145
 
        if test -z '$(STRIP)'; then \
3146
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3147
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3148
 
              install; \
3149
 
        else \
3150
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3151
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3152
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3153
 
        fi
 
3125
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
3126
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
3127
          `test -z '$(STRIP)' || \
 
3128
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3154
3129
mostlyclean-generic:
3155
3130
 
3156
3131
clean-generic:
3246
3221
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
3247
3222
        tags uninstall uninstall-am uninstall-binPROGRAMS
3248
3223
 
 
3224
@MINGW32_TRUE@  # mingw_ldadd := enigma_ico.o -lws2_32
3249
3225
@MINGW32_TRUE@  enigma_ico.o: enigma.rc enigma.ico
3250
3226
@MINGW32_TRUE@  $(WINDRES) $(srcdir)/enigma.rc --include-dir=$(srcdir) -O coff -o enigma_ico.o
3251
3227
.PHONY: tolua