/[3dldf]/3dldf/Group/Makefile.in
ViewVC logotype

Contents of /3dldf/Group/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Apr 12 10:48:03 2021 UTC (3 years, 5 months ago) by lfinsto1
Branch: MAIN
CVS Tags: HEAD
Summary: Initial versions in CVS repository.  Copied from Git repository.

1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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 #### Makefile.am
18 #### Created by Laurence Finston.
19
20 #### This file is part of GNU 3DLDF, a package for three-dimensional drawing.
21 #### Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
22 #### 2013, 2014, 2015, 2016, 2017, 2018 The Free Software Foundation, Inc.
23
24 #### GNU 3DLDF is free software; you can redistribute it and/or modify
25 #### it under the terms of the GNU General Public License as published by
26 #### the Free Software Foundation; either version 3 of the License, or
27 #### (at your option) any later version.
28
29 #### GNU 3DLDF is distributed in the hope that it will be useful,
30 #### but WITHOUT ANY WARRANTY; without even the implied warranty of
31 #### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 #### GNU General Public License for more details.
33
34 #### You should have received a copy of the GNU General Public License
35 #### along with GNU 3DLDF; if not, write to the Free Software
36 #### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
37
38 #### GNU 3DLDF is a GNU package.
39 #### It is part of the GNU Project of the
40 #### Free Software Foundation
41 #### and is published under the GNU General Public License.
42 #### See the website http://www.gnu.org
43 #### for more information.
44 #### GNU 3DLDF is available for downloading from
45 #### http://www.gnu.org/software/3dldf/LDF.html.
46
47 #### Please send bug reports to Laurence.Finston@gmx.de
48 #### The mailing list help-3dldf@gnu.org is available for people to
49 #### ask other users for help.
50 #### The mailing list info-3dldf@gnu.org is for sending
51 #### announcements to users. To subscribe to these mailing lists, send an
52 #### email with "subscribe <email-address>" as the subject.
53
54 #### The author can be contacted at:
55
56 #### Laurence D. Finston
57 #### c/o Free Software Foundation, Inc.
58 #### 51 Franklin St, Fifth Floor
59 #### Boston, MA 02110-1301
60 #### USA
61
62 #### Laurence.Finston@gmx.de
63 VPATH = @srcdir@
64 am__is_gnu_make = { \
65 if test -z '$(MAKELEVEL)'; then \
66 false; \
67 elif test -n '$(MAKE_HOST)'; then \
68 true; \
69 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
70 true; \
71 else \
72 false; \
73 fi; \
74 }
75 am__make_running_with_option = \
76 case $${target_option-} in \
77 ?) ;; \
78 *) echo "am__make_running_with_option: internal error: invalid" \
79 "target option '$${target_option-}' specified" >&2; \
80 exit 1;; \
81 esac; \
82 has_opt=no; \
83 sane_makeflags=$$MAKEFLAGS; \
84 if $(am__is_gnu_make); then \
85 sane_makeflags=$$MFLAGS; \
86 else \
87 case $$MAKEFLAGS in \
88 *\\[\ \ ]*) \
89 bs=\\; \
90 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
91 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
92 esac; \
93 fi; \
94 skip_next=no; \
95 strip_trailopt () \
96 { \
97 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
98 }; \
99 for flg in $$sane_makeflags; do \
100 test $$skip_next = yes && { skip_next=no; continue; }; \
101 case $$flg in \
102 *=*|--*) continue;; \
103 -*I) strip_trailopt 'I'; skip_next=yes;; \
104 -*I?*) strip_trailopt 'I';; \
105 -*O) strip_trailopt 'O'; skip_next=yes;; \
106 -*O?*) strip_trailopt 'O';; \
107 -*l) strip_trailopt 'l'; skip_next=yes;; \
108 -*l?*) strip_trailopt 'l';; \
109 -[dEDm]) skip_next=yes;; \
110 -[JT]) skip_next=yes;; \
111 esac; \
112 case $$flg in \
113 *$$target_option*) has_opt=yes; break;; \
114 esac; \
115 done; \
116 test $$has_opt = yes
117 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
118 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
119 pkgdatadir = $(datadir)/@PACKAGE@
120 pkgincludedir = $(includedir)/@PACKAGE@
121 pkglibdir = $(libdir)/@PACKAGE@
122 pkglibexecdir = $(libexecdir)/@PACKAGE@
123 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
124 install_sh_DATA = $(install_sh) -c -m 644
125 install_sh_PROGRAM = $(install_sh) -c
126 install_sh_SCRIPT = $(install_sh) -c
127 INSTALL_HEADER = $(INSTALL_DATA)
128 transform = $(program_transform_name)
129 NORMAL_INSTALL = :
130 PRE_INSTALL = :
131 POST_INSTALL = :
132 NORMAL_UNINSTALL = :
133 PRE_UNINSTALL = :
134 POST_UNINSTALL = :
135 build_triplet = @build@
136 host_triplet = @host@
137 subdir = .
138 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
139 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
140 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
141 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
142 $(top_srcdir)/configure.ac
143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
144 $(ACLOCAL_M4)
145 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
146 $(am__configure_deps) $(am__DIST_COMMON)
147 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
148 configure.lineno config.status.lineno
149 mkinstalldirs = $(install_sh) -d
150 CONFIG_HEADER = config.h
151 CONFIG_CLEAN_FILES =
152 CONFIG_CLEAN_VPATH_FILES =
153 AM_V_P = $(am__v_P_@AM_V@)
154 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
155 am__v_P_0 = false
156 am__v_P_1 = :
157 AM_V_GEN = $(am__v_GEN_@AM_V@)
158 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
159 am__v_GEN_0 = @echo " GEN " $@;
160 am__v_GEN_1 =
161 AM_V_at = $(am__v_at_@AM_V@)
162 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
163 am__v_at_0 = @
164 am__v_at_1 =
165 SOURCES =
166 DIST_SOURCES =
167 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
168 ctags-recursive dvi-recursive html-recursive info-recursive \
169 install-data-recursive install-dvi-recursive \
170 install-exec-recursive install-html-recursive \
171 install-info-recursive install-pdf-recursive \
172 install-ps-recursive install-recursive installcheck-recursive \
173 installdirs-recursive pdf-recursive ps-recursive \
174 tags-recursive uninstall-recursive
175 am__can_run_installinfo = \
176 case $$AM_UPDATE_INFO_DIR in \
177 n|no|NO) false;; \
178 *) (install-info --version) >/dev/null 2>&1;; \
179 esac
180 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
181 distclean-recursive maintainer-clean-recursive
182 am__recursive_targets = \
183 $(RECURSIVE_TARGETS) \
184 $(RECURSIVE_CLEAN_TARGETS) \
185 $(am__extra_recursive_targets)
186 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
187 cscope distdir distdir-am dist dist-all distcheck
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
189 $(LISP)config.h.in
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates. Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197 '
198 # Make sure the list of sources is unique. This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
206 ETAGS = etags
207 CTAGS = ctags
208 CSCOPE = cscope
209 DIST_SUBDIRS = $(SUBDIRS)
210 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
211 COPYING ChangeLog INSTALL NEWS README compile config.guess \
212 config.sub depcomp install-sh ltmain.sh missing ylwrap
213 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214 distdir = $(PACKAGE)-$(VERSION)
215 top_distdir = $(distdir)
216 am__remove_distdir = \
217 if test -d "$(distdir)"; then \
218 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
219 && rm -rf "$(distdir)" \
220 || { sleep 5 && rm -rf "$(distdir)"; }; \
221 else :; fi
222 am__post_remove_distdir = $(am__remove_distdir)
223 am__relativize = \
224 dir0=`pwd`; \
225 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
226 sed_rest='s,^[^/]*/*,,'; \
227 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
228 sed_butlast='s,/*[^/]*$$,,'; \
229 while test -n "$$dir1"; do \
230 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
231 if test "$$first" != "."; then \
232 if test "$$first" = ".."; then \
233 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
234 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
235 else \
236 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
237 if test "$$first2" = "$$first"; then \
238 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
239 else \
240 dir2="../$$dir2"; \
241 fi; \
242 dir0="$$dir0"/"$$first"; \
243 fi; \
244 fi; \
245 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
246 done; \
247 reldir="$$dir2"
248 DIST_ARCHIVES = $(distdir).tar.gz
249 GZIP_ENV = --best
250 DIST_TARGETS = dist-gzip
251 distuninstallcheck_listfiles = find . -type f -print
252 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
253 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
254 distcleancheck_listfiles = find . -type f -print
255 ACLOCAL = @ACLOCAL@
256 AMTAR = @AMTAR@
257 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258 AR = @AR@
259 AUTOCONF = @AUTOCONF@
260 AUTOHEADER = @AUTOHEADER@
261 AUTOMAKE = @AUTOMAKE@
262 AWK = @AWK@
263 CC = @CC@
264 CCDEPMODE = @CCDEPMODE@
265 CFLAGS = @CFLAGS@
266 CPP = @CPP@
267 CPPFLAGS = @CPPFLAGS@
268 CXX = @CXX@
269 CXXCPP = @CXXCPP@
270 CXXDEPMODE = @CXXDEPMODE@
271 CXXFLAGS = @CXXFLAGS@
272 CYGPATH_W = @CYGPATH_W@
273 DEFS = @DEFS@
274 DEPDIR = @DEPDIR@
275 DLLTOOL = @DLLTOOL@
276 DSYMUTIL = @DSYMUTIL@
277 DUMPBIN = @DUMPBIN@
278 ECHO_C = @ECHO_C@
279 ECHO_N = @ECHO_N@
280 ECHO_T = @ECHO_T@
281 EGREP = @EGREP@
282 EXEEXT = @EXEEXT@
283 FGREP = @FGREP@
284 GREP = @GREP@
285 HAVE_CKSUM = @HAVE_CKSUM@
286 HAVE_GZIP = @HAVE_GZIP@
287 HAVE_MD5SUM = @HAVE_MD5SUM@
288 HAVE_SHA1SUM = @HAVE_SHA1SUM@
289 HAVE_SHA224SUM = @HAVE_SHA224SUM@
290 INSTALL = @INSTALL@
291 INSTALL_DATA = @INSTALL_DATA@
292 INSTALL_PROGRAM = @INSTALL_PROGRAM@
293 INSTALL_SCRIPT = @INSTALL_SCRIPT@
294 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295 LD = @LD@
296 LDFLAGS = @LDFLAGS@
297 LEX = @LEX@
298 LEXLIB = @LEXLIB@
299 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
300 LIBOBJS = @LIBOBJS@
301 LIBS = @LIBS@
302 LIBTOOL = @LIBTOOL@
303 LIBTOOL_DEPS = @LIBTOOL_DEPS@
304 LIPO = @LIPO@
305 LN_S = @LN_S@
306 LTLIBOBJS = @LTLIBOBJS@
307 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308 MAKEINFO = @MAKEINFO@
309 MANIFEST_TOOL = @MANIFEST_TOOL@
310 MKDIR_P = @MKDIR_P@
311 NM = @NM@
312 NMEDIT = @NMEDIT@
313 OBJDUMP = @OBJDUMP@
314 OBJEXT = @OBJEXT@
315 OTOOL = @OTOOL@
316 OTOOL64 = @OTOOL64@
317 PACKAGE = @PACKAGE@
318 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
319 PACKAGE_NAME = @PACKAGE_NAME@
320 PACKAGE_STRING = @PACKAGE_STRING@
321 PACKAGE_TARNAME = @PACKAGE_TARNAME@
322 PACKAGE_URL = @PACKAGE_URL@
323 PACKAGE_VERSION = @PACKAGE_VERSION@
324 PATH_SEPARATOR = @PATH_SEPARATOR@
325 RANLIB = @RANLIB@
326 SED = @SED@
327 SET_MAKE = @SET_MAKE@
328 SHELL = @SHELL@
329 STRIP = @STRIP@
330 VERSION = @VERSION@
331 YACC = @YACC@
332 YFLAGS = @YFLAGS@
333 abs_builddir = @abs_builddir@
334 abs_srcdir = @abs_srcdir@
335 abs_top_builddir = @abs_top_builddir@
336 abs_top_srcdir = @abs_top_srcdir@
337 ac_ct_AR = @ac_ct_AR@
338 ac_ct_CC = @ac_ct_CC@
339 ac_ct_CXX = @ac_ct_CXX@
340 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
341 am__include = @am__include@
342 am__leading_dot = @am__leading_dot@
343 am__quote = @am__quote@
344 am__tar = @am__tar@
345 am__untar = @am__untar@
346 bindir = @bindir@
347 build = @build@
348 build_alias = @build_alias@
349 build_cpu = @build_cpu@
350 build_os = @build_os@
351 build_vendor = @build_vendor@
352 builddir = @builddir@
353 datadir = @datadir@
354 datarootdir = @datarootdir@
355 docdir = @docdir@
356 dvidir = @dvidir@
357 exec_prefix = @exec_prefix@
358 host = @host@
359 host_alias = @host_alias@
360 host_cpu = @host_cpu@
361 host_os = @host_os@
362 host_vendor = @host_vendor@
363 htmldir = @htmldir@
364 includedir = @includedir@
365 infodir = @infodir@
366 install_sh = @install_sh@
367 libdir = @libdir@
368 libexecdir = @libexecdir@
369 localedir = @localedir@
370 localstatedir = @localstatedir@
371 mandir = @mandir@
372 mkdir_p = @mkdir_p@
373 oldincludedir = @oldincludedir@
374 pdfdir = @pdfdir@
375 prefix = @prefix@
376 program_transform_name = @program_transform_name@
377 psdir = @psdir@
378 runstatedir = @runstatedir@
379 sbindir = @sbindir@
380 sharedstatedir = @sharedstatedir@
381 srcdir = @srcdir@
382 sysconfdir = @sysconfdir@
383 target_alias = @target_alias@
384 top_build_prefix = @top_build_prefix@
385 top_builddir = @top_builddir@
386 top_srcdir = @top_srcdir@
387 ACLOCAL_AMFLAGS = -I m4
388 SOURCEDIR := src
389 DOCDIR := doc
390 OLDDOCDIR := doc/old_doc
391 EXAMPLESDIR := examples
392 EXTRA_DIST = ChangeLog reconfig.sh
393 SUBDIRS = $(SOURCEDIR) $(DOCDIR) $(OLDDOCDIR) $(EXAMPLESDIR)
394 all: config.h
395 $(MAKE) $(AM_MAKEFLAGS) all-recursive
396
397 .SUFFIXES:
398 am--refresh: Makefile
399 @:
400 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
401 @for dep in $?; do \
402 case '$(am__configure_deps)' in \
403 *$$dep*) \
404 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
405 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
406 && exit 0; \
407 exit 1;; \
408 esac; \
409 done; \
410 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
411 $(am__cd) $(top_srcdir) && \
412 $(AUTOMAKE) --gnu Makefile
413 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
414 @case '$?' in \
415 *config.status*) \
416 echo ' $(SHELL) ./config.status'; \
417 $(SHELL) ./config.status;; \
418 *) \
419 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
420 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
421 esac;
422
423 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424 $(SHELL) ./config.status --recheck
425
426 $(top_srcdir)/configure: $(am__configure_deps)
427 $(am__cd) $(srcdir) && $(AUTOCONF)
428 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
429 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
430 $(am__aclocal_m4_deps):
431
432 config.h: stamp-h1
433 @test -f $@ || rm -f stamp-h1
434 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
435
436 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
437 @rm -f stamp-h1
438 cd $(top_builddir) && $(SHELL) ./config.status config.h
439 $(srcdir)/config.h.in: $(am__configure_deps)
440 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
441 rm -f stamp-h1
442 touch $@
443
444 distclean-hdr:
445 -rm -f config.h stamp-h1
446
447 mostlyclean-libtool:
448 -rm -f *.lo
449
450 clean-libtool:
451 -rm -rf .libs _libs
452
453 distclean-libtool:
454 -rm -f libtool config.lt
455
456 # This directory's subdirectories are mostly independent; you can cd
457 # into them and run 'make' without going through this Makefile.
458 # To change the values of 'make' variables: instead of editing Makefiles,
459 # (1) if the variable is set in 'config.status', edit 'config.status'
460 # (which will cause the Makefiles to be regenerated when you run 'make');
461 # (2) otherwise, pass the desired values on the 'make' command line.
462 $(am__recursive_targets):
463 @fail=; \
464 if $(am__make_keepgoing); then \
465 failcom='fail=yes'; \
466 else \
467 failcom='exit 1'; \
468 fi; \
469 dot_seen=no; \
470 target=`echo $@ | sed s/-recursive//`; \
471 case "$@" in \
472 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
473 *) list='$(SUBDIRS)' ;; \
474 esac; \
475 for subdir in $$list; do \
476 echo "Making $$target in $$subdir"; \
477 if test "$$subdir" = "."; then \
478 dot_seen=yes; \
479 local_target="$$target-am"; \
480 else \
481 local_target="$$target"; \
482 fi; \
483 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
484 || eval $$failcom; \
485 done; \
486 if test "$$dot_seen" = "no"; then \
487 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
488 fi; test -z "$$fail"
489
490 ID: $(am__tagged_files)
491 $(am__define_uniq_tagged_files); mkid -fID $$unique
492 tags: tags-recursive
493
494 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
495 set x; \
496 here=`pwd`; \
497 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
498 include_option=--etags-include; \
499 empty_fix=.; \
500 else \
501 include_option=--include; \
502 empty_fix=; \
503 fi; \
504 list='$(SUBDIRS)'; for subdir in $$list; do \
505 if test "$$subdir" = .; then :; else \
506 test ! -f $$subdir/TAGS || \
507 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
508 fi; \
509 done; \
510 $(am__define_uniq_tagged_files); \
511 shift; \
512 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
513 test -n "$$unique" || unique=$$empty_fix; \
514 if test $$# -gt 0; then \
515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516 "$$@" $$unique; \
517 else \
518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519 $$unique; \
520 fi; \
521 fi
522 ctags: ctags-recursive
523
524 CTAGS: ctags
525 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526 $(am__define_uniq_tagged_files); \
527 test -z "$(CTAGS_ARGS)$$unique" \
528 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529 $$unique
530
531 GTAGS:
532 here=`$(am__cd) $(top_builddir) && pwd` \
533 && $(am__cd) $(top_srcdir) \
534 && gtags -i $(GTAGS_ARGS) "$$here"
535 cscope: cscope.files
536 test ! -s cscope.files \
537 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
538 clean-cscope:
539 -rm -f cscope.files
540 cscope.files: clean-cscope cscopelist
541 cscopelist: cscopelist-recursive
542
543 cscopelist-am: $(am__tagged_files)
544 list='$(am__tagged_files)'; \
545 case "$(srcdir)" in \
546 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
547 *) sdir=$(subdir)/$(srcdir) ;; \
548 esac; \
549 for i in $$list; do \
550 if test -f "$$i"; then \
551 echo "$(subdir)/$$i"; \
552 else \
553 echo "$$sdir/$$i"; \
554 fi; \
555 done >> $(top_builddir)/cscope.files
556
557 distclean-tags:
558 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
559 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
560
561 distdir: $(BUILT_SOURCES)
562 $(MAKE) $(AM_MAKEFLAGS) distdir-am
563
564 distdir-am: $(DISTFILES)
565 $(am__remove_distdir)
566 test -d "$(distdir)" || mkdir "$(distdir)"
567 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569 list='$(DISTFILES)'; \
570 dist_files=`for file in $$list; do echo $$file; done | \
571 sed -e "s|^$$srcdirstrip/||;t" \
572 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
573 case $$dist_files in \
574 */*) $(MKDIR_P) `echo "$$dist_files" | \
575 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
576 sort -u` ;; \
577 esac; \
578 for file in $$dist_files; do \
579 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
580 if test -d $$d/$$file; then \
581 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
582 if test -d "$(distdir)/$$file"; then \
583 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584 fi; \
585 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
587 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588 fi; \
589 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590 else \
591 test -f "$(distdir)/$$file" \
592 || cp -p $$d/$$file "$(distdir)/$$file" \
593 || exit 1; \
594 fi; \
595 done
596 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597 if test "$$subdir" = .; then :; else \
598 $(am__make_dryrun) \
599 || test -d "$(distdir)/$$subdir" \
600 || $(MKDIR_P) "$(distdir)/$$subdir" \
601 || exit 1; \
602 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
603 $(am__relativize); \
604 new_distdir=$$reldir; \
605 dir1=$$subdir; dir2="$(top_distdir)"; \
606 $(am__relativize); \
607 new_top_distdir=$$reldir; \
608 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
609 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
610 ($(am__cd) $$subdir && \
611 $(MAKE) $(AM_MAKEFLAGS) \
612 top_distdir="$$new_top_distdir" \
613 distdir="$$new_distdir" \
614 am__remove_distdir=: \
615 am__skip_length_check=: \
616 am__skip_mode_fix=: \
617 distdir) \
618 || exit 1; \
619 fi; \
620 done
621 -test -n "$(am__skip_mode_fix)" \
622 || find "$(distdir)" -type d ! -perm -755 \
623 -exec chmod u+rwx,go+rx {} \; -o \
624 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
625 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
626 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
627 || chmod -R a+r "$(distdir)"
628 dist-gzip: distdir
629 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
630 $(am__post_remove_distdir)
631
632 dist-bzip2: distdir
633 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
634 $(am__post_remove_distdir)
635
636 dist-lzip: distdir
637 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
638 $(am__post_remove_distdir)
639
640 dist-xz: distdir
641 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
642 $(am__post_remove_distdir)
643
644 dist-tarZ: distdir
645 @echo WARNING: "Support for distribution archives compressed with" \
646 "legacy program 'compress' is deprecated." >&2
647 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
648 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
649 $(am__post_remove_distdir)
650
651 dist-shar: distdir
652 @echo WARNING: "Support for shar distribution archives is" \
653 "deprecated." >&2
654 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
655 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
656 $(am__post_remove_distdir)
657
658 dist-zip: distdir
659 -rm -f $(distdir).zip
660 zip -rq $(distdir).zip $(distdir)
661 $(am__post_remove_distdir)
662
663 dist dist-all:
664 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
665 $(am__post_remove_distdir)
666
667 # This target untars the dist file and tries a VPATH configuration. Then
668 # it guarantees that the distribution is self-contained by making another
669 # tarfile.
670 distcheck: dist
671 case '$(DIST_ARCHIVES)' in \
672 *.tar.gz*) \
673 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
674 *.tar.bz2*) \
675 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
676 *.tar.lz*) \
677 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
678 *.tar.xz*) \
679 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
680 *.tar.Z*) \
681 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
682 *.shar.gz*) \
683 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
684 *.zip*) \
685 unzip $(distdir).zip ;;\
686 esac
687 chmod -R a-w $(distdir)
688 chmod u+w $(distdir)
689 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
690 chmod a-w $(distdir)
691 test -d $(distdir)/_build || exit 0; \
692 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
693 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
694 && am__cwd=`pwd` \
695 && $(am__cd) $(distdir)/_build/sub \
696 && ../../configure \
697 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
698 $(DISTCHECK_CONFIGURE_FLAGS) \
699 --srcdir=../.. --prefix="$$dc_install_base" \
700 && $(MAKE) $(AM_MAKEFLAGS) \
701 && $(MAKE) $(AM_MAKEFLAGS) dvi \
702 && $(MAKE) $(AM_MAKEFLAGS) check \
703 && $(MAKE) $(AM_MAKEFLAGS) install \
704 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
705 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
706 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
707 distuninstallcheck \
708 && chmod -R a-w "$$dc_install_base" \
709 && ({ \
710 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
712 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
713 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
714 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
715 } || { rm -rf "$$dc_destdir"; exit 1; }) \
716 && rm -rf "$$dc_destdir" \
717 && $(MAKE) $(AM_MAKEFLAGS) dist \
718 && rm -rf $(DIST_ARCHIVES) \
719 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
720 && cd "$$am__cwd" \
721 || exit 1
722 $(am__post_remove_distdir)
723 @(echo "$(distdir) archives ready for distribution: "; \
724 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
725 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
726 distuninstallcheck:
727 @test -n '$(distuninstallcheck_dir)' || { \
728 echo 'ERROR: trying to run $@ with an empty' \
729 '$$(distuninstallcheck_dir)' >&2; \
730 exit 1; \
731 }; \
732 $(am__cd) '$(distuninstallcheck_dir)' || { \
733 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
734 exit 1; \
735 }; \
736 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
737 || { echo "ERROR: files left after uninstall:" ; \
738 if test -n "$(DESTDIR)"; then \
739 echo " (check DESTDIR support)"; \
740 fi ; \
741 $(distuninstallcheck_listfiles) ; \
742 exit 1; } >&2
743 distcleancheck: distclean
744 @if test '$(srcdir)' = . ; then \
745 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
746 exit 1 ; \
747 fi
748 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
749 || { echo "ERROR: files left in build directory after distclean:" ; \
750 $(distcleancheck_listfiles) ; \
751 exit 1; } >&2
752 check-am: all-am
753 check: check-recursive
754 all-am: Makefile config.h
755 installdirs: installdirs-recursive
756 installdirs-am:
757 install: install-recursive
758 install-exec: install-exec-recursive
759 install-data: install-data-recursive
760 uninstall: uninstall-recursive
761
762 install-am: all-am
763 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
764
765 installcheck: installcheck-recursive
766 install-strip:
767 if test -z '$(STRIP)'; then \
768 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
770 install; \
771 else \
772 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
774 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
775 fi
776 mostlyclean-generic:
777
778 clean-generic:
779
780 distclean-generic:
781 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
782 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
783
784 maintainer-clean-generic:
785 @echo "This command is intended for maintainers to use"
786 @echo "it deletes files that may require special tools to rebuild."
787 clean: clean-recursive
788
789 clean-am: clean-generic clean-libtool mostlyclean-am
790
791 distclean: distclean-recursive
792 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
793 -rm -f Makefile
794 distclean-am: clean-am distclean-generic distclean-hdr \
795 distclean-libtool distclean-tags
796
797 dvi: dvi-recursive
798
799 dvi-am:
800
801 html: html-recursive
802
803 html-am:
804
805 info-am:
806
807 install-data-am:
808
809 install-dvi: install-dvi-recursive
810
811 install-dvi-am:
812
813 install-exec-am:
814
815 install-html: install-html-recursive
816
817 install-html-am:
818
819 install-info: install-info-recursive
820
821 install-info-am:
822
823 install-man:
824
825 install-pdf: install-pdf-recursive
826
827 install-pdf-am:
828
829 install-ps: install-ps-recursive
830
831 install-ps-am:
832
833 installcheck-am:
834
835 maintainer-clean: maintainer-clean-recursive
836 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
837 -rm -rf $(top_srcdir)/autom4te.cache
838 -rm -f Makefile
839 maintainer-clean-am: distclean-am maintainer-clean-generic
840
841 mostlyclean: mostlyclean-recursive
842
843 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
844
845 pdf: pdf-recursive
846
847 pdf-am:
848
849 ps-am:
850
851 uninstall-am:
852
853 .MAKE: $(am__recursive_targets) all install-am install-strip
854
855 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
856 am--refresh check check-am clean clean-cscope clean-generic \
857 clean-libtool cscope cscopelist-am ctags ctags-am dist \
858 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
859 dist-xz dist-zip distcheck distclean distclean-generic \
860 distclean-hdr distclean-libtool distclean-tags distcleancheck \
861 distdir distuninstallcheck dvi dvi-am html html-am info \
862 info-am install install-am install-data install-data-am \
863 install-dvi install-dvi-am install-exec install-exec-am \
864 install-html install-html-am install-info install-info-am \
865 install-man install-pdf install-pdf-am install-ps \
866 install-ps-am install-strip installcheck installcheck-am \
867 installdirs installdirs-am maintainer-clean \
868 maintainer-clean-generic mostlyclean mostlyclean-generic \
869 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
870 uninstall-am
871
872 .PRECIOUS: Makefile
873
874
875 export SOURCEDIR
876 export DOCDIR
877 export OLDDOCDIR
878 export EXAMPLESDIR
879
880 vpath %.web $(SOURCEDIR)
881 vpath %.h $(SOURCEDIR)
882 vpath %.c $(SOURCEDIR)
883 vpath %.o $(SOURCEDIR)
884
885 .DELETE_ON_ERROR :
886
887 .PHONY: dummy
888 dummy:
889 echo "distdir = $(distdir)"
890 $(MAKE) dummy -C $(SOURCEDIR)
891
892 .PHONY: info
893 info:
894 @echo "info in 3DLDF-<Version>/Makefile.am."
895 $(MAKE) info -C $(SOURCEDIR)
896
897 .PHONY: info-recursive
898 info-recursive:
899 @echo "info-recursive in 3DLDF-<Version>/Makefile.am."
900 $(MAKE) info-recursive -C $(SOURCEDIR)
901
902 .PHONY : 3dldf
903 3dldf :
904 $(MAKE) 3dldf -C $(SOURCEDIR)
905
906 .PHONY : ps
907 ps :
908 @echo Running \"make ps\" in $(SOURCEDIR)
909 $(MAKE) ps -C $(SOURCEDIR)
910
911 .PHONY : 3DLDFput.mp
912 3DLDFput.mp:
913 @echo Running \"make 3DLDFput.mp\" in $(SOURCEDIR)
914 $(MAKE) 3DLDFput.mp -C $(SOURCEDIR)
915
916 .PHONY : ldf
917 ldf : 3DLDFput.mp
918 @echo Running \"make ldf\" in $(SOURCEDIR)
919 $(MAKE) ldf -C $(SOURCEDIR)
920
921 .PHONY : 3
922 3 :
923 @echo Running \"make 3\" in $(SOURCEDIR)
924 $(MAKE) 3 -C $(SOURCEDIR)
925
926 .PHONY : mp
927 mp :
928 @echo Running \"make mp\" in $(SOURCEDIR)
929 $(MAKE) mp -C $(SOURCEDIR)
930
931 .PHONY : run
932 run:
933 @echo Running \"make run\" in $(SOURCEDIR)
934 $(MAKE) run -C $(SOURCEDIR)
935
936 .PHONY : purge
937 purge:
938 $(MAKE) purge -C $(SOURCEDIR)
939 @echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)."
940 -rm -f $(distdir).tar.gz
941
942 TAGS :
943 $(MAKE) TAGS -C $(SOURCEDIR)
944
945 .PHONY: query
946
947 query:
948 echo "libdir = $(libdir)"
949 echo "SOURCEDIR = $(SOURCEDIR)"
950
951 # Tell versions [3.59,3.63) of GNU make to not export all variables.
952 # Otherwise a system limit (for SysV at least) may be exceeded.
953 .NOEXPORT:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26