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

  ViewVC Help
Powered by ViewVC 1.1.26