annotate src/Makefile.in @ 288:843b1cfb7b5c 2.0

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