Mercurial > hg > sv-dependency-builds
comparison src/libmad-0.15.1b/Makefile.in @ 85:545efbb81310
Import initial set of sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 85:545efbb81310 |
---|---|
1 # Makefile.in generated by automake 1.8.2 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | |
5 # 2003, 2004 Free Software Foundation, Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | |
7 # gives unlimited permission to copy and/or distribute it, | |
8 # with or without modifications, as long as this notice is preserved. | |
9 | |
10 # This program is distributed in the hope that it will be useful, | |
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
13 # PARTICULAR PURPOSE. | |
14 | |
15 @SET_MAKE@ | |
16 | |
17 | |
18 SOURCES = $(libmad_la_SOURCES) $(EXTRA_libmad_la_SOURCES) $(minimad_SOURCES) | |
19 | |
20 srcdir = @srcdir@ | |
21 top_srcdir = @top_srcdir@ | |
22 VPATH = @srcdir@ | |
23 pkgdatadir = $(datadir)/@PACKAGE@ | |
24 pkglibdir = $(libdir)/@PACKAGE@ | |
25 pkgincludedir = $(includedir)/@PACKAGE@ | |
26 top_builddir = . | |
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
28 INSTALL = @INSTALL@ | |
29 install_sh_DATA = $(install_sh) -c -m 644 | |
30 install_sh_PROGRAM = $(install_sh) -c | |
31 install_sh_SCRIPT = $(install_sh) -c | |
32 INSTALL_HEADER = $(INSTALL_DATA) | |
33 transform = $(program_transform_name) | |
34 NORMAL_INSTALL = : | |
35 PRE_INSTALL = : | |
36 POST_INSTALL = : | |
37 NORMAL_UNINSTALL = : | |
38 PRE_UNINSTALL = : | |
39 POST_UNINSTALL = : | |
40 host_triplet = @host@ | |
41 EXTRA_PROGRAMS = minimad$(EXEEXT) | |
42 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \ | |
43 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
44 $(srcdir)/config.h.in $(srcdir)/libmad.list.in \ | |
45 $(top_srcdir)/configure COPYING INSTALL TODO config.guess \ | |
46 config.sub depcomp install-sh ltmain.sh missing mkinstalldirs | |
47 subdir = . | |
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
51 $(ACLOCAL_M4) | |
52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
53 configure.lineno configure.status.lineno | |
54 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
55 CONFIG_HEADER = config.h | |
56 CONFIG_CLEAN_FILES = libmad.list | |
57 am__installdirs = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) | |
58 libLTLIBRARIES_INSTALL = $(INSTALL) | |
59 LTLIBRARIES = $(lib_LTLIBRARIES) | |
60 am__objects_1 = | |
61 am__objects_2 = $(am__objects_1) | |
62 am_libmad_la_OBJECTS = version.lo fixed.lo bit.lo timer.lo stream.lo \ | |
63 frame.lo synth.lo decoder.lo layer12.lo layer3.lo huffman.lo \ | |
64 $(am__objects_2) $(am__objects_1) | |
65 libmad_la_OBJECTS = $(am_libmad_la_OBJECTS) | |
66 am_minimad_OBJECTS = minimad.$(OBJEXT) | |
67 minimad_OBJECTS = $(am_minimad_OBJECTS) | |
68 minimad_DEPENDENCIES = libmad.la | |
69 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. | |
70 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
71 am__depfiles_maybe = depfiles | |
72 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bit.Plo ./$(DEPDIR)/decoder.Plo \ | |
73 @AMDEP_TRUE@ ./$(DEPDIR)/fixed.Plo ./$(DEPDIR)/frame.Plo \ | |
74 @AMDEP_TRUE@ ./$(DEPDIR)/huffman.Plo ./$(DEPDIR)/layer12.Plo \ | |
75 @AMDEP_TRUE@ ./$(DEPDIR)/layer3.Plo ./$(DEPDIR)/minimad.Po \ | |
76 @AMDEP_TRUE@ ./$(DEPDIR)/stream.Plo ./$(DEPDIR)/synth.Plo \ | |
77 @AMDEP_TRUE@ ./$(DEPDIR)/timer.Plo ./$(DEPDIR)/version.Plo | |
78 CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) | |
79 LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \ | |
80 $(CCASFLAGS) | |
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
83 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ | |
84 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
85 $(AM_CFLAGS) $(CFLAGS) | |
86 CCLD = $(CC) | |
87 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
88 $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
89 SOURCES = $(libmad_la_SOURCES) $(EXTRA_libmad_la_SOURCES) \ | |
90 $(minimad_SOURCES) | |
91 DIST_SOURCES = $(libmad_la_SOURCES) $(EXTRA_libmad_la_SOURCES) \ | |
92 $(minimad_SOURCES) | |
93 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
94 html-recursive info-recursive install-data-recursive \ | |
95 install-exec-recursive install-info-recursive \ | |
96 install-recursive installcheck-recursive installdirs-recursive \ | |
97 pdf-recursive ps-recursive uninstall-info-recursive \ | |
98 uninstall-recursive | |
99 includeHEADERS_INSTALL = $(INSTALL_HEADER) | |
100 HEADERS = $(include_HEADERS) | |
101 ETAGS = etags | |
102 CTAGS = ctags | |
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
104 distdir = $(PACKAGE)-$(VERSION) | |
105 top_distdir = $(distdir) | |
106 am__remove_distdir = \ | |
107 { test ! -d $(distdir) \ | |
108 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
109 && rm -fr $(distdir); }; } | |
110 DIST_ARCHIVES = $(distdir).tar.gz | |
111 GZIP_ENV = --best | |
112 distuninstallcheck_listfiles = find . -type f -print | |
113 distcleancheck_listfiles = find . -type f -print | |
114 ACLOCAL = @ACLOCAL@ | |
115 AMDEP_FALSE = @AMDEP_FALSE@ | |
116 AMDEP_TRUE = @AMDEP_TRUE@ | |
117 AMTAR = @AMTAR@ | |
118 AR = @AR@ | |
119 ASO = @ASO@ | |
120 ASO_OBJS = @ASO_OBJS@ | |
121 AUTOCONF = @AUTOCONF@ | |
122 AUTOHEADER = @AUTOHEADER@ | |
123 AUTOMAKE = @AUTOMAKE@ | |
124 AWK = @AWK@ | |
125 CC = @CC@ | |
126 CCAS = @CCAS@ | |
127 CCASFLAGS = @CCASFLAGS@ | |
128 CCDEPMODE = @CCDEPMODE@ | |
129 CFLAGS = @CFLAGS@ | |
130 CPP = @CPP@ | |
131 CPPFLAGS = @CPPFLAGS@ | |
132 CXX = @CXX@ | |
133 CXXCPP = @CXXCPP@ | |
134 CXXDEPMODE = @CXXDEPMODE@ | |
135 CXXFLAGS = @CXXFLAGS@ | |
136 CYGPATH_W = @CYGPATH_W@ | |
137 DEFS = @DEFS@ | |
138 DEPDIR = @DEPDIR@ | |
139 ECHO = @ECHO@ | |
140 ECHO_C = @ECHO_C@ | |
141 ECHO_N = @ECHO_N@ | |
142 ECHO_T = @ECHO_T@ | |
143 EGREP = @EGREP@ | |
144 EXEEXT = @EXEEXT@ | |
145 F77 = @F77@ | |
146 FFLAGS = @FFLAGS@ | |
147 FPM = @FPM@ | |
148 INSTALL_DATA = @INSTALL_DATA@ | |
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
152 LDFLAGS = @LDFLAGS@ | |
153 LIBOBJS = @LIBOBJS@ | |
154 LIBS = @LIBS@ | |
155 LIBTOOL = @LIBTOOL@ | |
156 LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
157 LN_S = @LN_S@ | |
158 LTLIBOBJS = @LTLIBOBJS@ | |
159 MAKEINFO = @MAKEINFO@ | |
160 OBJEXT = @OBJEXT@ | |
161 PACKAGE = @PACKAGE@ | |
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
163 PACKAGE_NAME = @PACKAGE_NAME@ | |
164 PACKAGE_STRING = @PACKAGE_STRING@ | |
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
166 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
167 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
168 RANLIB = @RANLIB@ | |
169 SET_MAKE = @SET_MAKE@ | |
170 SHELL = @SHELL@ | |
171 STRIP = @STRIP@ | |
172 VERSION = @VERSION@ | |
173 ac_ct_AR = @ac_ct_AR@ | |
174 ac_ct_CC = @ac_ct_CC@ | |
175 ac_ct_CXX = @ac_ct_CXX@ | |
176 ac_ct_F77 = @ac_ct_F77@ | |
177 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
178 ac_ct_STRIP = @ac_ct_STRIP@ | |
179 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
180 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
181 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
182 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
183 am__include = @am__include@ | |
184 am__leading_dot = @am__leading_dot@ | |
185 am__quote = @am__quote@ | |
186 bindir = @bindir@ | |
187 build = @build@ | |
188 build_alias = @build_alias@ | |
189 build_cpu = @build_cpu@ | |
190 build_os = @build_os@ | |
191 build_vendor = @build_vendor@ | |
192 datadir = @datadir@ | |
193 exec_prefix = @exec_prefix@ | |
194 host = @host@ | |
195 host_alias = @host_alias@ | |
196 host_cpu = @host_cpu@ | |
197 host_os = @host_os@ | |
198 host_vendor = @host_vendor@ | |
199 includedir = @includedir@ | |
200 infodir = @infodir@ | |
201 install_sh = @install_sh@ | |
202 libdir = @libdir@ | |
203 libexecdir = @libexecdir@ | |
204 localstatedir = @localstatedir@ | |
205 mandir = @mandir@ | |
206 mkdir_p = @mkdir_p@ | |
207 oldincludedir = @oldincludedir@ | |
208 prefix = @prefix@ | |
209 program_transform_name = @program_transform_name@ | |
210 sbindir = @sbindir@ | |
211 sharedstatedir = @sharedstatedir@ | |
212 sysconfdir = @sysconfdir@ | |
213 target_alias = @target_alias@ | |
214 SUBDIRS = | |
215 DIST_SUBDIRS = msvc++ | |
216 lib_LTLIBRARIES = libmad.la | |
217 include_HEADERS = mad.h | |
218 minimad_SOURCES = minimad.c | |
219 minimad_INCLUDES = | |
220 minimad_LDADD = libmad.la | |
221 EXTRA_DIST = mad.h.sed \ | |
222 CHANGES COPYRIGHT CREDITS README TODO VERSION | |
223 | |
224 exported_headers = version.h fixed.h bit.h timer.h stream.h frame.h \ | |
225 synth.h decoder.h | |
226 | |
227 headers = $(exported_headers) \ | |
228 global.h layer12.h layer3.h huffman.h | |
229 | |
230 data_includes = D.dat imdct_s.dat qc_table.dat rq_table.dat \ | |
231 sf_table.dat | |
232 | |
233 libmad_la_SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c \ | |
234 synth.c decoder.c layer12.c layer3.c huffman.c \ | |
235 $(headers) $(data_includes) | |
236 | |
237 EXTRA_libmad_la_SOURCES = imdct_l_arm.S #synth_mmx.S | |
238 libmad_la_DEPENDENCIES = @ASO_OBJS@ | |
239 libmad_la_LIBADD = @ASO_OBJS@ | |
240 INCLUDES = $(FPM) $(ASO) | |
241 BUILT_SOURCES = mad.h | |
242 CLEANFILES = mad.h | |
243 version_current = 2 | |
244 version_revision = 1 | |
245 version_age = 2 | |
246 version_info = $(version_current):$(version_revision):$(version_age) | |
247 libmad_la_LDFLAGS = -version-info $(version_info) | |
248 all: $(BUILT_SOURCES) config.h | |
249 $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
250 | |
251 .SUFFIXES: | |
252 .SUFFIXES: .S .c .lo .o .obj .s | |
253 am--refresh: | |
254 @: | |
255 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
256 @for dep in $?; do \ | |
257 case '$(am__configure_deps)' in \ | |
258 *$$dep*) \ | |
259 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ | |
260 cd $(srcdir) && $(AUTOMAKE) --foreign \ | |
261 && exit 0; \ | |
262 exit 1;; \ | |
263 esac; \ | |
264 done; \ | |
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |
266 cd $(top_srcdir) && \ | |
267 $(AUTOMAKE) --foreign Makefile | |
268 .PRECIOUS: Makefile | |
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
270 @case '$?' in \ | |
271 *config.status*) \ | |
272 echo ' $(SHELL) ./config.status'; \ | |
273 $(SHELL) ./config.status;; \ | |
274 *) \ | |
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
276 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
277 esac; | |
278 | |
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
280 $(SHELL) ./config.status --recheck | |
281 | |
282 $(top_srcdir)/configure: $(am__configure_deps) | |
283 cd $(srcdir) && $(AUTOCONF) | |
284 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
285 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
286 | |
287 config.h: stamp-h1 | |
288 @if test ! -f $@; then \ | |
289 rm -f stamp-h1; \ | |
290 $(MAKE) stamp-h1; \ | |
291 else :; fi | |
292 | |
293 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status | |
294 @rm -f stamp-h1 | |
295 cd $(top_builddir) && $(SHELL) ./config.status config.h | |
296 $(srcdir)/config.h.in: $(am__configure_deps) | |
297 cd $(top_srcdir) && $(AUTOHEADER) | |
298 rm -f stamp-h1 | |
299 touch $@ | |
300 | |
301 distclean-hdr: | |
302 -rm -f config.h stamp-h1 | |
303 libmad.list: $(top_builddir)/config.status $(srcdir)/libmad.list.in | |
304 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
305 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
306 @$(NORMAL_INSTALL) | |
307 $(mkdir_p) $(DESTDIR)$(libdir) | |
308 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
309 if test -f $$p; then \ | |
310 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
311 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ | |
312 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \ | |
313 else :; fi; \ | |
314 done | |
315 | |
316 uninstall-libLTLIBRARIES: | |
317 @$(NORMAL_UNINSTALL) | |
318 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
319 p="`echo $$p | sed -e 's|^.*/||'`"; \ | |
320 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ | |
321 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ | |
322 done | |
323 | |
324 clean-libLTLIBRARIES: | |
325 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
326 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
327 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
328 test "$$dir" = "$$p" && dir=.; \ | |
329 echo "rm -f \"$${dir}/so_locations\""; \ | |
330 rm -f "$${dir}/so_locations"; \ | |
331 done | |
332 libmad.la: $(libmad_la_OBJECTS) $(libmad_la_DEPENDENCIES) | |
333 $(LINK) -rpath $(libdir) $(libmad_la_LDFLAGS) $(libmad_la_OBJECTS) $(libmad_la_LIBADD) $(LIBS) | |
334 minimad$(EXEEXT): $(minimad_OBJECTS) $(minimad_DEPENDENCIES) | |
335 @rm -f minimad$(EXEEXT) | |
336 $(LINK) $(minimad_LDFLAGS) $(minimad_OBJECTS) $(minimad_LDADD) $(LIBS) | |
337 | |
338 mostlyclean-compile: | |
339 -rm -f *.$(OBJEXT) | |
340 | |
341 distclean-compile: | |
342 -rm -f *.tab.c | |
343 | |
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bit.Plo@am__quote@ | |
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder.Plo@am__quote@ | |
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed.Plo@am__quote@ | |
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@ | |
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huffman.Plo@am__quote@ | |
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layer12.Plo@am__quote@ | |
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/layer3.Plo@am__quote@ | |
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimad.Po@am__quote@ | |
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@ | |
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synth.Plo@am__quote@ | |
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@ | |
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ | |
356 | |
357 .S.o: | |
358 $(CCASCOMPILE) -c $< | |
359 | |
360 .S.obj: | |
361 $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'` | |
362 | |
363 .S.lo: | |
364 $(LTCCASCOMPILE) -c -o $@ $< | |
365 | |
366 .c.o: | |
367 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
368 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | |
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
372 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
373 | |
374 .c.obj: | |
375 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
376 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | |
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
380 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
381 | |
382 .c.lo: | |
383 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
384 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ | |
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
388 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | |
389 | |
390 mostlyclean-libtool: | |
391 -rm -f *.lo | |
392 | |
393 clean-libtool: | |
394 -rm -rf .libs _libs | |
395 | |
396 distclean-libtool: | |
397 -rm -f libtool | |
398 uninstall-info-am: | |
399 install-includeHEADERS: $(include_HEADERS) | |
400 @$(NORMAL_INSTALL) | |
401 $(mkdir_p) $(DESTDIR)$(includedir) | |
402 @list='$(include_HEADERS)'; for p in $$list; do \ | |
403 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
404 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
405 echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ | |
406 $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \ | |
407 done | |
408 | |
409 uninstall-includeHEADERS: | |
410 @$(NORMAL_UNINSTALL) | |
411 @list='$(include_HEADERS)'; for p in $$list; do \ | |
412 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
413 echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ | |
414 rm -f $(DESTDIR)$(includedir)/$$f; \ | |
415 done | |
416 | |
417 # This directory's subdirectories are mostly independent; you can cd | |
418 # into them and run `make' without going through this Makefile. | |
419 # To change the values of `make' variables: instead of editing Makefiles, | |
420 # (1) if the variable is set in `config.status', edit `config.status' | |
421 # (which will cause the Makefiles to be regenerated when you run `make'); | |
422 # (2) otherwise, pass the desired values on the `make' command line. | |
423 $(RECURSIVE_TARGETS): | |
424 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
425 dot_seen=no; \ | |
426 target=`echo $@ | sed s/-recursive//`; \ | |
427 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
428 echo "Making $$target in $$subdir"; \ | |
429 if test "$$subdir" = "."; then \ | |
430 dot_seen=yes; \ | |
431 local_target="$$target-am"; \ | |
432 else \ | |
433 local_target="$$target"; \ | |
434 fi; \ | |
435 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
436 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
437 done; \ | |
438 if test "$$dot_seen" = "no"; then \ | |
439 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
440 fi; test -z "$$fail" | |
441 | |
442 mostlyclean-recursive clean-recursive distclean-recursive \ | |
443 maintainer-clean-recursive: | |
444 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
445 dot_seen=no; \ | |
446 case "$@" in \ | |
447 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
448 *) list='$(SUBDIRS)' ;; \ | |
449 esac; \ | |
450 rev=''; for subdir in $$list; do \ | |
451 if test "$$subdir" = "."; then :; else \ | |
452 rev="$$subdir $$rev"; \ | |
453 fi; \ | |
454 done; \ | |
455 rev="$$rev ."; \ | |
456 target=`echo $@ | sed s/-recursive//`; \ | |
457 for subdir in $$rev; do \ | |
458 echo "Making $$target in $$subdir"; \ | |
459 if test "$$subdir" = "."; then \ | |
460 local_target="$$target-am"; \ | |
461 else \ | |
462 local_target="$$target"; \ | |
463 fi; \ | |
464 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
465 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
466 done && test -z "$$fail" | |
467 tags-recursive: | |
468 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
469 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
470 done | |
471 ctags-recursive: | |
472 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
473 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
474 done | |
475 | |
476 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
477 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
478 unique=`for i in $$list; do \ | |
479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
480 done | \ | |
481 $(AWK) ' { files[$$0] = 1; } \ | |
482 END { for (i in files) print i; }'`; \ | |
483 mkid -fID $$unique | |
484 tags: TAGS | |
485 | |
486 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
487 $(TAGS_FILES) $(LISP) | |
488 tags=; \ | |
489 here=`pwd`; \ | |
490 if (etags --etags-include --version) >/dev/null 2>&1; then \ | |
491 include_option=--etags-include; \ | |
492 else \ | |
493 include_option=--include; \ | |
494 fi; \ | |
495 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
496 if test "$$subdir" = .; then :; else \ | |
497 test -f $$subdir/TAGS && \ | |
498 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
499 fi; \ | |
500 done; \ | |
501 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
502 unique=`for i in $$list; do \ | |
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
504 done | \ | |
505 $(AWK) ' { files[$$0] = 1; } \ | |
506 END { for (i in files) print i; }'`; \ | |
507 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | |
508 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
509 $$tags $$unique | |
510 ctags: CTAGS | |
511 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ | |
512 $(TAGS_FILES) $(LISP) | |
513 tags=; \ | |
514 here=`pwd`; \ | |
515 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ | |
516 unique=`for i in $$list; do \ | |
517 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
518 done | \ | |
519 $(AWK) ' { files[$$0] = 1; } \ | |
520 END { for (i in files) print i; }'`; \ | |
521 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
522 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
523 $$tags $$unique | |
524 | |
525 GTAGS: | |
526 here=`$(am__cd) $(top_builddir) && pwd` \ | |
527 && cd $(top_srcdir) \ | |
528 && gtags -i $(GTAGS_ARGS) $$here | |
529 | |
530 distclean-tags: | |
531 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
532 | |
533 distdir: $(DISTFILES) | |
534 $(am__remove_distdir) | |
535 mkdir $(distdir) | |
536 $(mkdir_p) $(distdir)/. | |
537 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
538 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
539 list='$(DISTFILES)'; for file in $$list; do \ | |
540 case $$file in \ | |
541 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
542 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
543 esac; \ | |
544 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
545 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
546 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
547 dir="/$$dir"; \ | |
548 $(mkdir_p) "$(distdir)$$dir"; \ | |
549 else \ | |
550 dir=''; \ | |
551 fi; \ | |
552 if test -d $$d/$$file; then \ | |
553 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
554 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
555 fi; \ | |
556 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
557 else \ | |
558 test -f $(distdir)/$$file \ | |
559 || cp -p $$d/$$file $(distdir)/$$file \ | |
560 || exit 1; \ | |
561 fi; \ | |
562 done | |
563 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
564 if test "$$subdir" = .; then :; else \ | |
565 test -d "$(distdir)/$$subdir" \ | |
566 || mkdir "$(distdir)/$$subdir" \ | |
567 || exit 1; \ | |
568 (cd $$subdir && \ | |
569 $(MAKE) $(AM_MAKEFLAGS) \ | |
570 top_distdir="../$(top_distdir)" \ | |
571 distdir="../$(distdir)/$$subdir" \ | |
572 distdir) \ | |
573 || exit 1; \ | |
574 fi; \ | |
575 done | |
576 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
577 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
578 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
579 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | |
580 || chmod -R a+r $(distdir) | |
581 dist-gzip: distdir | |
582 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
583 $(am__remove_distdir) | |
584 | |
585 dist-bzip2: distdir | |
586 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 | |
587 $(am__remove_distdir) | |
588 | |
589 dist-tarZ: distdir | |
590 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z | |
591 $(am__remove_distdir) | |
592 | |
593 dist-shar: distdir | |
594 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
595 $(am__remove_distdir) | |
596 | |
597 dist-zip: distdir | |
598 -rm -f $(distdir).zip | |
599 zip -rq $(distdir).zip $(distdir) | |
600 $(am__remove_distdir) | |
601 | |
602 dist dist-all: distdir | |
603 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
604 $(am__remove_distdir) | |
605 | |
606 # This target untars the dist file and tries a VPATH configuration. Then | |
607 # it guarantees that the distribution is self-contained by making another | |
608 # tarfile. | |
609 distcheck: dist | |
610 case '$(DIST_ARCHIVES)' in \ | |
611 *.tar.gz*) \ | |
612 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ | |
613 *.tar.bz2*) \ | |
614 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ | |
615 *.tar.Z*) \ | |
616 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ | |
617 *.shar.gz*) \ | |
618 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ | |
619 *.zip*) \ | |
620 unzip $(distdir).zip ;;\ | |
621 esac | |
622 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
623 mkdir $(distdir)/_build | |
624 mkdir $(distdir)/_inst | |
625 chmod a-w $(distdir) | |
626 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
627 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
628 && cd $(distdir)/_build \ | |
629 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
630 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
631 && $(MAKE) $(AM_MAKEFLAGS) \ | |
632 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
633 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
634 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
635 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
636 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
637 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
638 distuninstallcheck \ | |
639 && chmod -R a-w "$$dc_install_base" \ | |
640 && ({ \ | |
641 (cd ../.. && $(mkdir_p) "$$dc_destdir") \ | |
642 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
643 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
644 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
645 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
646 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
647 && rm -rf "$$dc_destdir" \ | |
648 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
649 && rm -rf $(DIST_ARCHIVES) \ | |
650 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
651 $(am__remove_distdir) | |
652 @(echo "$(distdir) archives ready for distribution: "; \ | |
653 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
654 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' | |
655 distuninstallcheck: | |
656 @cd $(distuninstallcheck_dir) \ | |
657 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
658 || { echo "ERROR: files left after uninstall:" ; \ | |
659 if test -n "$(DESTDIR)"; then \ | |
660 echo " (check DESTDIR support)"; \ | |
661 fi ; \ | |
662 $(distuninstallcheck_listfiles) ; \ | |
663 exit 1; } >&2 | |
664 distcleancheck: distclean | |
665 @if test '$(srcdir)' = . ; then \ | |
666 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
667 exit 1 ; \ | |
668 fi | |
669 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
670 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
671 $(distcleancheck_listfiles) ; \ | |
672 exit 1; } >&2 | |
673 check-am: all-am | |
674 check: $(BUILT_SOURCES) | |
675 $(MAKE) $(AM_MAKEFLAGS) check-recursive | |
676 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h | |
677 installdirs: installdirs-recursive | |
678 installdirs-am: | |
679 $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) | |
680 install: $(BUILT_SOURCES) | |
681 $(MAKE) $(AM_MAKEFLAGS) install-recursive | |
682 install-exec: install-exec-recursive | |
683 install-data: install-data-recursive | |
684 uninstall: uninstall-recursive | |
685 | |
686 install-am: all-am | |
687 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
688 | |
689 installcheck: installcheck-recursive | |
690 install-strip: | |
691 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
692 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
693 `test -z '$(STRIP)' || \ | |
694 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
695 mostlyclean-generic: | |
696 | |
697 clean-generic: | |
698 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
699 | |
700 distclean-generic: | |
701 -rm -f $(CONFIG_CLEAN_FILES) | |
702 | |
703 maintainer-clean-generic: | |
704 @echo "This command is intended for maintainers to use" | |
705 @echo "it deletes files that may require special tools to rebuild." | |
706 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
707 clean: clean-recursive | |
708 | |
709 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |
710 mostlyclean-am | |
711 | |
712 distclean: distclean-recursive | |
713 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
714 -rm -rf ./$(DEPDIR) | |
715 -rm -f Makefile | |
716 distclean-am: clean-am distclean-compile distclean-generic \ | |
717 distclean-hdr distclean-libtool distclean-tags | |
718 | |
719 dvi: dvi-recursive | |
720 | |
721 dvi-am: | |
722 | |
723 html: html-recursive | |
724 | |
725 info: info-recursive | |
726 | |
727 info-am: | |
728 | |
729 install-data-am: install-includeHEADERS | |
730 | |
731 install-exec-am: install-libLTLIBRARIES | |
732 | |
733 install-info: install-info-recursive | |
734 | |
735 install-man: | |
736 | |
737 installcheck-am: | |
738 | |
739 maintainer-clean: maintainer-clean-recursive | |
740 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
741 -rm -rf $(top_srcdir)/autom4te.cache | |
742 -rm -rf ./$(DEPDIR) | |
743 -rm -f Makefile | |
744 maintainer-clean-am: distclean-am maintainer-clean-generic | |
745 | |
746 mostlyclean: mostlyclean-recursive | |
747 | |
748 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
749 mostlyclean-libtool | |
750 | |
751 pdf: pdf-recursive | |
752 | |
753 pdf-am: | |
754 | |
755 ps: ps-recursive | |
756 | |
757 ps-am: | |
758 | |
759 uninstall-am: uninstall-includeHEADERS uninstall-info-am \ | |
760 uninstall-libLTLIBRARIES | |
761 | |
762 uninstall-info: uninstall-info-recursive | |
763 | |
764 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ | |
765 check-am clean clean-generic clean-libLTLIBRARIES \ | |
766 clean-libtool clean-recursive ctags ctags-recursive dist \ | |
767 dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \ | |
768 distcheck distclean distclean-compile distclean-generic \ | |
769 distclean-hdr distclean-libtool distclean-recursive \ | |
770 distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
771 dvi-am html html-am info info-am install install-am \ | |
772 install-data install-data-am install-exec install-exec-am \ | |
773 install-includeHEADERS install-info install-info-am \ | |
774 install-libLTLIBRARIES install-man install-strip installcheck \ | |
775 installcheck-am installdirs installdirs-am maintainer-clean \ | |
776 maintainer-clean-generic maintainer-clean-recursive \ | |
777 mostlyclean mostlyclean-compile mostlyclean-generic \ | |
778 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ | |
779 tags tags-recursive uninstall uninstall-am \ | |
780 uninstall-includeHEADERS uninstall-info-am \ | |
781 uninstall-libLTLIBRARIES | |
782 | |
783 | |
784 mad.h: config.status config.h Makefile.am \ | |
785 $(srcdir)/COPYRIGHT $(srcdir)/mad.h.sed $(exported_headers) | |
786 (sed -e '1s|.*|/*|' -e '1b' -e '$$s|.*| */|' -e '$$b' \ | |
787 -e 's/^.*/ *&/' $(srcdir)/COPYRIGHT; echo; \ | |
788 echo "# ifdef __cplusplus"; \ | |
789 echo 'extern "C" {'; \ | |
790 echo "# endif"; echo; \ | |
791 if [ ".$(FPM)" != "." ]; then \ | |
792 echo ".$(FPM)" | sed -e 's|^\.-D|# define |'; echo; \ | |
793 fi; \ | |
794 sed -ne 's/^# *define *\(HAVE_.*_ASM\).*/# define \1/p' \ | |
795 config.h; echo; \ | |
796 sed -ne 's/^# *define *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p' \ | |
797 config.h; echo; \ | |
798 sed -ne 's/^# *define *\(SIZEOF_.*\)/# define \1/p' \ | |
799 config.h; echo; \ | |
800 for header in $(exported_headers); do \ | |
801 echo; \ | |
802 sed -n -f $(srcdir)/mad.h.sed $(srcdir)/$$header; \ | |
803 done; echo; \ | |
804 echo "# ifdef __cplusplus"; \ | |
805 echo '}'; \ | |
806 echo "# endif") >$@ | |
807 | |
808 libtool: $(LIBTOOL_DEPS) | |
809 $(SHELL) ./config.status --recheck | |
810 | |
811 .c.s: | |
812 $(COMPILE) -S $< | |
813 | |
814 again: | |
815 $(MAKE) clean | |
816 $(MAKE) | |
817 | |
818 .PHONY: again | |
819 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
820 # Otherwise a system limit (for SysV at least) may be exceeded. | |
821 .NOEXPORT: |