~ubuntu-branches/ubuntu/edgy/vice/edgy

« back to all changes in this revision

Viewing changes to src/drive/iec128dcr/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730191559-aybuaxdqc7uc57fc
Tags: 1.19-1
* New upstream version (Closes: #344245, #379781)
* Reference to roms in package description fixed (Closes: #302900)
* Acknowledge xlibs NMU (Closes: #346768)
* Build-Depends: bison++ | bison
* Build-Depends: libxaw-headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
CFLAGS = @CFLAGS@
59
59
CPP = @CPP@
60
60
CPPFLAGS = @CPPFLAGS@
 
61
CROSS = @CROSS@
 
62
CROSS_FALSE = @CROSS_FALSE@
 
63
CROSS_TRUE = @CROSS_TRUE@
61
64
CXX = @CXX@
62
65
CXXCPP = @CXXCPP@
63
66
CXXDEPMODE = @CXXDEPMODE@
68
71
DEPDIR = @DEPDIR@
69
72
DOS_OR_WIN_FALSE = @DOS_OR_WIN_FALSE@
70
73
DOS_OR_WIN_TRUE = @DOS_OR_WIN_TRUE@
 
74
DOS_TFE_PCAP_LIB = @DOS_TFE_PCAP_LIB@
71
75
ECHO_C = @ECHO_C@
72
76
ECHO_N = @ECHO_N@
73
77
ECHO_T = @ECHO_T@
155
159
USE_NLS = @USE_NLS@
156
160
VERSION = @VERSION@
157
161
VERSION_RC = @VERSION_RC@
 
162
VICE_LIBPNG = @VICE_LIBPNG@
 
163
VICE_LIBPNG_DEP = @VICE_LIBPNG_DEP@
 
164
VICE_LIBPNG_DIR = @VICE_LIBPNG_DIR@
 
165
VICE_LIBPNG_INCLUDES = @VICE_LIBPNG_INCLUDES@
158
166
VICE_VERSION = @VICE_VERSION@
159
167
VICE_VERSION_BUILD = @VICE_VERSION_BUILD@
160
168
VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@
161
169
VICE_VERSION_MINOR = @VICE_VERSION_MINOR@
 
170
VICE_ZLIB = @VICE_ZLIB@
 
171
VICE_ZLIB_DEP = @VICE_ZLIB_DEP@
 
172
VICE_ZLIB_DIR = @VICE_ZLIB_DIR@
 
173
VICE_ZLIB_INCLUDES = @VICE_ZLIB_INCLUDES@
162
174
WIN32_COMPILE_FALSE = @WIN32_COMPILE_FALSE@
163
175
WIN32_COMPILE_TRUE = @WIN32_COMPILE_TRUE@
164
176
WINDRES = @WINDRES@
 
177
WRC = @WRC@
165
178
X128_WINRES = @X128_WINRES@
166
179
X64_WINRES = @X64_WINRES@
167
180
XCBM2_WINRES = @XCBM2_WINRES@