~smartboyhw/wubi/bug-1080090-new

« back to all changes in this revision

Viewing changes to src/grub4dos/stage1/.svn/text-base/Makefile.in.svn-base

  • Committer: Howard Chan
  • Date: 2012-11-20 10:16:05 UTC
  • Revision ID: smartboyhw@gmail.com-20121120101605-qfmjfsdynpzg9an9
Added images

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
 
VPATH = @srcdir@
21
 
pkgdatadir = $(datadir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
LIBOBJDIR =
40
 
noinst_PROGRAMS = stage1.exec$(EXEEXT)
41
 
subdir = stage1
42
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
 
        $(top_srcdir)/configure.ac
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
PROGRAMS = $(noinst_PROGRAMS)
52
 
am_stage1_exec_OBJECTS = stage1.$(OBJEXT)
53
 
stage1_exec_OBJECTS = $(am_stage1_exec_OBJECTS)
54
 
stage1_exec_LDADD = $(LDADD)
55
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
56
 
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
57
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
58
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59
 
CCLD = $(CC)
60
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
61
 
SOURCES = $(stage1_exec_SOURCES)
62
 
DIST_SOURCES = $(stage1_exec_SOURCES)
63
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
 
am__vpath_adj = case $$p in \
65
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
 
    *) f=$$p;; \
67
 
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
69
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
70
 
nodist_pkglibDATA_INSTALL = $(INSTALL_DATA)
71
 
DATA = $(nodist_pkglib_DATA)
72
 
ETAGS = etags
73
 
CTAGS = ctags
74
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
 
pkglibdir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
76
 
ACLOCAL = @ACLOCAL@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
 
AMTAR = @AMTAR@
80
 
AUTOCONF = @AUTOCONF@
81
 
AUTOHEADER = @AUTOHEADER@
82
 
AUTOMAKE = @AUTOMAKE@
83
 
AWK = @AWK@
84
 
BIN_LDFLAGS = @BIN_LDFLAGS@
85
 
BUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
86
 
BUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
87
 
CC = @CC@
88
 
CCAS = @CCAS@
89
 
CCASFLAGS = @CCASFLAGS@
90
 
CCDEPMODE = @CCDEPMODE@
91
 
CFLAGS = @CFLAGS@
92
 
CPP = @CPP@
93
 
CPPFLAGS = @CPPFLAGS@
94
 
CYGPATH_W = @CYGPATH_W@
95
 
DEFS = @DEFS@
96
 
DEPDIR = @DEPDIR@
97
 
DISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
98
 
DISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
99
 
ECHO_C = @ECHO_C@
100
 
ECHO_N = @ECHO_N@
101
 
ECHO_T = @ECHO_T@
102
 
EGREP = @EGREP@
103
 
EXEEXT = @EXEEXT@
104
 
FSYS_CFLAGS = @FSYS_CFLAGS@
105
 
GRAPHICS_SUPPORT_FALSE = @GRAPHICS_SUPPORT_FALSE@
106
 
GRAPHICS_SUPPORT_TRUE = @GRAPHICS_SUPPORT_TRUE@
107
 
GREP = @GREP@
108
 
GRUB_CFLAGS = @GRUB_CFLAGS@
109
 
GRUB_LIBS = @GRUB_LIBS@
110
 
HERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
111
 
HERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
112
 
INSTALL_DATA = @INSTALL_DATA@
113
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
115
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116
 
LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00 $(BIN_LDFLAGS)
117
 
LIBOBJS = @LIBOBJS@
118
 
LIBS = @LIBS@
119
 
LTLIBOBJS = @LTLIBOBJS@
120
 
MAINT = @MAINT@
121
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123
 
MAKEINFO = @MAKEINFO@
124
 
NETBOOT_DRIVERS = @NETBOOT_DRIVERS@
125
 
NETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
126
 
NETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
127
 
NET_CFLAGS = @NET_CFLAGS@
128
 
NET_EXTRAFLAGS = @NET_EXTRAFLAGS@
129
 
OBJCOPY = @OBJCOPY@
130
 
OBJEXT = @OBJEXT@
131
 
PACKAGE = @PACKAGE@
132
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
 
PACKAGE_NAME = @PACKAGE_NAME@
134
 
PACKAGE_STRING = @PACKAGE_STRING@
135
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
136
 
PACKAGE_VERSION = @PACKAGE_VERSION@
137
 
PATH_SEPARATOR = @PATH_SEPARATOR@
138
 
PERL = @PERL@
139
 
RANLIB = @RANLIB@
140
 
SERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
141
 
SERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
142
 
SERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
143
 
SERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
144
 
SET_MAKE = @SET_MAKE@
145
 
SHELL = @SHELL@
146
 
STAGE1_CFLAGS = @STAGE1_CFLAGS@
147
 
STAGE2_CFLAGS = @STAGE2_CFLAGS@
148
 
