bugrepair VFS, update autotools files
[gpiv.git] / doc / C / Makefile.in
blob6e7766a950dce7ef87101dce0b2d68738ac1b579
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # 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.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 subdir = doc/C
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.in
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42 CONFIG_CLEAN_FILES =
43 CONFIG_CLEAN_VPATH_FILES =
44 SOURCES =
45 DIST_SOURCES =
46 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47 html-recursive info-recursive install-data-recursive \
48 install-dvi-recursive install-exec-recursive \
49 install-html-recursive install-info-recursive \
50 install-pdf-recursive install-ps-recursive install-recursive \
51 installcheck-recursive installdirs-recursive pdf-recursive \
52 ps-recursive uninstall-recursive
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \
57 esac;
58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59 am__install_max = 40
60 am__nobase_strip_setup = \
61 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62 am__nobase_strip = \
63 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64 am__nobase_list = $(am__nobase_strip_setup); \
65 for p in $$list; do echo "$$p $$p"; done | \
66 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68 if (++n[$$2] == $(am__install_max)) \
69 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70 END { for (dir in files) print dir, files[dir] }'
71 am__base_list = \
72 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(gpiv_helpdir)"
75 DATA = $(gpiv_help_DATA)
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77 distclean-recursive maintainer-clean-recursive
78 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80 distdir
81 ETAGS = etags
82 CTAGS = ctags
83 DIST_SUBDIRS = $(SUBDIRS)
84 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85 am__relativize = \
86 dir0=`pwd`; \
87 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88 sed_rest='s,^[^/]*/*,,'; \
89 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90 sed_butlast='s,/*[^/]*$$,,'; \
91 while test -n "$$dir1"; do \
92 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93 if test "$$first" != "."; then \
94 if test "$$first" = ".."; then \
95 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97 else \
98 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99 if test "$$first2" = "$$first"; then \
100 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101 else \
102 dir2="../$$dir2"; \
103 fi; \
104 dir0="$$dir0"/"$$first"; \
105 fi; \
106 fi; \
107 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108 done; \
109 reldir="$$dir2"
110 ACLOCAL = @ACLOCAL@
111 ALL_LINGUAS = @ALL_LINGUAS@
112 AMTAR = @AMTAR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CANVAS_AA = @CANVAS_AA@
118 CATALOGS = @CATALOGS@
119 CATOBJEXT = @CATOBJEXT@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CONTROL = @CONTROL@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DATADIRNAME = @DATADIRNAME@
128 DEBUG = @DEBUG@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 ENABLE_CAM = @ENABLE_CAM@
136 ENABLE_DAC = @ENABLE_DAC@
137 ENABLE_MPI = @ENABLE_MPI@
138 ENABLE_MPI_RR = @ENABLE_MPI_RR@
139 ENABLE_TRIG = @ENABLE_TRIG@
140 EXEEXT = @EXEEXT@
141 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
142 GMOFILES = @GMOFILES@
143 GMSGFMT = @GMSGFMT@
144 GPIV_CFLAGS = @GPIV_CFLAGS@
145 GPIV_LIBS = @GPIV_LIBS@
146 GPIV_UI_CFLAGS = @GPIV_UI_CFLAGS@
147 GPIV_UI_LIBS = @GPIV_UI_LIBS@
148 GREP = @GREP@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 INSTOBJEXT = @INSTOBJEXT@
155 INTLLIBS = @INTLLIBS@
156 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
157 INTLTOOL_MERGE = @INTLTOOL_MERGE@
158 INTLTOOL_PERL = @INTLTOOL_PERL@
159 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
160 K_TOPDIR = @K_TOPDIR@
161 LDFLAGS = @LDFLAGS@
162 LIBOBJS = @LIBOBJS@
163 LIBS = @LIBS@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAKEINFO = @MAKEINFO@
167 MKDIR_P = @MKDIR_P@
168 MKINSTALLDIRS = @MKINSTALLDIRS@
169 MPIRUN = @MPIRUN@
170 MSGFMT = @MSGFMT@
171 MSGFMT_OPTS = @MSGFMT_OPTS@
172 MSGMERGE = @MSGMERGE@
173 OBJEXT = @OBJEXT@
174 OVERRIDE_IMAGE_HEIGHT_MAX = @OVERRIDE_IMAGE_HEIGHT_MAX@
175 OVERRIDE_IMAGE_WIDTH_MAX = @OVERRIDE_IMAGE_WIDTH_MAX@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_URL = @PACKAGE_URL@
182 PACKAGE_VERSION = @PACKAGE_VERSION@
183 PATH_SEPARATOR = @PATH_SEPARATOR@
184 PKG_CONFIG = @PKG_CONFIG@
185 POFILES = @POFILES@
186 POSUB = @POSUB@
187 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
188 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
189 RR = @RR@
190 RTA_TOPDIR = @RTA_TOPDIR@
191 SET_MAKE = @SET_MAKE@
192 SHELL = @SHELL@
193 STRIP = @STRIP@
194 USE_NLS = @USE_NLS@
195 VERSION = @VERSION@
196 XGETTEXT = @XGETTEXT@
197 abs_builddir = @abs_builddir@
198 abs_srcdir = @abs_srcdir@
199 abs_top_builddir = @abs_top_builddir@
200 abs_top_srcdir = @abs_top_srcdir@
201 ac_ct_CC = @ac_ct_CC@
202 am__include = @am__include@
203 am__leading_dot = @am__leading_dot@
204 am__quote = @am__quote@
205 am__tar = @am__tar@
206 am__untar = @am__untar@
207 bindir = @bindir@
208 build_alias = @build_alias@
209 builddir = @builddir@
210 datadir = @datadir@
211 datarootdir = @datarootdir@
212 docdir = @docdir@
213 dvidir = @dvidir@
214 exec_prefix = @exec_prefix@
215 host_alias = @host_alias@
216 htmldir = @htmldir@
217 includedir = @includedir@
218 infodir = @infodir@
219 install_sh = @install_sh@
220 libdir = @libdir@
221 libexecdir = @libexecdir@
222 localedir = @localedir@
223 localstatedir = @localstatedir@
224 mandir = @mandir@
225 mkdir_p = @mkdir_p@
226 oldincludedir = @oldincludedir@
227 pdfdir = @pdfdir@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 psdir = @psdir@
231 sbindir = @sbindir@
232 sharedstatedir = @sharedstatedir@
233 srcdir = @srcdir@
234 sysconfdir = @sysconfdir@
235 target_alias = @target_alias@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 SUBDIRS = figures
240 gpiv_helpdir = $(datadir)/gnome/help/gpiv/C
241 gpiv_help_DATA = \
242 index.html \
243 intro.html \
244 gpiv.html \
245 piv_intro.html \
246 topic.dat
248 EXTRA_DIST = Makefile.in
249 all: all-recursive
251 .SUFFIXES:
252 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
253 @for dep in $?; do \
254 case '$(am__configure_deps)' in \
255 *$$dep*) \
256 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
257 && { if test -f $@; then exit 0; else break; fi; }; \
258 exit 1;; \
259 esac; \
260 done; \
261 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/C/Makefile'; \
262 $(am__cd) $(top_srcdir) && \
263 $(AUTOMAKE) --gnu doc/C/Makefile
264 .PRECIOUS: Makefile
265 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266 @case '$?' in \
267 *config.status*) \
268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269 *) \
270 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
271 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
272 esac;
274 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281 $(am__aclocal_m4_deps):
282 install-gpiv_helpDATA: $(gpiv_help_DATA)
283 @$(NORMAL_INSTALL)
284 test -z "$(gpiv_helpdir)" || $(MKDIR_P) "$(DESTDIR)$(gpiv_helpdir)"
285 @list='$(gpiv_help_DATA)'; test -n "$(gpiv_helpdir)" || list=; \
286 for p in $$list; do \
287 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
288 echo "$$d$$p"; \
289 done | $(am__base_list) | \
290 while read files; do \
291 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gpiv_helpdir)'"; \
292 $(INSTALL_DATA) $$files "$(DESTDIR)$(gpiv_helpdir)" || exit $$?; \
293 done
295 uninstall-gpiv_helpDATA:
296 @$(NORMAL_UNINSTALL)
297 @list='$(gpiv_help_DATA)'; test -n "$(gpiv_helpdir)" || list=; \
298 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
299 test -n "$$files" || exit 0; \
300 echo " ( cd '$(DESTDIR)$(gpiv_helpdir)' && rm -f" $$files ")"; \
301 cd "$(DESTDIR)$(gpiv_helpdir)" && rm -f $$files
303 # This directory's subdirectories are mostly independent; you can cd
304 # into them and run `make' without going through this Makefile.
305 # To change the values of `make' variables: instead of editing Makefiles,
306 # (1) if the variable is set in `config.status', edit `config.status'
307 # (which will cause the Makefiles to be regenerated when you run `make');
308 # (2) otherwise, pass the desired values on the `make' command line.
309 $(RECURSIVE_TARGETS):
310 @fail= failcom='exit 1'; \
311 for f in x $$MAKEFLAGS; do \
312 case $$f in \
313 *=* | --[!k]*);; \
314 *k*) failcom='fail=yes';; \
315 esac; \
316 done; \
317 dot_seen=no; \
318 target=`echo $@ | sed s/-recursive//`; \
319 list='$(SUBDIRS)'; for subdir in $$list; do \
320 echo "Making $$target in $$subdir"; \
321 if test "$$subdir" = "."; then \
322 dot_seen=yes; \
323 local_target="$$target-am"; \
324 else \
325 local_target="$$target"; \
326 fi; \
327 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
328 || eval $$failcom; \
329 done; \
330 if test "$$dot_seen" = "no"; then \
331 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
332 fi; test -z "$$fail"
334 $(RECURSIVE_CLEAN_TARGETS):
335 @fail= failcom='exit 1'; \
336 for f in x $$MAKEFLAGS; do \
337 case $$f in \
338 *=* | --[!k]*);; \
339 *k*) failcom='fail=yes';; \
340 esac; \
341 done; \
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 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362 || eval $$failcom; \
363 done && test -z "$$fail"
364 tags-recursive:
365 list='$(SUBDIRS)'; for subdir in $$list; do \
366 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
367 done
368 ctags-recursive:
369 list='$(SUBDIRS)'; for subdir in $$list; do \
370 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
371 done
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; nonempty = 1; } \
379 END { if (nonempty) { for (i in files) print i; }; }'`; \
380 mkid -fID $$unique
381 tags: TAGS
383 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
384 $(TAGS_FILES) $(LISP)
385 set x; \
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 set "$$@" "$$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; nonempty = 1; } \
405 END { if (nonempty) { for (i in files) print i; }; }'`; \
406 shift; \
407 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
408 test -n "$$unique" || unique=$$empty_fix; \
409 if test $$# -gt 0; then \
410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 "$$@" $$unique; \
412 else \
413 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414 $$unique; \
415 fi; \
417 ctags: CTAGS
418 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
419 $(TAGS_FILES) $(LISP)
420 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421 unique=`for i in $$list; do \
422 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423 done | \
424 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425 END { if (nonempty) { for (i in files) print i; }; }'`; \
426 test -z "$(CTAGS_ARGS)$$unique" \
427 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428 $$unique
430 GTAGS:
431 here=`$(am__cd) $(top_builddir) && pwd` \
432 && $(am__cd) $(top_srcdir) \
433 && gtags -i $(GTAGS_ARGS) "$$here"
435 distclean-tags:
436 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438 distdir: $(DISTFILES)
439 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441 list='$(DISTFILES)'; \
442 dist_files=`for file in $$list; do echo $$file; done | \
443 sed -e "s|^$$srcdirstrip/||;t" \
444 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445 case $$dist_files in \
446 */*) $(MKDIR_P) `echo "$$dist_files" | \
447 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448 sort -u` ;; \
449 esac; \
450 for file in $$dist_files; do \
451 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452 if test -d $$d/$$file; then \
453 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454 if test -d "$(distdir)/$$file"; then \
455 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456 fi; \
457 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
458 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460 fi; \
461 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462 else \
463 test -f "$(distdir)/$$file" \
464 || cp -p $$d/$$file "$(distdir)/$$file" \
465 || exit 1; \
466 fi; \
467 done
468 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469 if test "$$subdir" = .; then :; else \
470 test -d "$(distdir)/$$subdir" \
471 || $(MKDIR_P) "$(distdir)/$$subdir" \
472 || exit 1; \
473 fi; \
474 done
475 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476 if test "$$subdir" = .; then :; else \
477 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
478 $(am__relativize); \
479 new_distdir=$$reldir; \
480 dir1=$$subdir; dir2="$(top_distdir)"; \
481 $(am__relativize); \
482 new_top_distdir=$$reldir; \
483 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
484 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
485 ($(am__cd) $$subdir && \
486 $(MAKE) $(AM_MAKEFLAGS) \
487 top_distdir="$$new_top_distdir" \
488 distdir="$$new_distdir" \
489 am__remove_distdir=: \
490 am__skip_length_check=: \
491 am__skip_mode_fix=: \
492 distdir) \
493 || exit 1; \
494 fi; \
495 done
496 $(MAKE) $(AM_MAKEFLAGS) \
497 top_distdir="$(top_distdir)" distdir="$(distdir)" \
498 dist-hook
499 check-am: all-am
500 check: check-recursive
501 all-am: Makefile $(DATA)
502 installdirs: installdirs-recursive
503 installdirs-am:
504 for dir in "$(DESTDIR)$(gpiv_helpdir)"; do \
505 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
506 done
507 install: install-recursive
508 install-exec: install-exec-recursive
509 install-data: install-data-recursive
510 uninstall: uninstall-recursive
512 install-am: all-am
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515 installcheck: installcheck-recursive
516 install-strip:
517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 `test -z '$(STRIP)' || \
520 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
521 mostlyclean-generic:
523 clean-generic:
525 distclean-generic:
526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529 maintainer-clean-generic:
530 @echo "This command is intended for maintainers to use"
531 @echo "it deletes files that may require special tools to rebuild."
532 clean: clean-recursive
534 clean-am: clean-generic mostlyclean-am
536 distclean: distclean-recursive
537 -rm -f Makefile
538 distclean-am: clean-am distclean-generic distclean-tags
540 dvi: dvi-recursive
542 dvi-am:
544 html: html-recursive
546 html-am:
548 info: info-recursive
550 info-am:
552 install-data-am: install-gpiv_helpDATA
554 install-dvi: install-dvi-recursive
556 install-dvi-am:
558 install-exec-am:
560 install-html: install-html-recursive
562 install-html-am:
564 install-info: install-info-recursive
566 install-info-am:
568 install-man:
570 install-pdf: install-pdf-recursive
572 install-pdf-am:
574 install-ps: install-ps-recursive
576 install-ps-am:
578 installcheck-am:
580 maintainer-clean: maintainer-clean-recursive
581 -rm -f Makefile
582 maintainer-clean-am: distclean-am maintainer-clean-generic
584 mostlyclean: mostlyclean-recursive
586 mostlyclean-am: mostlyclean-generic
588 pdf: pdf-recursive
590 pdf-am:
592 ps: ps-recursive
594 ps-am:
596 uninstall-am: uninstall-gpiv_helpDATA
598 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
599 install-am install-strip tags-recursive
601 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
602 all all-am check check-am clean clean-generic ctags \
603 ctags-recursive dist-hook distclean distclean-generic \
604 distclean-tags distdir dvi dvi-am html html-am info info-am \
605 install install-am install-data install-data-am install-dvi \
606 install-dvi-am install-exec install-exec-am \
607 install-gpiv_helpDATA install-html install-html-am \
608 install-info install-info-am install-man install-pdf \
609 install-pdf-am install-ps install-ps-am install-strip \
610 installcheck installcheck-am installdirs installdirs-am \
611 maintainer-clean maintainer-clean-generic mostlyclean \
612 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
613 uninstall uninstall-am uninstall-gpiv_helpDATA
615 #EXTRA_DIST = $(gpiv_help_DATA)
617 # files that aren't in a binary/data/library target have to be listed here
618 # to be included in the tarball when you 'make dist'
620 all:
622 #index.html: index.html
623 # -cp index.html .
625 #intro.html: intro.html
626 # -cp intro.html .
628 #gpiv.html: gpiv.html
629 # -cp gpiv/gpiv.html .
631 #piv_intro.html: gpiv/piv_intro.html
632 # -cp piv_intro.html .
634 dist-hook:
635 -cp *.html $(distdir)
636 -cp *.dat $(distdir)
637 # mkdir $(distdir)/gpiv
638 # -cp gpiv/*.html gpiv/*.css $(distdir)/gpiv
639 # -cp gpiv.html $(distdir)
641 #install-data-local: gpiv.html
642 # $(mkinstalldirs) $(gpiv_helpdir)/images
643 # -for file in $(srcdir)/gpiv/*.html $(srcdir)/gpiv/*.css; do \
644 # basefile=`basename $$file`; \
645 # $(INSTALL_DATA) $(srcdir)/$$file $(gpiv_helpdir)/$$basefile; \
646 # done
648 # Tell versions [3.59,3.63) of GNU make to not export all variables.
649 # Otherwise a system limit (for SysV at least) may be exceeded.
650 .NOEXPORT: