/[pearpc]/src/io/prom/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

Contents of /src/io/prom/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26