source: trunk/libs/newlib/src/newlib/libc/machine/nds32/Makefile.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 15.3 KB
Line 
1# Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \   ]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56        $(top_srcdir)/configure $(am__configure_deps) \
57        $(srcdir)/../../../../mkinstalldirs
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/../../../acinclude.m4 \
60        $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62        $(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
66CONFIG_CLEAN_FILES =
67CONFIG_CLEAN_VPATH_FILES =
68LIBRARIES = $(noinst_LIBRARIES)
69ARFLAGS = cru
70lib_a_AR = $(AR) $(ARFLAGS)
71lib_a_LIBADD =
72@IS_NDS32_ISA_V3M_FALSE@am_lib_a_OBJECTS = lib_a-abort.$(OBJEXT) \
73@IS_NDS32_ISA_V3M_FALSE@        lib_a-memcpy.$(OBJEXT) \
74@IS_NDS32_ISA_V3M_FALSE@        lib_a-memset.$(OBJEXT) \
75@IS_NDS32_ISA_V3M_FALSE@        lib_a-setjmp.$(OBJEXT) \
76@IS_NDS32_ISA_V3M_FALSE@        lib_a-strcmp.$(OBJEXT) \
77@IS_NDS32_ISA_V3M_FALSE@        lib_a-strcpy.$(OBJEXT)
78@IS_NDS32_ISA_V3M_TRUE@am_lib_a_OBJECTS = lib_a-abort.$(OBJEXT) \
79@IS_NDS32_ISA_V3M_TRUE@ lib_a-setjmp.$(OBJEXT) \
80@IS_NDS32_ISA_V3M_TRUE@ lib_a-strcmp.$(OBJEXT) \
81@IS_NDS32_ISA_V3M_TRUE@ lib_a-strcpy.$(OBJEXT)
82lib_a_OBJECTS = $(am_lib_a_OBJECTS)
83DEFAULT_INCLUDES = -I.@am__isrc@
84depcomp =
85am__depfiles_maybe =
86CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
88COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
92SOURCES = $(lib_a_SOURCES)
93am__can_run_installinfo = \
94  case $$AM_UPDATE_INFO_DIR in \
95    n|no|NO) false;; \
96    *) (install-info --version) >/dev/null 2>&1;; \
97  esac
98ETAGS = etags
99CTAGS = ctags
100ACLOCAL = @ACLOCAL@
101AMTAR = @AMTAR@
102AR = @AR@
103AS = @AS@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108CC = @CC@
109CCAS = @CCAS@
110CCASFLAGS = @CCASFLAGS@
111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
113CPPFLAGS = @CPPFLAGS@
114CYGPATH_W = @CYGPATH_W@
115DEFS = @DEFS@
116DEPDIR = @DEPDIR@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EXEEXT = @EXEEXT@
121INSTALL = @INSTALL@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
124INSTALL_SCRIPT = @INSTALL_SCRIPT@
125INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126LDFLAGS = @LDFLAGS@
127LIBOBJS = @LIBOBJS@
128LIBS = @LIBS@
129LTLIBOBJS = @LTLIBOBJS@
130MAINT = @MAINT@
131MAKEINFO = @MAKEINFO@
132MKDIR_P = @MKDIR_P@
133NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
134NO_INCLUDE_LIST = @NO_INCLUDE_LIST@
135OBJEXT = @OBJEXT@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144RANLIB = @RANLIB@
145READELF = @READELF@
146SET_MAKE = @SET_MAKE@
147SHELL = @SHELL@
148STRIP = @STRIP@
149VERSION = @VERSION@
150abs_builddir = @abs_builddir@
151abs_srcdir = @abs_srcdir@
152abs_top_builddir = @abs_top_builddir@
153abs_top_srcdir = @abs_top_srcdir@
154ac_ct_CC = @ac_ct_CC@
155aext = @aext@
156am__include = @am__include@
157am__leading_dot = @am__leading_dot@
158am__quote = @am__quote@
159am__tar = @am__tar@
160am__untar = @am__untar@
161bindir = @bindir@
162build = @build@
163build_alias = @build_alias@
164build_cpu = @build_cpu@
165build_os = @build_os@
166build_vendor = @build_vendor@
167builddir = @builddir@
168datadir = @datadir@
169datarootdir = @datarootdir@
170docdir = @docdir@
171dvidir = @dvidir@
172exec_prefix = @exec_prefix@
173host = @host@
174host_alias = @host_alias@
175host_cpu = @host_cpu@
176host_os = @host_os@
177host_vendor = @host_vendor@
178htmldir = @htmldir@
179includedir = @includedir@
180infodir = @infodir@
181install_sh = @install_sh@
182libdir = @libdir@
183libexecdir = @libexecdir@
184libm_machine_dir = @libm_machine_dir@
185localedir = @localedir@
186localstatedir = @localstatedir@
187lpfx = @lpfx@
188machine_dir = @machine_dir@
189mandir = @mandir@
190mkdir_p = @mkdir_p@
191newlib_basedir = @newlib_basedir@
192oext = @oext@
193oldincludedir = @oldincludedir@
194pdfdir = @pdfdir@
195prefix = @prefix@
196program_transform_name = @program_transform_name@
197psdir = @psdir@
198sbindir = @sbindir@
199sharedstatedir = @sharedstatedir@
200srcdir = @srcdir@
201sys_dir = @sys_dir@
202sysconfdir = @sysconfdir@
203target_alias = @target_alias@
204top_build_prefix = @top_build_prefix@
205top_builddir = @top_builddir@
206top_srcdir = @top_srcdir@
207AUTOMAKE_OPTIONS = cygnus
208INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
209AM_CCASFLAGS = $(INCLUDES)
210noinst_LIBRARIES = lib.a
211@IS_NDS32_ISA_V3M_FALSE@lib_a_SOURCES = abort.c memcpy.S memset.S setjmp.S strcmp.S strcpy.S
212@IS_NDS32_ISA_V3M_TRUE@lib_a_SOURCES = abort.c setjmp.S strcmp.S strcpy.S
213lib_a_CCASFLAGS = $(AM_CCASFLAGS)
214lib_a_CFLAGS = $(AM_CFLAGS)
215ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
216CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
217all: all-am
218
219.SUFFIXES:
220.SUFFIXES: .S .c .o .obj
221am--refresh: Makefile
222        @:
223$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
224        @for dep in $?; do \
225          case '$(am__configure_deps)' in \
226            *$$dep*) \
227              echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus'; \
228              $(am__cd) $(srcdir) && $(AUTOMAKE) --cygnus \
229                && exit 0; \
230              exit 1;; \
231          esac; \
232        done; \
233        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
234        $(am__cd) $(top_srcdir) && \
235          $(AUTOMAKE) --cygnus Makefile
236.PRECIOUS: Makefile
237Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238        @case '$?' in \
239          *config.status*) \
240            echo ' $(SHELL) ./config.status'; \
241            $(SHELL) ./config.status;; \
242          *) \
243            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
244            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
245        esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248        $(SHELL) ./config.status --recheck
249
250$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251        $(am__cd) $(srcdir) && $(AUTOCONF)
252$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
254$(am__aclocal_m4_deps):
255
256clean-noinstLIBRARIES:
257        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
258lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
259        -rm -f lib.a
260        $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
261        $(RANLIB) lib.a
262
263mostlyclean-compile:
264        -rm -f *.$(OBJEXT)
265
266distclean-compile:
267        -rm -f *.tab.c
268
269.S.o:
270        $(CPPASCOMPILE) -c -o $@ $<
271
272.S.obj:
273        $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
274
275lib_a-memcpy.o: memcpy.S
276        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.o `test -f 'memcpy.S' || echo '$(srcdir)/'`memcpy.S
277
278lib_a-memcpy.obj: memcpy.S
279        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memcpy.obj `if test -f 'memcpy.S'; then $(CYGPATH_W) 'memcpy.S'; else $(CYGPATH_W) '$(srcdir)/memcpy.S'; fi`
280
281lib_a-memset.o: memset.S
282        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.o `test -f 'memset.S' || echo '$(srcdir)/'`memset.S
283
284lib_a-memset.obj: memset.S
285        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-memset.obj `if test -f 'memset.S'; then $(CYGPATH_W) 'memset.S'; else $(CYGPATH_W) '$(srcdir)/memset.S'; fi`
286
287lib_a-setjmp.o: setjmp.S
288        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
289
290lib_a-setjmp.obj: setjmp.S
291        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
292
293lib_a-strcmp.o: strcmp.S
294        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.o `test -f 'strcmp.S' || echo '$(srcdir)/'`strcmp.S
295
296lib_a-strcmp.obj: strcmp.S
297        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcmp.obj `if test -f 'strcmp.S'; then $(CYGPATH_W) 'strcmp.S'; else $(CYGPATH_W) '$(srcdir)/strcmp.S'; fi`
298
299lib_a-strcpy.o: strcpy.S
300        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcpy.o `test -f 'strcpy.S' || echo '$(srcdir)/'`strcpy.S
301
302lib_a-strcpy.obj: strcpy.S
303        $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-strcpy.obj `if test -f 'strcpy.S'; then $(CYGPATH_W) 'strcpy.S'; else $(CYGPATH_W) '$(srcdir)/strcpy.S'; fi`
304
305.c.o:
306        $(COMPILE) -c $<
307
308.c.obj:
309        $(COMPILE) -c `$(CYGPATH_W) '$<'`
310
311lib_a-abort.o: abort.c
312        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-abort.o `test -f 'abort.c' || echo '$(srcdir)/'`abort.c
313
314lib_a-abort.obj: abort.c
315        $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-abort.obj `if test -f 'abort.c'; then $(CYGPATH_W) 'abort.c'; else $(CYGPATH_W) '$(srcdir)/abort.c'; fi`
316
317ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
318        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319        unique=`for i in $$list; do \
320            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321          done | \
322          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
323              END { if (nonempty) { for (i in files) print i; }; }'`; \
324        mkid -fID $$unique
325tags: TAGS
326
327TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
328                $(TAGS_FILES) $(LISP)
329        set x; \
330        here=`pwd`; \
331        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
332        unique=`for i in $$list; do \
333            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334          done | \
335          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
336              END { if (nonempty) { for (i in files) print i; }; }'`; \
337        shift; \
338        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
339          test -n "$$unique" || unique=$$empty_fix; \
340          if test $$# -gt 0; then \
341            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342              "$$@" $$unique; \
343          else \
344            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345              $$unique; \
346          fi; \
347        fi
348ctags: CTAGS
349CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350                $(TAGS_FILES) $(LISP)
351        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352        unique=`for i in $$list; do \
353            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354          done | \
355          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356              END { if (nonempty) { for (i in files) print i; }; }'`; \
357        test -z "$(CTAGS_ARGS)$$unique" \
358          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359             $$unique
360
361GTAGS:
362        here=`$(am__cd) $(top_builddir) && pwd` \
363          && $(am__cd) $(top_srcdir) \
364          && gtags -i $(GTAGS_ARGS) "$$here"
365
366distclean-tags:
367        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
368check-am:
369check: check-am
370all-am: Makefile $(LIBRARIES)
371installdirs:
372install: install-am
373install-exec: install-exec-am
374install-data: install-data-am
375uninstall: uninstall-am
376
377install-am: all-am
378        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379
380installcheck: installcheck-am
381install-strip:
382        if test -z '$(STRIP)'; then \
383          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385              install; \
386        else \
387          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
390        fi
391mostlyclean-generic:
392
393clean-generic:
394
395distclean-generic:
396        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
397        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
398
399maintainer-clean-generic:
400        @echo "This command is intended for maintainers to use"
401        @echo "it deletes files that may require special tools to rebuild."
402clean: clean-am
403
404clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
405
406distclean: distclean-am
407        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
408        -rm -f Makefile
409distclean-am: clean-am distclean-compile distclean-generic \
410        distclean-tags
411
412dvi: dvi-am
413
414dvi-am:
415
416html: html-am
417
418html-am:
419
420info: info-am
421
422info-am:
423
424install-data-am:
425
426install-dvi: install-dvi-am
427
428install-dvi-am:
429
430install-exec-am:
431
432install-html: install-html-am
433
434install-html-am:
435
436install-info: install-info-am
437
438install-info-am:
439
440install-man:
441
442install-pdf: install-pdf-am
443
444install-pdf-am:
445
446install-ps: install-ps-am
447
448install-ps-am:
449
450installcheck-am:
451
452maintainer-clean: maintainer-clean-am
453        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
454        -rm -rf $(top_srcdir)/autom4te.cache
455        -rm -f Makefile
456maintainer-clean-am: distclean-am maintainer-clean-generic
457
458mostlyclean: mostlyclean-am
459
460mostlyclean-am: mostlyclean-compile mostlyclean-generic
461
462pdf: pdf-am
463
464pdf-am:
465
466ps: ps-am
467
468ps-am:
469
470uninstall-am:
471
472.MAKE: install-am install-strip
473
474.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
475        clean-generic clean-noinstLIBRARIES ctags distclean \
476        distclean-compile distclean-generic distclean-tags dvi dvi-am \
477        html html-am info info-am install install-am install-data \
478        install-data-am install-dvi install-dvi-am install-exec \
479        install-exec-am install-html install-html-am install-info \
480        install-info-am install-man install-pdf install-pdf-am \
481        install-ps install-ps-am install-strip installcheck \
482        installcheck-am installdirs maintainer-clean \
483        maintainer-clean-generic mostlyclean mostlyclean-compile \
484        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
485        uninstall-am
486
487
488# Tell versions [3.59,3.63) of GNU make to not export all variables.
489# Otherwise a system limit (for SysV at least) may be exceeded.
490.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.