/[pearpc]/src/debug/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/debug/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: 17332 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 = $(libdebug_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/debug
43     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in debugparse.c \
44     debugparse.h lex.c
45     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46     am__aclocal_m4_deps = $(top_srcdir)/configure.in
47     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48     $(ACLOCAL_M4)
49     mkinstalldirs = $(mkdir_p)
50     CONFIG_HEADER = $(top_builddir)/config.h
51     CONFIG_CLEAN_FILES =
52     LIBRARIES = $(noinst_LIBRARIES)
53     ARFLAGS = cru
54     libdebug_a_AR = $(AR) $(ARFLAGS)
55     libdebug_a_LIBADD =
56     am_libdebug_a_OBJECTS = asm.$(OBJEXT) ppcdis.$(OBJEXT) \
57     ppcopc.$(OBJEXT) debugparse.$(OBJEXT) lex.$(OBJEXT) \
58     parsehelper.$(OBJEXT) debugger.$(OBJEXT) stdfuncs.$(OBJEXT) \
59     x86opc.$(OBJEXT) x86dis.$(OBJEXT)
60     libdebug_a_OBJECTS = $(am_libdebug_a_OBJECTS)
61     DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
62     depcomp = $(SHELL) $(top_srcdir)/depcomp
63     am__depfiles_maybe = depfiles
64     @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asm.Po ./$(DEPDIR)/debugger.Po \
65     @AMDEP_TRUE@ ./$(DEPDIR)/debugparse.Po ./$(DEPDIR)/lex.Po \
66     @AMDEP_TRUE@ ./$(DEPDIR)/parsehelper.Po ./$(DEPDIR)/ppcdis.Po \
67     @AMDEP_TRUE@ ./$(DEPDIR)/ppcopc.Po ./$(DEPDIR)/stdfuncs.Po \
68     @AMDEP_TRUE@ ./$(DEPDIR)/x86dis.Po ./$(DEPDIR)/x86opc.Po
69     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71     CCLD = $(CC)
72     LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
73     CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
75     CXXLD = $(CXX)
76     CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
77     -o $@
78     LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
79     YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
80     SOURCES = $(libdebug_a_SOURCES)
81     DIST_SOURCES = $(libdebug_a_SOURCES)
82     ETAGS = etags
83     CTAGS = ctags
84     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85     ACLOCAL = @ACLOCAL@
86     AMDEP_FALSE = @AMDEP_FALSE@
87     AMDEP_TRUE = @AMDEP_TRUE@
88     AMTAR = @AMTAR@
89     AR = @AR@
90     ARCH_DIR = @ARCH_DIR@
91     AUTOCONF = @AUTOCONF@
92     AUTOHEADER = @AUTOHEADER@
93     AUTOMAKE = @AUTOMAKE@
94     AWK = @AWK@
95     CC = @CC@
96     CCAS = @CCAS@
97     CCASFLAGS = @CCASFLAGS@
98     CCDEPMODE = @CCDEPMODE@
99     CFLAGS = @CFLAGS@
100     CPP = @CPP@
101     CPPFLAGS = @CPPFLAGS@
102     CPU_DIR = @CPU_DIR@
103     CXX = @CXX@
104     CXXDEPMODE = @CXXDEPMODE@
105     CXXFLAGS = @CXXFLAGS@
106     CYGPATH_W = @CYGPATH_W@
107     DEFS = @DEFS@
108     DEPDIR = @DEPDIR@
109     ECHO_C = @ECHO_C@
110     ECHO_N = @ECHO_N@
111     ECHO_T = @ECHO_T@
112     EGREP = @EGREP@
113     EXEEXT = @EXEEXT@
114     GREP = @GREP@
115     INSTALL_DATA = @INSTALL_DATA@
116     INSTALL_PROGRAM = @INSTALL_PROGRAM@
117     INSTALL_SCRIPT = @INSTALL_SCRIPT@
118     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119     LDFLAGS = @LDFLAGS@
120     LEX = @LEX@
121     LEXLIB = @LEXLIB@
122     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
123     LIBOBJS = @LIBOBJS@
124     LIBS = @LIBS@
125     LTLIBOBJS = @LTLIBOBJS@
126     MAKE = @MAKE@
127     MAKEINFO = @MAKEINFO@
128     OBJEXT = @OBJEXT@
129     OSAPI_DIR = @OSAPI_DIR@
130     PACKAGE = @PACKAGE@
131     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132     PACKAGE_NAME = @PACKAGE_NAME@
133     PACKAGE_STRING = @PACKAGE_STRING@
134     PACKAGE_TARNAME = @PACKAGE_TARNAME@
135     PACKAGE_VERSION = @PACKAGE_VERSION@
136     PATH_SEPARATOR = @PATH_SEPARATOR@
137     PPC_LDADD = @PPC_LDADD@
138     PPC_LDFLAGS = @PPC_LDFLAGS@
139     QT_CFLAGS = @QT_CFLAGS@
140     RANLIB = @RANLIB@
141     SDL_CFLAGS = @SDL_CFLAGS@
142     SDL_CONFIG = @SDL_CONFIG@
143     SDL_LIBS = @SDL_LIBS@
144     SET_MAKE = @SET_MAKE@
145     SHELL = @SHELL@
146     STRIP = @STRIP@
147     UI_DIR = @UI_DIR@
148     USE_ARCH_GENERIC_FALSE = @USE_ARCH_GENERIC_FALSE@
149     USE_ARCH_GENERIC_TRUE = @USE_ARCH_GENERIC_TRUE@
150     USE_ARCH_X86_FALSE = @USE_ARCH_X86_FALSE@
151     USE_ARCH_X86_TRUE = @USE_ARCH_X86_TRUE@
152     USE_CPU_GENERIC_FALSE = @USE_CPU_GENERIC_FALSE@
153     USE_CPU_GENERIC_TRUE = @USE_CPU_GENERIC_TRUE@
154     USE_CPU_JITC_X86_FALSE = @USE_CPU_JITC_X86_FALSE@
155     USE_CPU_JITC_X86_TRUE = @USE_CPU_JITC_X86_TRUE@
156     USE_OSAPI_BEOS_FALSE = @USE_OSAPI_BEOS_FALSE@
157     USE_OSAPI_BEOS_TRUE = @USE_OSAPI_BEOS_TRUE@
158     USE_OSAPI_POSIX_FALSE = @USE_OSAPI_POSIX_FALSE@
159     USE_OSAPI_POSIX_TRUE = @USE_OSAPI_POSIX_TRUE@
160     USE_OSAPI_WIN32_FALSE = @USE_OSAPI_WIN32_FALSE@
161     USE_OSAPI_WIN32_TRUE = @USE_OSAPI_WIN32_TRUE@
162     USE_UI_BEOS_FALSE = @USE_UI_BEOS_FALSE@
163     USE_UI_BEOS_TRUE = @USE_UI_BEOS_TRUE@
164     USE_UI_GTK_FALSE = @USE_UI_GTK_FALSE@
165     USE_UI_GTK_TRUE = @USE_UI_GTK_TRUE@
166     USE_UI_QT_FALSE = @USE_UI_QT_FALSE@
167     USE_UI_QT_TRUE = @USE_UI_QT_TRUE@
168     USE_UI_SDL_FALSE = @USE_UI_SDL_FALSE@
169     USE_UI_SDL_TRUE = @USE_UI_SDL_TRUE@
170     USE_UI_WIN32_FALSE = @USE_UI_WIN32_FALSE@
171     USE_UI_WIN32_TRUE = @USE_UI_WIN32_TRUE@
172     USE_UI_X11_FALSE = @USE_UI_X11_FALSE@
173     USE_UI_X11_TRUE = @USE_UI_X11_TRUE@
174     VERSION = @VERSION@
175     XMKMF = @XMKMF@
176     X_CFLAGS = @X_CFLAGS@
177     X_EXTRA_LIBS = @X_EXTRA_LIBS@
178     X_LIBS = @X_LIBS@
179     X_PRE_LIBS = @X_PRE_LIBS@
180     YACC = @YACC@
181     YFLAGS = -d
182     ac_ct_CC = @ac_ct_CC@
183     ac_ct_CXX = @ac_ct_CXX@
184     ac_thread = @ac_thread@
185     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
186     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
187     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
188     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
189     am__include = @am__include@
190     am__leading_dot = @am__leading_dot@
191     am__quote = @am__quote@
192     bindir = @bindir@
193     build = @build@
194     build_alias = @build_alias@
195     build_cpu = @build_cpu@
196     build_os = @build_os@
197     build_vendor = @build_vendor@
198     datadir = @datadir@
199     datarootdir = @datarootdir@
200     docdir = @docdir@
201     dvidir = @dvidir@
202     exec_prefix = @exec_prefix@
203     host = @host@
204     host_alias = @host_alias@
205     host_cpu = @host_cpu@
206     host_os = @host_os@
207     host_vendor = @host_vendor@
208     htmldir = @htmldir@
209     includedir = @includedir@
210     infodir = @infodir@
211     install_sh = @install_sh@
212     libdir = @libdir@
213     libexecdir = @libexecdir@
214     localedir = @localedir@
215     localstatedir = @localstatedir@
216     mandir = @mandir@
217     mkdir_p = @mkdir_p@
218     oldincludedir = @oldincludedir@
219     pdfdir = @pdfdir@
220     prefix = @prefix@
221     program_transform_name = @program_transform_name@
222     psdir = @psdir@
223     sbindir = @sbindir@
224     sharedstatedir = @sharedstatedir@
225     sysconfdir = @sysconfdir@
226     target = @target@
227     target_alias = @target_alias@
228     target_cpu = @target_cpu@
229     target_os = @target_os@
230     target_vendor = @target_vendor@
231     LFLAGS =
232     AUTOMAKE_OPTIONS = foreign
233     noinst_LIBRARIES = libdebug.a
234     libdebug_a_SOURCES = asm.cc asm.h ppcdis.cc ppcdis.h ppcopc.cc ppcopc.h tracers.h \
235     debugparse.y debugtype.h lex.l lex.h parsehelper.c parsehelper.h debugger.cc debugger.h \
236     stdfuncs.cc stdfuncs.h debugparse.h x86opc.cc x86opc.h x86dis.cc x86dis.h
237    
238     INCLUDES = -I ..
239     all: all-am
240    
241     .SUFFIXES:
242     .SUFFIXES: .c .cc .l .o .obj .y
243     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
244     @for dep in $?; do \
245     case '$(am__configure_deps)' in \
246     *$$dep*) \
247     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
248     && exit 0; \
249     exit 1;; \
250     esac; \
251     done; \
252     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/debug/Makefile'; \
253     cd $(top_srcdir) && \
254     $(AUTOMAKE) --foreign src/debug/Makefile
255     .PRECIOUS: Makefile
256     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257     @case '$?' in \
258     *config.status*) \
259     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260     *) \
261     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263     esac;
264    
265     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267    
268     $(top_srcdir)/configure: $(am__configure_deps)
269     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
271     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272    
273     clean-noinstLIBRARIES:
274     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
275     debugparse.h: debugparse.c
276     @if test ! -f $@; then \
277     rm -f debugparse.c; \
278     $(MAKE) debugparse.c; \
279     else :; fi
280     libdebug.a: $(libdebug_a_OBJECTS) $(libdebug_a_DEPENDENCIES)
281     -rm -f libdebug.a
282     $(libdebug_a_AR) libdebug.a $(libdebug_a_OBJECTS) $(libdebug_a_LIBADD)
283     $(RANLIB) libdebug.a
284    
285     mostlyclean-compile:
286     -rm -f *.$(OBJEXT)
287    
288     distclean-compile:
289     -rm -f *.tab.c
290    
291     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm.Po@am__quote@
292     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugger.Po@am__quote@
293     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debugparse.Po@am__quote@
294     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
295     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsehelper.Po@am__quote@
296     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcdis.Po@am__quote@
297     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcopc.Po@am__quote@
298     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdfuncs.Po@am__quote@
299     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86dis.Po@am__quote@
300     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86opc.Po@am__quote@
301    
302     .c.o:
303     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
304     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
305     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
307     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308     @am__fastdepCC_FALSE@ $(COMPILE) -c $<
309    
310     .c.obj:
311     @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312     @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313     @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314     @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
315     @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316     @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
317    
318     .cc.o:
319     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
320     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
321     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
323     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
325    
326     .cc.obj:
327     @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
328     @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
329     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
331     @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332     @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
333    
334     .l.c:
335     $(LEXCOMPILE) $<
336     sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
337     rm -f $(LEX_OUTPUT_ROOT).c
338    
339     .y.c:
340     $(YACCCOMPILE) $<
341     if test -f y.tab.h; then \
342     to=`echo "$*_H" | sed \
343     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
344     -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
345     sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
346     rm -f y.tab.h; \
347     if cmp -s $*.ht $*.h; then \
348     rm -f $*.ht ;\
349     else \
350     mv $*.ht $*.h; \
351     fi; \
352     fi
353     if test -f y.output; then \
354     mv y.output $*.output; \
355     fi
356     sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
357     rm -f y.tab.c
358     uninstall-info-am:
359    
360     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362     unique=`for i in $$list; do \
363     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364     done | \
365     $(AWK) ' { files[$$0] = 1; } \
366     END { for (i in files) print i; }'`; \
367     mkid -fID $$unique
368     tags: TAGS
369    
370     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
371     $(TAGS_FILES) $(LISP)
372     tags=; \
373     here=`pwd`; \
374     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375     unique=`for i in $$list; do \
376     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377     done | \
378     $(AWK) ' { files[$$0] = 1; } \
379     END { for (i in files) print i; }'`; \
380     if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381     test -n "$$unique" || unique=$$empty_fix; \
382     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383     $$tags $$unique; \
384     fi
385     ctags: CTAGS
386     CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387     $(TAGS_FILES) $(LISP)
388     tags=; \
389     here=`pwd`; \
390     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391     unique=`for i in $$list; do \
392     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393     done | \
394     $(AWK) ' { files[$$0] = 1; } \
395     END { for (i in files) print i; }'`; \
396     test -z "$(CTAGS_ARGS)$$tags$$unique" \
397     || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398     $$tags $$unique
399    
400     GTAGS:
401     here=`$(am__cd) $(top_builddir) && pwd` \
402     && cd $(top_srcdir) \
403     && gtags -i $(GTAGS_ARGS) $$here
404    
405     distclean-tags:
406     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407    
408     distdir: $(DISTFILES)
409     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
410     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
411     list='$(DISTFILES)'; for file in $$list; do \
412     case $$file in \
413     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
414     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
415     esac; \
416     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
418     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
419     dir="/$$dir"; \
420     $(mkdir_p) "$(distdir)$$dir"; \
421     else \
422     dir=''; \
423     fi; \
424     if test -d $$d/$$file; then \
425     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
427     fi; \
428     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
429     else \
430     test -f $(distdir)/$$file \
431     || cp -p $$d/$$file $(distdir)/$$file \
432     || exit 1; \
433     fi; \
434     done
435     check-am: all-am
436     check: check-am
437     all-am: Makefile $(LIBRARIES)
438     installdirs:
439     install: install-am
440     install-exec: install-exec-am
441     install-data: install-data-am
442     uninstall: uninstall-am
443    
444     install-am: all-am
445     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446    
447     installcheck: installcheck-am
448     install-strip:
449     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451     `test -z '$(STRIP)' || \
452     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
453     mostlyclean-generic:
454    
455     clean-generic:
456    
457     distclean-generic:
458     -rm -f $(CONFIG_CLEAN_FILES)
459    
460     maintainer-clean-generic:
461     @echo "This command is intended for maintainers to use"
462     @echo "it deletes files that may require special tools to rebuild."
463     -rm -f lex.c
464     -rm -f debugparse.h
465     -rm -f debugparse.c
466     clean: clean-am
467    
468     clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
469    
470     distclean: distclean-am
471     -rm -rf ./$(DEPDIR)
472     -rm -f Makefile
473     distclean-am: clean-am distclean-compile distclean-generic \
474     distclean-tags
475    
476     dvi: dvi-am
477    
478     dvi-am:
479    
480     html: html-am
481    
482     info: info-am
483    
484     info-am:
485    
486     install-data-am:
487    
488     install-exec-am:
489    
490     install-info: install-info-am
491    
492     install-man:
493    
494     installcheck-am:
495    
496     maintainer-clean: maintainer-clean-am
497     -rm -rf ./$(DEPDIR)
498     -rm -f Makefile
499     maintainer-clean-am: distclean-am maintainer-clean-generic
500    
501     mostlyclean: mostlyclean-am
502    
503     mostlyclean-am: mostlyclean-compile mostlyclean-generic
504    
505     pdf: pdf-am
506    
507     pdf-am:
508    
509     ps: ps-am
510    
511     ps-am:
512    
513     uninstall-am: uninstall-info-am
514    
515     .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
516     clean-noinstLIBRARIES ctags distclean distclean-compile \
517     distclean-generic distclean-tags distdir dvi dvi-am html \
518     html-am info info-am install install-am install-data \
519     install-data-am install-exec install-exec-am install-info \
520     install-info-am install-man install-strip installcheck \
521     installcheck-am installdirs maintainer-clean \
522     maintainer-clean-generic mostlyclean mostlyclean-compile \
523     mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
524     uninstall-am uninstall-info-am
525    
526     # Tell versions [3.59,3.63) of GNU make to not export all variables.
527     # Otherwise a system limit (for SysV at least) may be exceeded.
528     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.26