~ubuntu-branches/ubuntu/saucy/libdebian-installer/saucy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2011-10-17 22:59:00 UTC
  • mfrom: (8.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20111017225900-4nnmgoychrwehwee
Tags: 0.79ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Appease the combination of _FORTIFY_SOURCE=2 (used by default on
    Ubuntu) and -Werror.
  - Add Dove SoC subarchitecture.
  - Add the i386/efi and amd64/efi platforms.
  - Add more OMAP4 Panda support.
  - Add OMAP4 Blaze support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
CYGPATH_W = @CYGPATH_W@
157
157
DEFS = @DEFS@
158
158
DEPDIR = @DEPDIR@
 
159
DLLTOOL = @DLLTOOL@
159
160
DOXYGEN = @DOXYGEN@
160
161
DSYMUTIL = @DSYMUTIL@
161
162
DUMPBIN = @DUMPBIN@
183
184
LTLIBOBJS = @LTLIBOBJS@
184
185
MAINT = @MAINT@
185
186
MAKEINFO = @MAKEINFO@
 
187
MANIFEST_TOOL = @MANIFEST_TOOL@
186
188
MKDIR_P = @MKDIR_P@
187
189
NM = @NM@
188
190
NMEDIT = @NMEDIT@
209
211
abs_srcdir = @abs_srcdir@
210
212
abs_top_builddir = @abs_top_builddir@
211
213
abs_top_srcdir = @abs_top_srcdir@
 
214
ac_ct_AR = @ac_ct_AR@
212
215
ac_ct_CC = @ac_ct_CC@
213
216
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214
217
am__include = @am__include@
241
244
libexecdir = @libexecdir@
242
245
localedir = @localedir@
243
246
localstatedir = @localstatedir@
244
 
lt_ECHO = @lt_ECHO@
245
247
mandir = @mandir@
246
248
mkdir_p = @mkdir_p@
247
249
oldincludedir = @oldincludedir@