~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/wswan/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-01-31 07:21:35 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120131072135-es3dj12y00xcnrsk
Tags: 0.9.19-1
* New upstream WIP version.
* Update copyright information.
* Refresh use-system-tremor.patch and remove psx-big-endian-only.patch.
* Add spelling-fixes.patch based on Lintian's recommendations.
* Build-depend on debhelper 9 or later and remove corresponding Lintian
  override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
43
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
44
 
        $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
45
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
46
 
        $(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intlmacosx.m4 \
47
 
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
43
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \
 
44
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
 
45
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
 
46
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
 
47
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
 
48
        $(top_srcdir)/m4/inttypes-pri.m4 \
48
49
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
49
50
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50
51
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
54
55
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
55
56
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
56
57
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
57
 
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
58
 
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
59
 
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
60
 
        $(top_srcdir)/configure.ac
 
58
        $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
59
        $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
60
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
61
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
61
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
63
        $(ACLOCAL_M4)
63
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
166
167
GMSGFMT_015 = @GMSGFMT_015@
167
168
GREP = @GREP@
168
169
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
170
HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
169
171
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
170
172
HAVE_SNPRINTF = @HAVE_SNPRINTF@
171
173
HAVE_VISIBILITY = @HAVE_VISIBILITY@
179
181
INTLBISON = @INTLBISON@
180
182
INTLLIBS = @INTLLIBS@
181
183
INTLOBJS = @INTLOBJS@
 
184
INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
182
185
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
183
186
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
184
187
JACK_CFLAGS = @JACK_CFLAGS@
227
230
PACKAGE_VERSION = @PACKAGE_VERSION@
228
231
PATH_SEPARATOR = @PATH_SEPARATOR@
229
232
PKG_CONFIG = @PKG_CONFIG@
 
233
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
234
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230
235
POSUB = @POSUB@
231
236
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
232
237
RANLIB = @RANLIB@