One more check on valid display which is known to be in the startup
[xcircuit.git] / spiceparser / Makefile.in
blobda72a1b0b6728faaa8417c269691e42daab72b88
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 target_triplet = @target@
82 subdir = spiceparser
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/mkinstalldirs
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 am__aclocal_m4_deps = $(top_srcdir)/configure.in
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90 CONFIG_CLEAN_FILES =
91 CONFIG_CLEAN_VPATH_FILES =
92 LIBRARIES = $(noinst_LIBRARIES)
93 AR = ar
94 ARFLAGS = cru
95 AM_V_AR = $(am__v_AR_@AM_V@)
96 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
97 am__v_AR_0 = @echo " AR " $@;
98 am__v_AR_1 =
99 libspiceparser_a_AR = $(AR) $(ARFLAGS)
100 libspiceparser_a_LIBADD =
101 am_libspiceparser_a_OBJECTS = bitlist.$(OBJEXT) eqn.$(OBJEXT) \
102 eqnlist.$(OBJEXT) equations.$(OBJEXT) hash.$(OBJEXT) \
103 list.$(OBJEXT) list_search.$(OBJEXT) memory.$(OBJEXT) \
104 mergedup.$(OBJEXT) names.$(OBJEXT) netlist.$(OBJEXT) \
105 netlist_dev.$(OBJEXT) netlist_extract.$(OBJEXT) \
106 netlist_funcs.$(OBJEXT) netlist_lib.$(OBJEXT) \
107 netlist_spice.$(OBJEXT) netlist_template.$(OBJEXT) \
108 scanner.$(OBJEXT) sort.$(OBJEXT) xcircspice.$(OBJEXT)
109 libspiceparser_a_OBJECTS = $(am_libspiceparser_a_OBJECTS)
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 DEFAULT_INCLUDES = -I.@am__isrc@
123 depcomp =
124 am__depfiles_maybe =
125 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 AM_V_CC = $(am__v_CC_@AM_V@)
128 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
129 am__v_CC_0 = @echo " CC " $@;
130 am__v_CC_1 =
131 CCLD = $(CC)
132 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
133 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
134 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
135 am__v_CCLD_0 = @echo " CCLD " $@;
136 am__v_CCLD_1 =
137 SOURCES = $(libspiceparser_a_SOURCES)
138 DIST_SOURCES = $(libspiceparser_a_SOURCES)
139 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140 ctags-recursive dvi-recursive html-recursive info-recursive \
141 install-data-recursive install-dvi-recursive \
142 install-exec-recursive install-html-recursive \
143 install-info-recursive install-pdf-recursive \
144 install-ps-recursive install-recursive installcheck-recursive \
145 installdirs-recursive pdf-recursive ps-recursive \
146 tags-recursive uninstall-recursive
147 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \
151 esac
152 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
153 distclean-recursive maintainer-clean-recursive
154 am__recursive_targets = \
155 $(RECURSIVE_TARGETS) \
156 $(RECURSIVE_CLEAN_TARGETS) \
157 $(am__extra_recursive_targets)
158 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
159 distdir
160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161 # Read a list of newline-separated strings from the standard input,
162 # and print each of them once, without duplicates. Input order is
163 # *not* preserved.
164 am__uniquify_input = $(AWK) '\
165 BEGIN { nonempty = 0; } \
166 { items[$$0] = 1; nonempty = 1; } \
167 END { if (nonempty) { for (i in items) print i; }; } \
169 # Make sure the list of sources is unique. This is necessary because,
170 # e.g., the same source file might be shared among _SOURCES variables
171 # for different programs/libraries.
172 am__define_uniq_tagged_files = \
173 list='$(am__tagged_files)'; \
174 unique=`for i in $$list; do \
175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176 done | $(am__uniquify_input)`
177 ETAGS = etags
178 CTAGS = ctags
179 DIST_SUBDIRS = $(SUBDIRS)
180 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181 am__relativize = \
182 dir0=`pwd`; \
183 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
184 sed_rest='s,^[^/]*/*,,'; \
185 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
186 sed_butlast='s,/*[^/]*$$,,'; \
187 while test -n "$$dir1"; do \
188 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
189 if test "$$first" != "."; then \
190 if test "$$first" = ".."; then \
191 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
192 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
193 else \
194 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
195 if test "$$first2" = "$$first"; then \
196 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
197 else \
198 dir2="../$$dir2"; \
199 fi; \
200 dir0="$$dir0"/"$$first"; \
201 fi; \
202 fi; \
203 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
204 done; \
205 reldir="$$dir2"
206 ACLOCAL = @ACLOCAL@
207 ALL_TARGET = @ALL_TARGET@
208 AMTAR = @AMTAR@
209 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210 AUTOCONF = @AUTOCONF@
211 AUTOHEADER = @AUTOHEADER@
212 AUTOMAKE = @AUTOMAKE@
213 AWK = @AWK@
214 CC = @CC@
215 CCDEPMODE = @CCDEPMODE@
216 CFLAGS = @CFLAGS@
217 CPP = @CPP@
218 CPPFLAGS = @CPPFLAGS@
219 CYGPATH_W = @CYGPATH_W@
220 DEFS = @DEFS@
221 DEPDIR = @DEPDIR@
222 DIST_DIR = @DIST_DIR@
223 ECHO_C = @ECHO_C@
224 ECHO_N = @ECHO_N@
225 ECHO_T = @ECHO_T@
226 EGREP = @EGREP@
227 EXEEXT = @EXEEXT@
228 EXTRA_LIB_SPECS = @EXTRA_LIB_SPECS@
229 GREP = @GREP@
230 GS_EXEC = @GS_EXEC@
231 GS_LIBS = @GS_LIBS@
232 HAVE_LGF = @HAVE_LGF@
233 INC_SPECS = @INC_SPECS@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 INSTALL_TARGET = @INSTALL_TARGET@
240 INTERPRETER = @INTERPRETER@
241 INTERP_PATH = @INTERP_PATH@
242 LD = @LD@
243 LDDL_FLAGS = @LDDL_FLAGS@
244 LDFLAGS = @LDFLAGS@
245 LD_RUN_PATH = @LD_RUN_PATH@
246 LIBOBJS = @LIBOBJS@
247 LIBS = @LIBS@
248 LIB_SPECS = @LIB_SPECS@
249 LTLIBOBJS = @LTLIBOBJS@
250 M4 = @M4@
251 MAKEINFO = @MAKEINFO@
252 MKDIR_P = @MKDIR_P@
253 OBJEXT = @OBJEXT@
254 PACKAGE = @PACKAGE@
255 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256 PACKAGE_NAME = @PACKAGE_NAME@
257 PACKAGE_STRING = @PACKAGE_STRING@
258 PACKAGE_TARNAME = @PACKAGE_TARNAME@
259 PACKAGE_URL = @PACKAGE_URL@
260 PACKAGE_VERSION = @PACKAGE_VERSION@
261 PATH_SEPARATOR = @PATH_SEPARATOR@
262 PKG_CONFIG = @PKG_CONFIG@
263 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265 PYTHON = @PYTHON@
266 RANLIB = @RANLIB@
267 REVISION = @REVISION@
268 SET_MAKE = @SET_MAKE@
269 SHDLIB_EXT = @SHDLIB_EXT@
270 SHELL = @SHELL@
271 SHLIB_LD = @SHLIB_LD@
272 SHLIB_LIB_SPECS = @SHLIB_LIB_SPECS@
273 SPICE_EXEC = @SPICE_EXEC@
274 STARTUP_FILE = @STARTUP_FILE@
275 STDLIBS = @STDLIBS@
276 STRIP = @STRIP@
277 SUBDIRS =
278 SUBLIB =
279 TCL_LIB_DIR = @TCL_LIB_DIR@
280 VERSION = @VERSION@
281 WISH_EXE = @WISH_EXE@
282 WRAPPER_SCRIPT = @WRAPPER_SCRIPT@
283 XCIRCUIT_TARGET = @XCIRCUIT_TARGET@
284 XMKMF = @XMKMF@
285 X_CFLAGS = @X_CFLAGS@
286 X_EXTRA_LIBS = @X_EXTRA_LIBS@
287 X_LIBS = @X_LIBS@
288 X_PRE_LIBS = @X_PRE_LIBS@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_CC = @ac_ct_CC@
294 am__include = @am__include@
295 am__leading_dot = @am__leading_dot@
296 am__quote = @am__quote@
297 am__tar = @am__tar@
298 am__untar = @am__untar@
299 bindir = @bindir@
300 build = @build@
301 build_alias = @build_alias@
302 build_cpu = @build_cpu@
303 build_os = @build_os@
304 build_vendor = @build_vendor@
305 builddir = @builddir@
306 cairo_CFLAGS = @cairo_CFLAGS@
307 cairo_LIBS = @cairo_LIBS@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 fontconfig_CFLAGS = @fontconfig_CFLAGS@
314 fontconfig_LIBS = @fontconfig_LIBS@
315 host = @host@
316 host_alias = @host_alias@
317 host_cpu = @host_cpu@
318 host_os = @host_os@
319 host_vendor = @host_vendor@
320 htmldir = @htmldir@
321 includedir = @includedir@
322 infodir = @infodir@
323 install_sh = @install_sh@
324 libdir = @libdir@
325 libexecdir = @libexecdir@
326 localedir = @localedir@
327 localstatedir = @localstatedir@
328 mandir = @mandir@
329 mkdir_p = @mkdir_p@
330 oldincludedir = @oldincludedir@
331 pdfdir = @pdfdir@
332 prefix = @prefix@
333 program_transform_name = @program_transform_name@
334 psdir = @psdir@
335 sbindir = @sbindir@
336 sharedstatedir = @sharedstatedir@
337 srcdir = @srcdir@
338 sysconfdir = @sysconfdir@
339 target = @target@
340 target_alias = @target_alias@
341 target_cpu = @target_cpu@
342 target_os = @target_os@
343 target_vendor = @target_vendor@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 AUTOMAKE_OPTIONS = foreign no-dependencies
348 EXTRA_DIST =
349 INCLUDES = -I.. ${INC_SPECS}
351 # Requirements for spiceparser library
352 noinst_LIBRARIES = libspiceparser.a
353 libspiceparser_a_SOURCES = \
354 bitlist.c eqn.c eqnlist.c equations.c hash.c list.c list_search.c \
355 memory.c mergedup.c names.c netlist.c netlist_dev.c netlist_extract.c \
356 netlist_funcs.c netlist_lib.c netlist_spice.c netlist_template.c \
357 scanner.c sort.c xcircspice.c
359 all: all-recursive
361 .SUFFIXES:
362 .SUFFIXES: .c .o .obj
363 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
364 @for dep in $?; do \
365 case '$(am__configure_deps)' in \
366 *$$dep*) \
367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368 && { if test -f $@; then exit 0; else break; fi; }; \
369 exit 1;; \
370 esac; \
371 done; \
372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign spiceparser/Makefile'; \
373 $(am__cd) $(top_srcdir) && \
374 $(AUTOMAKE) --foreign spiceparser/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377 @case '$?' in \
378 *config.status*) \
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380 *) \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383 esac;
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(top_srcdir)/configure: $(am__configure_deps)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392 $(am__aclocal_m4_deps):
394 clean-noinstLIBRARIES:
395 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
397 libspiceparser.a: $(libspiceparser_a_OBJECTS) $(libspiceparser_a_DEPENDENCIES) $(EXTRA_libspiceparser_a_DEPENDENCIES)
398 $(AM_V_at)-rm -f libspiceparser.a
399 $(AM_V_AR)$(libspiceparser_a_AR) libspiceparser.a $(libspiceparser_a_OBJECTS) $(libspiceparser_a_LIBADD)
400 $(AM_V_at)$(RANLIB) libspiceparser.a
402 mostlyclean-compile:
403 -rm -f *.$(OBJEXT)
405 distclean-compile:
406 -rm -f *.tab.c
408 .c.o:
409 $(AM_V_CC)$(COMPILE) -c -o $@ $<
411 .c.obj:
412 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
414 # This directory's subdirectories are mostly independent; you can cd
415 # into them and run 'make' without going through this Makefile.
416 # To change the values of 'make' variables: instead of editing Makefiles,
417 # (1) if the variable is set in 'config.status', edit 'config.status'
418 # (which will cause the Makefiles to be regenerated when you run 'make');
419 # (2) otherwise, pass the desired values on the 'make' command line.
420 $(am__recursive_targets):
421 @fail=; \
422 if $(am__make_keepgoing); then \
423 failcom='fail=yes'; \
424 else \
425 failcom='exit 1'; \
426 fi; \
427 dot_seen=no; \
428 target=`echo $@ | sed s/-recursive//`; \
429 case "$@" in \
430 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
431 *) list='$(SUBDIRS)' ;; \
432 esac; \
433 for subdir in $$list; do \
434 echo "Making $$target in $$subdir"; \
435 if test "$$subdir" = "."; then \
436 dot_seen=yes; \
437 local_target="$$target-am"; \
438 else \
439 local_target="$$target"; \
440 fi; \
441 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
442 || eval $$failcom; \
443 done; \
444 if test "$$dot_seen" = "no"; then \
445 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
446 fi; test -z "$$fail"
448 ID: $(am__tagged_files)
449 $(am__define_uniq_tagged_files); mkid -fID $$unique
450 tags: tags-recursive
451 TAGS: tags
453 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
454 set x; \
455 here=`pwd`; \
456 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
457 include_option=--etags-include; \
458 empty_fix=.; \
459 else \
460 include_option=--include; \
461 empty_fix=; \
462 fi; \
463 list='$(SUBDIRS)'; for subdir in $$list; do \
464 if test "$$subdir" = .; then :; else \
465 test ! -f $$subdir/TAGS || \
466 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
467 fi; \
468 done; \
469 $(am__define_uniq_tagged_files); \
470 shift; \
471 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
472 test -n "$$unique" || unique=$$empty_fix; \
473 if test $$# -gt 0; then \
474 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
475 "$$@" $$unique; \
476 else \
477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478 $$unique; \
479 fi; \
481 ctags: ctags-recursive
483 CTAGS: ctags
484 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
485 $(am__define_uniq_tagged_files); \
486 test -z "$(CTAGS_ARGS)$$unique" \
487 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488 $$unique
490 GTAGS:
491 here=`$(am__cd) $(top_builddir) && pwd` \
492 && $(am__cd) $(top_srcdir) \
493 && gtags -i $(GTAGS_ARGS) "$$here"
494 cscopelist: cscopelist-recursive
496 cscopelist-am: $(am__tagged_files)
497 list='$(am__tagged_files)'; \
498 case "$(srcdir)" in \
499 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
500 *) sdir=$(subdir)/$(srcdir) ;; \
501 esac; \
502 for i in $$list; do \
503 if test -f "$$i"; then \
504 echo "$(subdir)/$$i"; \
505 else \
506 echo "$$sdir/$$i"; \
507 fi; \
508 done >> $(top_builddir)/cscope.files
510 distclean-tags:
511 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513 distdir: $(DISTFILES)
514 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 list='$(DISTFILES)'; \
517 dist_files=`for file in $$list; do echo $$file; done | \
518 sed -e "s|^$$srcdirstrip/||;t" \
519 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
520 case $$dist_files in \
521 */*) $(MKDIR_P) `echo "$$dist_files" | \
522 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523 sort -u` ;; \
524 esac; \
525 for file in $$dist_files; do \
526 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
527 if test -d $$d/$$file; then \
528 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
529 if test -d "$(distdir)/$$file"; then \
530 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
531 fi; \
532 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
534 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
535 fi; \
536 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
537 else \
538 test -f "$(distdir)/$$file" \
539 || cp -p $$d/$$file "$(distdir)/$$file" \
540 || exit 1; \
541 fi; \
542 done
543 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544 if test "$$subdir" = .; then :; else \
545 $(am__make_dryrun) \
546 || test -d "$(distdir)/$$subdir" \
547 || $(MKDIR_P) "$(distdir)/$$subdir" \
548 || exit 1; \
549 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
550 $(am__relativize); \
551 new_distdir=$$reldir; \
552 dir1=$$subdir; dir2="$(top_distdir)"; \
553 $(am__relativize); \
554 new_top_distdir=$$reldir; \
555 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
556 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
557 ($(am__cd) $$subdir && \
558 $(MAKE) $(AM_MAKEFLAGS) \
559 top_distdir="$$new_top_distdir" \
560 distdir="$$new_distdir" \
561 am__remove_distdir=: \
562 am__skip_length_check=: \
563 am__skip_mode_fix=: \
564 distdir) \
565 || exit 1; \
566 fi; \
567 done
568 check-am: all-am
569 check: check-recursive
570 all-am: Makefile $(LIBRARIES)
571 installdirs: installdirs-recursive
572 installdirs-am:
573 install: install-recursive
574 install-exec: install-exec-recursive
575 install-data: install-data-recursive
576 uninstall: uninstall-recursive
578 install-am: all-am
579 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581 installcheck: installcheck-recursive
582 install-strip:
583 if test -z '$(STRIP)'; then \
584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586 install; \
587 else \
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
592 mostlyclean-generic:
594 clean-generic:
596 distclean-generic:
597 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
598 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
600 maintainer-clean-generic:
601 @echo "This command is intended for maintainers to use"
602 @echo "it deletes files that may require special tools to rebuild."
603 clean: clean-recursive
605 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
607 distclean: distclean-recursive
608 -rm -f Makefile
609 distclean-am: clean-am distclean-compile distclean-generic \
610 distclean-tags
612 dvi: dvi-recursive
614 dvi-am:
616 html: html-recursive
618 html-am:
620 info: info-recursive
622 info-am:
624 install-data-am:
626 install-dvi: install-dvi-recursive
628 install-dvi-am:
630 install-exec-am:
632 install-html: install-html-recursive
634 install-html-am:
636 install-info: install-info-recursive
638 install-info-am:
640 install-man:
642 install-pdf: install-pdf-recursive
644 install-pdf-am:
646 install-ps: install-ps-recursive
648 install-ps-am:
650 installcheck-am:
652 maintainer-clean: maintainer-clean-recursive
653 -rm -f Makefile
654 maintainer-clean-am: distclean-am maintainer-clean-generic
656 mostlyclean: mostlyclean-recursive
658 mostlyclean-am: mostlyclean-compile mostlyclean-generic
660 pdf: pdf-recursive
662 pdf-am:
664 ps: ps-recursive
666 ps-am:
668 uninstall-am:
670 .MAKE: $(am__recursive_targets) install-am install-strip
672 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
673 check-am clean clean-generic clean-noinstLIBRARIES \
674 cscopelist-am ctags ctags-am distclean distclean-compile \
675 distclean-generic distclean-tags distdir dvi dvi-am html \
676 html-am info info-am install install-am install-data \
677 install-data-am install-dvi install-dvi-am install-exec \
678 install-exec-am install-html install-html-am install-info \
679 install-info-am install-man install-pdf install-pdf-am \
680 install-ps install-ps-am install-strip installcheck \
681 installcheck-am installdirs installdirs-am maintainer-clean \
682 maintainer-clean-generic mostlyclean mostlyclean-compile \
683 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
684 uninstall-am
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: