Mercurial > hg-old > index.cgi
comparison lwlink/Makefile.in @ 177:d340e9c8191f 2.2
Added autotool files for releae
author | lost |
---|---|
date | Wed, 04 Mar 2009 03:44:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
176:4b45b66e0767 | 177:d340e9c8191f |
---|---|
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 srcdir = @srcdir@ | |
18 top_srcdir = @top_srcdir@ | |
19 VPATH = @srcdir@ | |
20 pkgdatadir = $(datadir)/@PACKAGE@ | |
21 pkglibdir = $(libdir)/@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 bin_PROGRAMS = lwlink$(EXEEXT) lwobjdump$(EXEEXT) | |
38 subdir = lwlink | |
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
43 $(ACLOCAL_M4) | |
44 mkinstalldirs = $(install_sh) -d | |
45 CONFIG_HEADER = $(top_builddir)/lwasm/config.h | |
46 CONFIG_CLEAN_FILES = | |
47 am__installdirs = "$(DESTDIR)$(bindir)" | |
48 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) | |
49 PROGRAMS = $(bin_PROGRAMS) | |
50 am_lwlink_OBJECTS = main.$(OBJEXT) lwlink.$(OBJEXT) util.$(OBJEXT) \ | |
51 readfiles.$(OBJEXT) expr.$(OBJEXT) script.$(OBJEXT) \ | |
52 link.$(OBJEXT) output.$(OBJEXT) | |
53 lwlink_OBJECTS = $(am_lwlink_OBJECTS) | |
54 lwlink_LDADD = $(LDADD) | |
55 am_lwobjdump_OBJECTS = objdump.$(OBJEXT) util.$(OBJEXT) | |
56 lwobjdump_OBJECTS = $(am_lwobjdump_OBJECTS) | |
57 lwobjdump_LDADD = $(LDADD) | |
58 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lwasm | |
59 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
60 am__depfiles_maybe = depfiles | |
61 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
62 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
63 CCLD = $(CC) | |
64 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
65 SOURCES = $(lwlink_SOURCES) $(lwobjdump_SOURCES) | |
66 DIST_SOURCES = $(lwlink_SOURCES) $(lwobjdump_SOURCES) | |
67 ETAGS = etags | |
68 CTAGS = ctags | |
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
70 ACLOCAL = @ACLOCAL@ | |
71 AMDEP_FALSE = @AMDEP_FALSE@ | |
72 AMDEP_TRUE = @AMDEP_TRUE@ | |
73 AMTAR = @AMTAR@ | |
74 AUTOCONF = @AUTOCONF@ | |
75 AUTOHEADER = @AUTOHEADER@ | |
76 AUTOMAKE = @AUTOMAKE@ | |
77 AWK = @AWK@ | |
78 CC = @CC@ | |
79 CCDEPMODE = @CCDEPMODE@ | |
80 CFLAGS = @CFLAGS@ | |
81 CPPFLAGS = @CPPFLAGS@ | |
82 CYGPATH_W = @CYGPATH_W@ | |
83 DEFS = @DEFS@ | |
84 DEPDIR = @DEPDIR@ | |
85 ECHO_C = @ECHO_C@ | |
86 ECHO_N = @ECHO_N@ | |
87 ECHO_T = @ECHO_T@ | |
88 EXEEXT = @EXEEXT@ | |
89 INSTALL_DATA = @INSTALL_DATA@ | |
90 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
91 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
92 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
93 LDFLAGS = @LDFLAGS@ | |
94 LIBOBJS = @LIBOBJS@ | |
95 LIBS = @LIBS@ | |
96 LTLIBOBJS = @LTLIBOBJS@ | |
97 MAKEINFO = @MAKEINFO@ | |
98 OBJEXT = @OBJEXT@ | |
99 PACKAGE = @PACKAGE@ | |
100 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
101 PACKAGE_NAME = @PACKAGE_NAME@ | |
102 PACKAGE_STRING = @PACKAGE_STRING@ | |
103 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
104 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
105 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
106 SET_MAKE = @SET_MAKE@ | |
107 SHELL = @SHELL@ | |
108 STRIP = @STRIP@ | |
109 VERSION = @VERSION@ | |
110 ac_ct_CC = @ac_ct_CC@ | |
111 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
112 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
113 am__include = @am__include@ | |
114 am__leading_dot = @am__leading_dot@ | |
115 am__quote = @am__quote@ | |
116 am__tar = @am__tar@ | |
117 am__untar = @am__untar@ | |
118 bindir = @bindir@ | |
119 build_alias = @build_alias@ | |
120 datadir = @datadir@ | |
121 datarootdir = @datarootdir@ | |
122 docdir = @docdir@ | |
123 dvidir = @dvidir@ | |
124 exec_prefix = @exec_prefix@ | |
125 host_alias = @host_alias@ | |
126 htmldir = @htmldir@ | |
127 includedir = @includedir@ | |
128 infodir = @infodir@ | |
129 install_sh = @install_sh@ | |
130 libdir = @libdir@ | |
131 libexecdir = @libexecdir@ | |
132 localedir = @localedir@ | |
133 localstatedir = @localstatedir@ | |
134 mandir = @mandir@ | |
135 mkdir_p = @mkdir_p@ | |
136 oldincludedir = @oldincludedir@ | |
137 pdfdir = @pdfdir@ | |
138 prefix = @prefix@ | |
139 program_transform_name = @program_transform_name@ | |
140 psdir = @psdir@ | |
141 sbindir = @sbindir@ | |
142 sharedstatedir = @sharedstatedir@ | |
143 sysconfdir = @sysconfdir@ | |
144 target_alias = @target_alias@ | |
145 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c | |
146 lwobjdump_SOURCES = objdump.c util.c | |
147 EXTRA_DIST = lwlink.h util.h expr.h | |
148 all: all-am | |
149 | |
150 .SUFFIXES: | |
151 .SUFFIXES: .c .o .obj | |
152 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
153 @for dep in $?; do \ | |
154 case '$(am__configure_deps)' in \ | |
155 *$$dep*) \ | |
156 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
157 && exit 0; \ | |
158 exit 1;; \ | |
159 esac; \ | |
160 done; \ | |
161 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lwlink/Makefile'; \ | |
162 cd $(top_srcdir) && \ | |
163 $(AUTOMAKE) --foreign lwlink/Makefile | |
164 .PRECIOUS: Makefile | |
165 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
166 @case '$?' in \ | |
167 *config.status*) \ | |
168 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
169 *) \ | |
170 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
171 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
172 esac; | |
173 | |
174 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
175 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
176 | |
177 $(top_srcdir)/configure: $(am__configure_deps) | |
178 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
179 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
180 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
181 install-binPROGRAMS: $(bin_PROGRAMS) | |
182 @$(NORMAL_INSTALL) | |
183 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" | |
184 @list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
185 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ | |
186 if test -f $$p \ | |
187 ; then \ | |
188 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ | |
189 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ | |
190 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ | |
191 else :; fi; \ | |
192 done | |
193 | |
194 uninstall-binPROGRAMS: | |
195 @$(NORMAL_UNINSTALL) | |
196 @list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
197 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ | |
198 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ | |
199 rm -f "$(DESTDIR)$(bindir)/$$f"; \ | |
200 done | |
201 | |
202 clean-binPROGRAMS: | |
203 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |
204 lwlink$(EXEEXT): $(lwlink_OBJECTS) $(lwlink_DEPENDENCIES) | |
205 @rm -f lwlink$(EXEEXT) | |
206 $(LINK) $(lwlink_LDFLAGS) $(lwlink_OBJECTS) $(lwlink_LDADD) $(LIBS) | |
207 lwobjdump$(EXEEXT): $(lwobjdump_OBJECTS) $(lwobjdump_DEPENDENCIES) | |
208 @rm -f lwobjdump$(EXEEXT) | |
209 $(LINK) $(lwobjdump_LDFLAGS) $(lwobjdump_OBJECTS) $(lwobjdump_LDADD) $(LIBS) | |
210 | |
211 mostlyclean-compile: | |
212 -rm -f *.$(OBJEXT) | |
213 | |
214 distclean-compile: | |
215 -rm -f *.tab.c | |
216 | |
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ | |
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link.Po@am__quote@ | |
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lwlink.Po@am__quote@ | |
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ | |
221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objdump.Po@am__quote@ | |
222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@ | |
223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readfiles.Po@am__quote@ | |
224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@ | |
225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ | |
226 | |
227 .c.o: | |
228 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
229 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
231 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
232 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
233 | |
234 .c.obj: | |
235 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
236 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
237 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
238 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
239 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
240 uninstall-info-am: | |
241 | |
242 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
243 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
244 unique=`for i in $$list; do \ | |
245 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
246 done | \ | |
247 $(AWK) ' { files[$$0] = 1; } \ | |
248 END { for (i in files) print i; }'`; \ | |
249 mkid -fID $$unique | |
250 tags: TAGS | |
251 | |
252 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
253 $(TAGS_FILES) $(LISP) | |
254 tags=; \ | |
255 here=`pwd`; \ | |
256 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
257 unique=`for i in $$list; do \ | |
258 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
259 done | \ | |
260 $(AWK) ' { files[$$0] = 1; } \ | |
261 END { for (i in files) print i; }'`; \ | |
262 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
263 test -n "$$unique" || unique=$$empty_fix; \ | |
264 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
265 $$tags $$unique; \ | |
266 fi | |
267 ctags: CTAGS | |
268 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
269 $(TAGS_FILES) $(LISP) | |
270 tags=; \ | |
271 here=`pwd`; \ | |
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
273 unique=`for i in $$list; do \ | |
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
275 done | \ | |
276 $(AWK) ' { files[$$0] = 1; } \ | |
277 END { for (i in files) print i; }'`; \ | |
278 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
279 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
280 $$tags $$unique | |
281 | |
282 GTAGS: | |
283 here=`$(am__cd) $(top_builddir) && pwd` \ | |
284 && cd $(top_srcdir) \ | |
285 && gtags -i $(GTAGS_ARGS) $$here | |
286 | |
287 distclean-tags: | |
288 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
289 | |
290 distdir: $(DISTFILES) | |
291 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
292 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
293 list='$(DISTFILES)'; for file in $$list; do \ | |
294 case $$file in \ | |
295 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
296 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
297 esac; \ | |
298 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
299 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
300 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
301 dir="/$$dir"; \ | |
302 $(mkdir_p) "$(distdir)$$dir"; \ | |
303 else \ | |
304 dir=''; \ | |
305 fi; \ | |
306 if test -d $$d/$$file; then \ | |
307 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
308 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
309 fi; \ | |
310 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
311 else \ | |
312 test -f $(distdir)/$$file \ | |
313 || cp -p $$d/$$file $(distdir)/$$file \ | |
314 || exit 1; \ | |
315 fi; \ | |
316 done | |
317 check-am: all-am | |
318 check: check-am | |
319 all-am: Makefile $(PROGRAMS) | |
320 installdirs: | |
321 for dir in "$(DESTDIR)$(bindir)"; do \ | |
322 test -z "$$dir" || $(mkdir_p) "$$dir"; \ | |
323 done | |
324 install: install-am | |
325 install-exec: install-exec-am | |
326 install-data: install-data-am | |
327 uninstall: uninstall-am | |
328 | |
329 install-am: all-am | |
330 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
331 | |
332 installcheck: installcheck-am | |
333 install-strip: | |
334 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
335 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
336 `test -z '$(STRIP)' || \ | |
337 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
338 mostlyclean-generic: | |
339 | |
340 clean-generic: | |
341 | |
342 distclean-generic: | |
343 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
344 | |
345 maintainer-clean-generic: | |
346 @echo "This command is intended for maintainers to use" | |
347 @echo "it deletes files that may require special tools to rebuild." | |
348 clean: clean-am | |
349 | |
350 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am | |
351 | |
352 distclean: distclean-am | |
353 -rm -rf ./$(DEPDIR) | |
354 -rm -f Makefile | |
355 distclean-am: clean-am distclean-compile distclean-generic \ | |
356 distclean-tags | |
357 | |
358 dvi: dvi-am | |
359 | |
360 dvi-am: | |
361 | |
362 html: html-am | |
363 | |
364 info: info-am | |
365 | |
366 info-am: | |
367 | |
368 install-data-am: | |
369 | |
370 install-exec-am: install-binPROGRAMS | |
371 | |
372 install-info: install-info-am | |
373 | |
374 install-man: | |
375 | |
376 installcheck-am: | |
377 | |
378 maintainer-clean: maintainer-clean-am | |
379 -rm -rf ./$(DEPDIR) | |
380 -rm -f Makefile | |
381 maintainer-clean-am: distclean-am maintainer-clean-generic | |
382 | |
383 mostlyclean: mostlyclean-am | |
384 | |
385 mostlyclean-am: mostlyclean-compile mostlyclean-generic | |
386 | |
387 pdf: pdf-am | |
388 | |
389 pdf-am: | |
390 | |
391 ps: ps-am | |
392 | |
393 ps-am: | |
394 | |
395 uninstall-am: uninstall-binPROGRAMS uninstall-info-am | |
396 | |
397 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ | |
398 clean-generic ctags distclean distclean-compile \ | |
399 distclean-generic distclean-tags distdir dvi dvi-am html \ | |
400 html-am info info-am install install-am install-binPROGRAMS \ | |
401 install-data install-data-am install-exec install-exec-am \ | |
402 install-info install-info-am install-man install-strip \ | |
403 installcheck installcheck-am installdirs maintainer-clean \ | |
404 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
405 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | |
406 uninstall-am uninstall-binPROGRAMS uninstall-info-am | |
407 | |
408 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
409 # Otherwise a system limit (for SysV at least) may be exceeded. | |
410 .NOEXPORT: |