STRIP = @STRIP@
149
 
VERSION = @VERSION@
150
 
ac_ct_CC = @ac_ct_CC@
151
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
152
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
153
 
am__include = @am__include@
154
 
am__leading_dot = @am__leading_dot@
155
 
am__quote = @am__quote@
156
 
am__tar = @am__tar@
157
 
am__untar = @am__untar@
158
 
bindir = @bindir@
159
 
build = @build@
160
 
build_alias = @build_alias@
161
 
build_cpu = @build_cpu@
162
 
build_os = @build_os@
163
 
build_vendor = @build_vendor@
164
 
datadir = @datadir@
165
 
datarootdir = @datarootdir@
166
 
docdir = @docdir@
167
 
dvidir = @dvidir@
168
 
exec_prefix = @exec_prefix@
169
 
host = @host@
170
 
host_alias = @host_alias@
171
 
host_cpu = @host_cpu@
172
 
host_os = @host_os@
173
 
host_vendor = @host_vendor@
174
 
htmldir = @htmldir@
175
 
includedir = @includedir@
176
 
infodir = @infodir@
177
 
install_sh = @install_sh@
178
 
libdir = @libdir@
179
 
libexecdir = @libexecdir@
180
 
localedir = @localedir@
181
 
localstatedir = @localstatedir@
182
 
mandir = @mandir@
183
 
mkdir_p = @mkdir_p@
184
 
oldincludedir = @oldincludedir@
185
 
pdfdir = @pdfdir@
186
 
prefix = @prefix@
187
 
program_transform_name = @program_transform_name@
188
 
psdir = @psdir@
189
 
sbindir = @sbindir@
190
 
sharedstatedir = @sharedstatedir@
191
 
sysconfdir = @sysconfdir@
192
 
target_alias = @target_alias@
193
 
nodist_pkglib_DATA = stage1
194
 
CLEANFILES = $(nodist_pkglib_DATA)
195
 
 
196
 
# We can't use builtins or standard includes.
197
 
AM_CCASFLAGS = $(STAGE1_CFLAGS) -fno-builtin -nostdinc
198
 
stage1_exec_SOURCES = stage1.S stage1.h
199
 
SUFFIXES = .exec
200
 
all: all-am
201
 
 
202
 
.SUFFIXES:
203
 
.SUFFIXES: .exec .S .o .obj
204
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
205
 
        @for dep in $?; do \
206
 
          case '$(am__configure_deps)' in \
207
 
            *$$dep*) \
208
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
209
 
                && exit 0; \
210
 
              exit 1;; \
211
 
          esac; \
212
 
        done; \
213
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  stage1/Makefile'; \
214
 
        cd $(top_srcdir) && \
215
 
          $(AUTOMAKE) --gnu  stage1/Makefile
216
 
.PRECIOUS: Makefile
217
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
218
 
        @case '$?' in \
219
 
          *config.status*) \
220
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
221
 
          *) \
222
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
223
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
224
 
        esac;
225
 
 
226
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
227
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
 
 
229
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
230
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
232
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
 
 
234
 
clean-noinstPROGRAMS:
235
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
236
 
stage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES) 
237
 
        @rm -f stage1.exec$(EXEEXT)
238
 
        $(LINK) $(stage1_exec_LDFLAGS) $(stage1_exec_OBJECTS) $(stage1_exec_LDADD) $(LIBS)
239
 
 
240
 
mostlyclean-compile:
241
 
        -rm -f *.$(OBJEXT)
242
 
 
243
 
distclean-compile:
244
 
        -rm -f *.tab.c
245
 
 
246
 
.S.o:
247
 
        $(CCASCOMPILE) -c $<
248
 
 
249
 
.S.obj:
250
 
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
251
 
uninstall-info-am:
252
 
install-nodist_pkglibDATA: $(nodist_pkglib_DATA)
253
 
        @$(NORMAL_INSTALL)
254
 
        test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
255
 
        @list='$(nodist_pkglib_DATA)'; for p in $$list; do \
256
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
257
 
          f=$(am__strip_dir) \
258
 
          echo " $(nodist_pkglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
