~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/arch/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.2.5)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130728203823-w495rps5wuykespp
Tags: upstream-2.4.dfsg
ImportĀ upstreamĀ versionĀ 2.4.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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.
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
17
 
 
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
20
19
pkgincludedir = $(includedir)/@PACKAGE@
35
34
build_triplet = @build@
36
35
host_triplet = @host@
37
36
subdir = src/arch
38
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
40
        $(top_srcdir)/configure.in
55
53
        install-pdf-recursive install-ps-recursive install-recursive \
56
54
        installcheck-recursive installdirs-recursive pdf-recursive \
57
55
        ps-recursive uninstall-recursive
58
 
HEADERS = $(noinst_HEADERS)
59
56
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
60
57
  distclean-recursive maintainer-clean-recursive
61
58
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
63
60
        distdir
64
61
ETAGS = etags
65
62
CTAGS = ctags
66
 
DIST_SUBDIRS = amigaos beos msdos os2 riscos unix win32 win64 sdl
 
63
DIST_SUBDIRS = amigaos beos msdos os2 unix win32 win64 sdl
67
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
65
am__relativize = \
69
66
  dir0=`pwd`; \
124
121
DEBUGBUILD = @DEBUGBUILD@
125
122
DEFS = @DEFS@
126
123
DEPDIR = @DEPDIR@
 
124
DOS2UNIX = @DOS2UNIX@
127
125
DOS_TFE_PCAP_LIB = @DOS_TFE_PCAP_LIB@
128
126
DYNLIB_LIBS = @DYNLIB_LIBS@
129
127
ECHO_C = @ECHO_C@
130
128
ECHO_N = @ECHO_N@
131
129
ECHO_T = @ECHO_T@
 
130
EDITLINE_LIBS = @EDITLINE_LIBS@
132
131
EGREP = @EGREP@
 
132
ENABLE_ARCH = @ENABLE_ARCH@
133
133
EXEEXT = @EXEEXT@
134
134
FCCACHE = @FCCACHE@
135
135
FFMPEG_AV_CFLAGS = @FFMPEG_AV_CFLAGS@
194
194
PACKAGE_URL = @PACKAGE_URL@
195
195
PACKAGE_VERSION = @PACKAGE_VERSION@
196
196
PATH_SEPARATOR = @PATH_SEPARATOR@
 
197
PDFTEX = @PDFTEX@
197
198
PERL = @PERL@
198
199
PKG_CONFIG = @PKG_CONFIG@
199
200
POFILES = @POFILES@
242
243
VICE_VERSION_BUILD = @VICE_VERSION_BUILD@
243
244
VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@
244
245
VICE_VERSION_MINOR = @VICE_VERSION_MINOR@
 
246
VSID_WINRES = @VSID_WINRES@
 
247
VTE_CFLAGS = @VTE_CFLAGS@
 
248
VTE_LIBS = @VTE_LIBS@
245
249
WINDRES = @WINDRES@
246
250
WRC = @WRC@
247
251
X128_WINRES = @X128_WINRES@
248
252
X64DTV_WINRES = @X64DTV_WINRES@
249
253
X64_WINRES = @X64_WINRES@
250
254
XCBM2_WINRES = @XCBM2_WINRES@
 
255
XCBM5X0_WINRES = @XCBM5X0_WINRES@
251
256
XGETTEXT = @XGETTEXT@
252
257
XMKMF = @XMKMF@
253
258
XPET_WINRES = @XPET_WINRES@
280
285
build_os = @build_os@
281
286
build_vendor = @build_vendor@
282
287
builddir = @builddir@
283
 
cxx = @cxx@
284
288
datadir = @datadir@
285
289
datarootdir = @datarootdir@
286
290
docdir = @docdir@
316
320
top_build_prefix = @top_build_prefix@
317
321
top_builddir = @top_builddir@
318
322
top_srcdir = @top_srcdir@
 
323
vsid_LDFLAGS = @vsid_LDFLAGS@
319
324
x128_LDFLAGS = @x128_LDFLAGS@
320
325
x64_LDFLAGS = @x64_LDFLAGS@
321
326
xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
326
331
@BEOS_COMPILE_TRUE@@SDL_COMPILE_FALSE@SUBDIRS = beos
327
332
@MSDOS_COMPILE_TRUE@@SDL_COMPILE_FALSE@SUBDIRS = msdos
328
333
@OS2_COMPILE_TRUE@@SDL_COMPILE_FALSE@SUBDIRS = os2
329
 
@RISCOS_COMPILE_TRUE@@SDL_COMPILE_FALSE@SUBDIRS = riscos
330
334
@SDL_COMPILE_FALSE@@UNIX_COMPILE_TRUE@SUBDIRS = unix
331
335
@SDL_COMPILE_FALSE@@WIN32_COMPILE_TRUE@SUBDIRS = win32 win64
332
336
@SDL_COMPILE_TRUE@SUBDIRS = sdl
333
 
noinst_HEADERS = \
334
 
        platform.h \
335
 
        platform_aix_version.h \
336
 
        platform_compiler.h \
337
 
        platform_cpu_type.h \
338
 
        platform_freebsd_version.h \
339
 
        platform_linux_libc_version.h \
340
 
        platform_netbsd_version.h \
341
 
        platform_openbsd_version.h \
342
 
        platform_qnx6_version.h
343
 
 
344
337
EXTRA_DIST = \
 
338
        watcom-source-wrappers/geninfocontrib32.c \
345
339
        watcom-source-wrappers/gentranslate32.c \
346
340
        watcom-source-wrappers/genwinres32.c \
347
341
        watcom-source-wrappers/resid-sid.cc \
360
354
        watcom-source-wrappers/residfp-version.cc \
361
355
        watcom-source-wrappers/residfp-voice.cc \
362
356
        watcom-source-wrappers/residfp-wave.cc \
363
 
        watcom-source-wrappers/vic20cart-generic.c \
364
357
        watcom-source-wrappers/viciisc.c \
365
358
        watcom-source-wrappers/viciisc-cmdline-options.c \
366
359
        watcom-source-wrappers/viciisc-color.c \
372
365
        watcom-source-wrappers/viciisc-resources.c \
373
366
        watcom-source-wrappers/viciisc-snapshot.c \
374
367
        watcom-source-wrappers/viciisc-timing.c \
 
368
        watcom-source-wrappers/vsid-main.c \
375
369
        watcom-source-wrappers/x128-main.c \
376
370
        watcom-source-wrappers/x64-main.c \
377
371
        watcom-source-wrappers/x64dtv-main.c \
378
372
        watcom-source-wrappers/x64sc-main.c \
379
373
        watcom-source-wrappers/xcbm2-main.c \
 
374
        watcom-source-wrappers/xcbm5x0-main.c \
380
375
        watcom-source-wrappers/xpet-main.c \
381
376
        watcom-source-wrappers/xplus4-main.c \
382
377
        watcom-source-wrappers/xvic-main.c
610
605
        done
611
606
check-am: all-am
612
607
check: check-recursive
613
 
all-am: Makefile $(HEADERS)
 
608
all-am: Makefile
614
609
installdirs: installdirs-recursive
615
610
installdirs-am:
616
611
install: install-recursive
623
618
 
624
619
installcheck: installcheck-recursive
625
620
install-strip:
626
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628
 
          `test -z '$(STRIP)' || \
629
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
621
        if test -z '$(STRIP)'; then \
 
622
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
623
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
624
              install; \
 
625
        else \
 
626
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
627
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
628
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
629
        fi
630
630
mostlyclean-generic:
631
631
 
632
632
clean-generic: