comparison lwlink/Makefile.in @ 154:fbc6ea067364 2.1

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