259
 
          $(nodist_pkglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
260
 
        done
261
 
 
262
 
uninstall-nodist_pkglibDATA:
263
 
        @$(NORMAL_UNINSTALL)
264
 
        @list='$(nodist_pkglib_DATA)'; for p in $$list; do \
265
 
          f=$(am__strip_dir) \
266
 
          echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
267
 
          rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
268
 
        done
269
 
 
270
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272
 
        unique=`for i in $$list; do \
273
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274
 
          done | \
275
 
          $(AWK) '    { files[$$0] = 1; } \
276
 
               END { for (i in files) print i; }'`; \
277
 
        mkid -fID $$unique
278
 
tags: TAGS
279
 
 
280
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281
 
                $(TAGS_FILES) $(LISP)
282
 
        tags=; \
283
 
        here=`pwd`; \
284
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
285
 
        unique=`for i in $$list; do \
286
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
 
          done | \
288
 
          $(AWK) '    { files[$$0] = 1; } \
289
 
               END { for (i in files) print i; }'`; \
290
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
291
 
          test -n "$$unique" || unique=$$empty_fix; \
292
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293
 
            $$tags $$unique; \
294
 
        fi
295
 
ctags: CTAGS
296
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
297
 
                $(TAGS_FILES) $(LISP)
298
 
        tags=; \
299
 
        here=`pwd`; \
300
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
301
 
        unique=`for i in $$list; do \
302
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303
 
          done | \
304
 
          $(AWK) '    { files[$$0] = 1; } \
305
 
               END { for (i in files) print i; }'`; \
306
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
307
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
308
 
             $$tags $$unique
309
 
 
310
 
GTAGS:
311
 
        here=`$(am__cd) $(top_builddir) && pwd` \
312
 
          && cd $(top_srcdir) \
313
 
          && gtags -i $(GTAGS_ARGS) $$here
314
 
 
315
 
distclean-tags:
316
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
317
 
 
318
 
distdir: $(DISTFILES)
319
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
320
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
321
 
        list='$(DISTFILES)'; for file in $$list; do \
322
 
          case $$file in \
323
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
324
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
325
 
          esac; \
326
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
327
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
328
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
329
 
            dir="/$$dir"; \
330
 
            $(mkdir_p) "$(distdir)$$dir"; \
331
 
          else \
332
 
            dir=''; \
333
 
          fi; \
334
 
          if test -d $$d/$$file; then \
335
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
336
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
337
 
            fi; \
338
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
339
 
          else \
340
 
            test -f $(distdir)/$$file \
341
 
            || cp -p $$d/$$file $(distdir)/$$file \
342
 
            || exit 1; \
343
 
          fi; \
344
 
        done
345
 
check-am: all-am
346
 
check: check-am
347
 
all-am: Makefile $(PROGRAMS) $(DATA)
348
 
installdirs:
349
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
350
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
351
 
        done
352
 
install: install-am
353
 
install-exec: install-exec-am
354
 
install-data: install-data-am
355
 
uninstall: uninstall-am
356
 
 
357
 
install-am: all-am
358
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359
 
 
360
 
installcheck: installcheck-am
361
 
install-strip:
362
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364
 
          `test -z '$(STRIP)' || \
365
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
366
 
mostlyclean-generic:
367
 
 
368
 
clean-generic:
369
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
370
 
 
371
 
distclean-generic:
372
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
373
 
 
374
 
maintainer-clean-generic:
375
 
        @echo "This command is intended for maintainers to use"
376
 
        @echo "it deletes files that may require special tools to rebuild."
377
 
clean: clean-am
378
 
 
379
 
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
380
 
 
381
 
distclean: distclean-am
382
 
        -rm -f Makefile
383
 
distclean-am: clean-am distclean-compile distclean-generic \
384
 
        distclean-tags
385
 
 
386
 
dvi: dvi-am
387
 
 
388
 
dvi-am:
389
 
 
390
 
html: html-am
391
 
 
392
 
info: info-am
393
 
 
394
 
info-am:
395
 
 
396
 
install-data-am:
397
 
 
398
 
install-exec-am: install-nodist_pkglibDATA
399
 
 
400
 
install-info: install-info-am
401
 
 
402
 
install-man:
403
 
 
404
 
installcheck-am:
405
 
 
406
 
maintainer-clean: maintainer-clean-am
407
 
        -rm -f Makefile
408
 
maintainer-clean-am: distclean-am maintainer-clean-generic
409
 
 
410
 
mostlyclean: mostlyclean-am
411
 
 
412
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
413
 
 
414
 
pdf: pdf-am
415
 
 
416
 
pdf-am:
417
 
 
418
 
ps: ps-am
419
 
 
420
 
ps-am:
421
 
 
422
 
uninstall-am: uninstall-info-am uninstall-nodist_pkglibDATA
423
 
 
424
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
425
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
426
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
427
 
        html-am info info-am install install-am install-data \
428
 
        install-data-am install-exec install-exec-am install-info \
429
 
        install-info-am install-man install-nodist_pkglibDATA \
430
 
        install-strip installcheck installcheck-am installdirs \
431
 
        maintainer-clean maintainer-clean-generic mostlyclean \
432
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
433
 
        tags uninstall uninstall-am uninstall-info-am \
434
 
        uninstall-nodist_pkglibDATA
435
 
 
436
 
%: %.exec$(EXEEXT)
437
 
        $(OBJCOPY) -O binary $< $@
438
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
439
 
# Otherwise a system limit (for SysV at least) may be exceeded.
440
 
.NOEXPORT: