/[pearpc]/src/system/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /src/system/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 19002 byte(s)
import upstream CVS
1 dpavlin 1 # Makefile.in generated by automake 1.8.5 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     SOURCES = $(libsystem_a_SOURCES)
18    
19     srcdir = @srcdir@
20     top_srcdir = @top_srcdir@
21     VPATH = @srcdir@
22     pkgdatadir = $(datadir)/@PACKAGE@
23     pkglibdir = $(libdir)/@PACKAGE@
24     pkgincludedir = $(includedir)/@PACKAGE@
25     top_builddir = ../..
26     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27     INSTALL = @INSTALL@
28     install_sh_DATA = $(install_sh) -c -m 644
29     install_sh_PROGRAM = $(install_sh) -c
30     install_sh_SCRIPT = $(install_sh) -c
31     INSTALL_HEADER = $(INSTALL_DATA)
32     transform = $(program_transform_name)
33     NORMAL_INSTALL = :
34     PRE_INSTALL = :
35     POST_INSTALL = :
36     NORMAL_UNINSTALL = :
37     PRE_UNINSTALL = :
38     POST_UNINSTALL = :
39     build_triplet = @build@
40     host_triplet = @host@
41     target_triplet = @target@
42     subdir = src/system
43     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45     am__aclocal_m4_deps = $(top_srcdir)/configure.in
46     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47     $(ACLOCAL_M4)
48     mkinstalldirs = $(mkdir_p)
49     CONFIG_HEADER = $(top_builddir)/config.h
50     CONFIG_CLEAN_FILES =
51     LIBRARIES = $(noinst_LIBRARIES)
52     ARFLAGS = cru
53     libsystem_a_AR = $(AR) $(ARFLAGS)
54     libsystem_a_LIBADD =
55     am_libsystem_a_OBJECTS = display.$(OBJEXT) sysexcept.$(OBJEXT) \
56     sys.$(OBJEXT) file.$(OBJEXT) vt100.$(OBJEXT) font.$(OBJEXT) \
57     gif.$(OBJEXT) keyboard.$(OBJEXT) mouse.$(OBJEXT) \
58     device.$(OBJEXT)
59     libsystem_a_OBJECTS = $(am_libsystem_a_OBJECTS)
60     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61     depcomp = $(SHELL) $(top_srcdir)/depcomp
62     am__depfiles_maybe = depfiles
63     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/device.Po ./$(DEPDIR)/display.Po \
64     @AMDEP_TRUE@ ./$(DEPDIR)/file.Po ./$(DEPDIR)/font.Po \
65     @AMDEP_TRUE@ ./$(DEPDIR)/gif.Po ./$(DEPDIR)/keyboard.Po \
66     @AMDEP_TRUE@ ./$(DEPDIR)/mouse.Po ./$(DEPDIR)/sys.Po \
67     @AMDEP_TRUE@ ./$(DEPDIR)/sysexcept.Po ./$(DEPDIR)/vt100.Po
68     CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70     CXXLD = $(CXX)
71     CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
72     -o $@
73     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75     CCLD = $(CC)
76     LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
77     SOURCES = $(libsystem_a_SOURCES)
78     DIST_SOURCES = $(libsystem_a_SOURCES)
79     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80     html-recursive info-recursive install-data-recursive \
81     install-exec-recursive install-info-recursive \
82     install-recursive installcheck-recursive installdirs-recursive \
83     pdf-recursive ps-recursive uninstall-info-recursive \
84     uninstall-recursive
85     ETAGS = etags
86     CTAGS = ctags
87     DIST_SUBDIRS = $(SUBDIRS)
88     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89     ACLOCAL = @ACLOCAL@
90     AMDEP_FALSE = @AMDEP_FALSE@
91     AMDEP_TRUE = @AMDEP_TRUE@
92     AMTAR = @AMTAR@
93     AR = @AR@
94     ARCH_DIR = @ARCH_DIR@
95     AUTOCONF = @AUTOCONF@
96     AUTOHEADER = @AUTOHEADER@
97     AUTOMAKE = @AUTOMAKE@
98     AWK = @AWK@
99     CC = @CC@
100     CCAS = @CCAS@
101     CCASFLAGS = @CCASFLAGS@
102     CCDEPMODE = @CCDEPMODE@
103     CFLAGS = @CFLAGS@
104     CPP = @CPP@
105     CPPFLAGS = @CPPFLAGS@
106     CPU_DIR = @CPU_DIR@
107     CXX = @CXX@
108     CXXDEPMODE = @CXXDEPMODE@
109     CXXFLAGS = @CXXFLAGS@
110     CYGPATH_W = @CYGPATH_W@
111     DEFS = @DEFS@
112     DEPDIR = @DEPDIR@
113     ECHO_C = @ECHO_C@
114     ECHO_N = @ECHO_N@
115     ECHO_T = @ECHO_T@
116     EGREP = @EGREP@
117     EXEEXT = @EXEEXT@
118     GREP = @GREP@
119     INSTALL_DATA = @INSTALL_DATA@
120     INSTALL_PROGRAM = @INSTALL_PROGRAM@
121     INSTALL_SCRIPT = @INSTALL_SCRIPT@
122     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123     LDFLAGS = @LDFLAGS@
124     LEX = @LEX@
125     LEXLIB = @LEXLIB@
126     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
127     LIBOBJS = @LIBOBJS@
128     LIBS = @LIBS@
129     LTLIBOBJS = @LTLIBOBJS@
130     MAKE = @MAKE@
131     MAKEINFO = @MAKEINFO@
132     OBJEXT = @OBJEXT@
133     OSAPI_DIR = @OSAPI_DIR@
134     PACKAGE = @PACKAGE@
135     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136     PACKAGE_NAME = @PACKAGE_NAME@
137     PACKAGE_STRING = @PACKAGE_STRING@
138     PACKAGE_TARNAME = @PACKAGE_TARNAME@
139     PACKAGE_VERSION = @PACKAGE_VERSION@
140     PATH_SEPARATOR = @PATH_SEPARATOR@
141     PPC_LDADD = @PPC_LDADD@
142     PPC_LDFLAGS = @PPC_LDFLAGS@
143     QT_CFLAGS = @QT_CFLAGS@
144     RANLIB = @RANLIB@
145     SDL_CFLAGS = @SDL_CFLAGS@
146     SDL_CONFIG = @SDL_CONFIG@
147     SDL_LIBS = @SDL_LIBS@
148     SET_MAKE = @SET_MAKE@
149     SHELL = @SHELL@
150     STRIP = @STRIP@
151     UI_DIR = @UI_DIR@
152     USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
153     USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
154     USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
155     USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
156     USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
157     USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
158     USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
159     USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
160     USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
161     USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
162     USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
163     USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
164     USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
165     USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
166     USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
167     USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
168     USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
169     USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
170     USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
171     USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
172     USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
173     USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
174     USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
175     USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
176     USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
177     USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
178     VERSION = @VERSION@
179     XMKMF = @XMKMF@
180     X_CFLAGS = @X_CFLAGS@
181     X_EXTRA_LIBS = @X_EXTRA_LIBS@
182     X_LIBS = @X_LIBS@
183     X_PRE_LIBS = @X_PRE_LIBS@
184     YACC = @YACC@
185     YFLAGS = @YFLAGS@
186     ac_ct_CC = @ac_ct_CC@
187     ac_ct_CXX = @ac_ct_CXX@
188     ac_thread = @ac_thread@
189     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
190     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
191     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
192     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
193     am__include = @am__include@
194     am__leading_dot = @am__leading_dot@
195     am__quote = @am__quote@
196     bindir = @bindir@
197     build = @build@
198     build_alias = @build_alias@
199     build_cpu = @build_cpu@
200     build_os = @build_os@
201     build_vendor = @build_vendor@
202     datadir = @datadir@
203     datarootdir = @datarootdir@
204     docdir = @docdir@
205     dvidir = @dvidir@
206     exec_prefix = @exec_prefix@
207     host = @host@
208     host_alias = @host_alias@
209     host_cpu = @host_cpu@
210     host_os = @host_os@
211     host_vendor = @host_vendor@
212     htmldir = @htmldir@
213     includedir = @includedir@
214     infodir = @infodir@
215     install_sh = @install_sh@
216     libdir = @libdir@
217     libexecdir = @libexecdir@
218     localedir = @localedir@
219     localstatedir = @localstatedir@
220     mandir = @mandir@
221     mkdir_p = @mkdir_p@
222     oldincludedir = @oldincludedir@
223     pdfdir = @pdfdir@
224     prefix = @prefix@
225     program_transform_name = @program_transform_name@
226     psdir = @psdir@
227     sbindir = @sbindir@
228     sharedstatedir = @sharedstatedir@
229     sysconfdir = @sysconfdir@
230     target = @target@
231     target_alias = @target_alias@
232     target_cpu = @target_cpu@
233     target_os = @target_os@
234     target_vendor = @target_vendor@
235     AUTOMAKE_OPTIONS = foreign
236     noinst_LIBRARIES = libsystem.a
237     libsystem_a_SOURCES = display.cc display.h fileofs.h \
238     sysexcept.cc sysexcept.h sys.cc sys.h types.h file.cc file.h \
239     vt100.cc vt100.h font.cc font.h gif.cc gif.h systhread.h systimer.h \
240     sysethtun.h sysfeatures.h keyboard.cc keyboard.h mouse.cc mouse.h \
241     event.h device.cc device.h sysclk.h sysvaccel.h syscdrom.h
242    
243     SUBDIRS = arch osapi ui
244     INCLUDES = -I ..
245     all: all-recursive
246    
247     .SUFFIXES:
248     .SUFFIXES: .cc .o .obj
249     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
250     @for dep in $?; do \
251     case '$(am__configure_deps)' in \
252     *$$dep*) \
253     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254     && exit 0; \
255     exit 1;; \
256     esac; \
257     done; \
258     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/system/Makefile'; \
259     cd $(top_srcdir) && \
260     $(AUTOMAKE) --foreign src/system/Makefile
261     .PRECIOUS: Makefile
262     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263     @case '$?' in \
264     *config.status*) \
265     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266     *) \
267     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269     esac;
270    
271     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273    
274     $(top_srcdir)/configure: $(am__configure_deps)
275     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
277     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278    
279     clean-noinstLIBRARIES:
280     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
281     libsystem.a: $(libsystem_a_OBJECTS) $(libsystem_a_DEPENDENCIES)
282     -rm -f libsystem.a
283     $(libsystem_a_AR) libsystem.a $(libsystem_a_OBJECTS) $(libsystem_a_LIBADD)
284     $(RANLIB) libsystem.a
285    
286     mostlyclean-compile:
287     -rm -f *.$(OBJEXT)
288    
289     distclean-compile:
290     -rm -f *.tab.c
291    
292     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
293     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
294     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
295     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Po@am__quote@
296     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gif.Po@am__quote@
297     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyboard.Po@am__quote@
298     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse.Po@am__quote@
299     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sys.Po@am__quote@
300     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysexcept.Po@am__quote@
301     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vt100.Po@am__quote@
302    
303     .cc.o:
304     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
306     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
308     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
310    
311     .cc.obj:
312     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
313     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
314     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
315     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
316     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
318     uninstall-info-am:
319    
320     # This directory's subdirectories are mostly independent; you can cd
321     # into them and run `make' without going through this Makefile.
322     # To change the values of `make' variables: instead of editing Makefiles,
323     # (1) if the variable is set in `config.status', edit `config.status'
324     # (which will cause the Makefiles to be regenerated when you run `make');
325     # (2) otherwise, pass the desired values on the `make' command line.
326     $(RECURSIVE_TARGETS):
327     @set fnord $$MAKEFLAGS; amf=$$2; \
328     dot_seen=no; \
329     target=`echo $@ | sed s/-recursive//`; \
330     list='$(SUBDIRS)'; for subdir in $$list; do \
331     echo "Making $$target in $$subdir"; \
332     if test "$$subdir" = "."; then \
333     dot_seen=yes; \
334     local_target="$$target-am"; \
335     else \
336     local_target="$$target"; \
337     fi; \
338     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
340     done; \
341     if test "$$dot_seen" = "no"; then \
342     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343     fi; test -z "$$fail"
344    
345     mostlyclean-recursive clean-recursive distclean-recursive \
346     maintainer-clean-recursive:
347     @set fnord $$MAKEFLAGS; amf=$$2; \
348     dot_seen=no; \
349     case "$@" in \
350     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351     *) list='$(SUBDIRS)' ;; \
352     esac; \
353     rev=''; for subdir in $$list; do \
354     if test "$$subdir" = "."; then :; else \
355     rev="$$subdir $$rev"; \
356     fi; \
357     done; \
358     rev="$$rev ."; \
359     target=`echo $@ | sed s/-recursive//`; \
360     for subdir in $$rev; do \
361     echo "Making $$target in $$subdir"; \
362     if test "$$subdir" = "."; then \
363     local_target="$$target-am"; \
364     else \
365     local_target="$$target"; \
366     fi; \
367     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
369     done && test -z "$$fail"
370     tags-recursive:
371     list='$(SUBDIRS)'; for subdir in $$list; do \
372     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373     done
374     ctags-recursive:
375     list='$(SUBDIRS)'; for subdir in $$list; do \
376     test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377     done
378    
379     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381     unique=`for i in $$list; do \
382     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383     done | \
384     $(AWK) ' { files[$$0] = 1; } \
385     END { for (i in files) print i; }'`; \
386     mkid -fID $$unique
387     tags: TAGS
388    
389     TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
390     $(TAGS_FILES) $(LISP)
391     tags=; \
392     here=`pwd`; \
393     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394     include_option=--etags-include; \
395     empty_fix=.; \
396     else \
397     include_option=--include; \
398     empty_fix=; \
399     fi; \
400     list='$(SUBDIRS)'; for subdir in $$list; do \
401     if test "$$subdir" = .; then :; else \
402     test ! -f $$subdir/TAGS || \
403     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
404     fi; \
405     done; \
406     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407     unique=`for i in $$list; do \
408     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409     done | \
410     $(AWK) ' { files[$$0] = 1; } \
411     END { for (i in files) print i; }'`; \
412     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413     test -n "$$unique" || unique=$$empty_fix; \
414     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415     $$tags $$unique; \
416     fi
417     ctags: CTAGS
418     CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
419     $(TAGS_FILES) $(LISP)
420     tags=; \
421     here=`pwd`; \
422     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423     unique=`for i in $$list; do \
424     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425     done | \
426     $(AWK) ' { files[$$0] = 1; } \
427     END { for (i in files) print i; }'`; \
428     test -z "$(CTAGS_ARGS)$$tags$$unique" \
429     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430     $$tags $$unique
431    
432     GTAGS:
433     here=`$(am__cd) $(top_builddir) && pwd` \
434     && cd $(top_srcdir) \
435     && gtags -i $(GTAGS_ARGS) $$here
436    
437     distclean-tags:
438     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439    
440     distdir: $(DISTFILES)
441     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
442     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
443     list='$(DISTFILES)'; for file in $$list; do \
444     case $$file in \
445     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
446     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
447     esac; \
448     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
449     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
450     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
451     dir="/$$dir"; \
452     $(mkdir_p) "$(distdir)$$dir"; \
453     else \
454     dir=''; \
455     fi; \
456     if test -d $$d/$$file; then \
457     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
459     fi; \
460     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
461     else \
462     test -f $(distdir)/$$file \
463     || cp -p $$d/$$file $(distdir)/$$file \
464     || exit 1; \
465     fi; \
466     done
467     list='$(SUBDIRS)'; for subdir in $$list; do \
468     if test "$$subdir" = .; then :; else \
469     test -d "$(distdir)/$$subdir" \
470     || mkdir "$(distdir)/$$subdir" \
471     || exit 1; \
472     (cd $$subdir && \
473     $(MAKE) $(AM_MAKEFLAGS) \
474     top_distdir="../$(top_distdir)" \
475     distdir="../$(distdir)/$$subdir" \
476     distdir) \
477     || exit 1; \
478     fi; \
479     done
480     check-am: all-am
481     check: check-recursive
482     all-am: Makefile $(LIBRARIES)
483     installdirs: installdirs-recursive
484     installdirs-am:
485     install: install-recursive
486     install-exec: install-exec-recursive
487     install-data: install-data-recursive
488     uninstall: uninstall-recursive
489    
490     install-am: all-am
491     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
492    
493     installcheck: installcheck-recursive
494     install-strip:
495     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
496     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
497     `test -z '$(STRIP)' || \
498     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
499     mostlyclean-generic:
500    
501     clean-generic:
502    
503     distclean-generic:
504     -rm -f $(CONFIG_CLEAN_FILES)
505    
506     maintainer-clean-generic:
507     @echo "This command is intended for maintainers to use"
508     @echo "it deletes files that may require special tools to rebuild."
509     clean: clean-recursive
510    
511     clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
512    
513     distclean: distclean-recursive
514     -rm -rf ./$(DEPDIR)
515     -rm -f Makefile
516     distclean-am: clean-am distclean-compile distclean-generic \
517     distclean-tags
518    
519     dvi: dvi-recursive
520    
521     dvi-am:
522    
523     html: html-recursive
524    
525     info: info-recursive
526    
527     info-am:
528    
529     install-data-am:
530    
531     install-exec-am:
532    
533     install-info: install-info-recursive
534    
535     install-man:
536    
537     installcheck-am:
538    
539     maintainer-clean: maintainer-clean-recursive
540     -rm -rf ./$(DEPDIR)
541     -rm -f Makefile
542     maintainer-clean-am: distclean-am maintainer-clean-generic
543    
544     mostlyclean: mostlyclean-recursive
545    
546     mostlyclean-am: mostlyclean-compile mostlyclean-generic
547    
548     pdf: pdf-recursive
549    
550     pdf-am:
551    
552     ps: ps-recursive
553    
554     ps-am:
555    
556     uninstall-am: uninstall-info-am
557    
558     uninstall-info: uninstall-info-recursive
559    
560     .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
561     clean clean-generic clean-noinstLIBRARIES clean-recursive \
562     ctags ctags-recursive distclean distclean-compile \
563     distclean-generic distclean-recursive distclean-tags distdir \
564     dvi dvi-am html html-am info info-am install install-am \
565     install-data install-data-am install-exec install-exec-am \
566     install-info install-info-am install-man install-strip \
567     installcheck installcheck-am installdirs installdirs-am \
568     maintainer-clean maintainer-clean-generic \
569     maintainer-clean-recursive mostlyclean mostlyclean-compile \
570     mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
571     tags tags-recursive uninstall uninstall-am uninstall-info-am
572    
573     # Tell versions [3.59,3.63) of GNU make to not export all variables.
574     # Otherwise a system limit (for SysV at least) may be exceeded.
575     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26