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

« back to all changes in this revision

Viewing changes to src/hw_misc/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:
39
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
42
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
43
 
        $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
44
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
45
 
        $(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intlmacosx.m4 \
46
 
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
42
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \
 
43
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
 
44
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
 
45
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
 
46
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
 
47
        $(top_srcdir)/m4/inttypes-pri.m4 \
47
48
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
48
49
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
49
50
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
53
54
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
54
55
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
55
56
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
56
 
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
57
 
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
58
 
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
59
 
        $(top_srcdir)/configure.ac
 
57
        $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
58
        $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
59
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
60
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
60
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
62
        $(ACLOCAL_M4)
62
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
153
154
GMSGFMT_015 = @GMSGFMT_015@
154
155
GREP = @GREP@
155
156
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
157
HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
156
158
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
157
159
HAVE_SNPRINTF = @HAVE_SNPRINTF@
158
160
HAVE_VISIBILITY = @HAVE_VISIBILITY@
166
168
INTLBISON = @INTLBISON@
167
169
INTLLIBS = @INTLLIBS@
168
170
INTLOBJS = @INTLOBJS@
 
171
INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
169
172
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
170
173
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
171
174
JACK_CFLAGS = @JACK_CFLAGS@
214
217
PACKAGE_VERSION = @PACKAGE_VERSION@
215
218
PATH_SEPARATOR = @PATH_SEPARATOR@
216
219
PKG_CONFIG = @PKG_CONFIG@
 
220
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
221
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
217
222
POSUB = @POSUB@
218
223
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
219
224
RANLIB = @RANLIB@