comparison src/Makefile.in @ 7:7e50d576470d 1.0 1.0 1.1

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