Corrected a long-standing error in which ending text with a literal
[xcircuit.git] / spiceparser / Makefile
blob63e188a0cca0ed562efc2f1adc8a226f66608a81
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # spiceparser/Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994-2020 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.
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/xcircuit
74 pkgincludedir = $(includedir)/xcircuit
75 pkglibdir = $(libdir)/xcircuit
76 pkglibexecdir = $(libexecdir)/xcircuit
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = x86_64-pc-linux-gnu
90 host_triplet = x86_64-pc-linux-gnu
91 target_triplet = x86_64-pc-linux-gnu
92 subdir = spiceparser
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/configure.in
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 LIBRARIES = $(noinst_LIBRARIES)
102 AR = ar
103 ARFLAGS = cru
104 AM_V_AR = $(am__v_AR_$(V))
105 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
106 am__v_AR_0 = @echo " AR " $@;
107 am__v_AR_1 =
108 libspiceparser_a_AR = $(AR) $(ARFLAGS)
109 libspiceparser_a_LIBADD =
110 am_libspiceparser_a_OBJECTS = bitlist.$(OBJEXT) eqn.$(OBJEXT) \
111 eqnlist.$(OBJEXT) equations.$(OBJEXT) hash.$(OBJEXT) \
112 list.$(OBJEXT) list_search.$(OBJEXT) memory.$(OBJEXT) \
113 mergedup.$(OBJEXT) names.$(OBJEXT) netlist.$(OBJEXT) \
114 netlist_dev.$(OBJEXT) netlist_extract.$(OBJEXT) \
115 netlist_funcs.$(OBJEXT) netlist_lib.$(OBJEXT) \
116 netlist_spice.$(OBJEXT) netlist_template.$(OBJEXT) \
117 scanner.$(OBJEXT) sort.$(OBJEXT) xcircspice.$(OBJEXT)
118 libspiceparser_a_OBJECTS = $(am_libspiceparser_a_OBJECTS)
119 AM_V_P = $(am__v_P_$(V))
120 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
121 am__v_P_0 = false
122 am__v_P_1 = :
123 AM_V_GEN = $(am__v_GEN_$(V))
124 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125 am__v_GEN_0 = @echo " GEN " $@;
126 am__v_GEN_1 =
127 AM_V_at = $(am__v_at_$(V))
128 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
129 am__v_at_0 = @
130 am__v_at_1 =
131 DEFAULT_INCLUDES = -I.
132 depcomp =
133 am__maybe_remake_depfiles =
134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136 AM_V_CC = $(am__v_CC_$(V))
137 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
138 am__v_CC_0 = @echo " CC " $@;
139 am__v_CC_1 =
140 CCLD = $(CC)
141 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
142 AM_V_CCLD = $(am__v_CCLD_$(V))
143 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
144 am__v_CCLD_0 = @echo " CCLD " $@;
145 am__v_CCLD_1 =
146 SOURCES = $(libspiceparser_a_SOURCES)
147 DIST_SOURCES = $(libspiceparser_a_SOURCES)
148 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
149 ctags-recursive dvi-recursive html-recursive info-recursive \
150 install-data-recursive install-dvi-recursive \
151 install-exec-recursive install-html-recursive \
152 install-info-recursive install-pdf-recursive \
153 install-ps-recursive install-recursive installcheck-recursive \
154 installdirs-recursive pdf-recursive ps-recursive \
155 tags-recursive uninstall-recursive
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
158 n|no|NO) false;; \
159 *) (install-info --version) >/dev/null 2>&1;; \
160 esac
161 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162 distclean-recursive maintainer-clean-recursive
163 am__recursive_targets = \
164 $(RECURSIVE_TARGETS) \
165 $(RECURSIVE_CLEAN_TARGETS) \
166 $(am__extra_recursive_targets)
167 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168 distdir distdir-am
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates. Input order is
172 # *not* preserved.
173 am__uniquify_input = $(AWK) '\
174 BEGIN { nonempty = 0; } \
175 { items[$$0] = 1; nonempty = 1; } \
176 END { if (nonempty) { for (i in items) print i; }; } \
178 # Make sure the list of sources is unique. This is necessary because,
179 # e.g., the same source file might be shared among _SOURCES variables
180 # for different programs/libraries.
181 am__define_uniq_tagged_files = \
182 list='$(am__tagged_files)'; \
183 unique=`for i in $$list; do \
184 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185 done | $(am__uniquify_input)`
186 ETAGS = etags
187 CTAGS = ctags
188 DIST_SUBDIRS = $(SUBDIRS)
189 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 am__relativize = \
192 dir0=`pwd`; \
193 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
194 sed_rest='s,^[^/]*/*,,'; \
195 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
196 sed_butlast='s,/*[^/]*$$,,'; \
197 while test -n "$$dir1"; do \
198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
199 if test "$$first" != "."; then \
200 if test "$$first" = ".."; then \
201 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
202 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
203 else \
204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205 if test "$$first2" = "$$first"; then \
206 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
207 else \
208 dir2="../$$dir2"; \
209 fi; \
210 dir0="$$dir0"/"$$first"; \
211 fi; \
212 fi; \
213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
214 done; \
215 reldir="$$dir2"
216 ACLOCAL = aclocal-1.16
217 ALL_TARGET = all-recursive
218 AMTAR = $${TAR-tar}
219 AM_DEFAULT_VERBOSITY = 1
220 AUTOCONF = autoconf
221 AUTOHEADER = autoheader
222 AUTOMAKE = automake-1.16
223 AWK = gawk
224 CC = gcc
225 CCDEPMODE = depmode=none
226 CFLAGS = -g -Wno-pointer-sign -fPIC
227 CPP = gcc -E
228 CPPFLAGS =
229 CYGPATH_W = echo
230 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xcircuit\" -DVERSION=\"3.10\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DHAVE_LIBXT=1 -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBZ=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DHAVE_U_CHAR=1 -DHAVE_X11_XPM_H=1 -DHAVE_XPM=1 -DHAVE_CAIRO=1 -DLGF=1 -DINPUT_FOCUS=1 -DGS_EXEC=\"gs\" -DSPICE_EXEC=\"ngspice\" -DTCL_WRAPPER=1
231 DEPDIR = .deps
232 DIST_DIR = ${exec_prefix}
233 ECHO_C =
234 ECHO_N = -n
235 ECHO_T =
236 EGREP = /bin/grep -E
237 EXEEXT =
238 EXTRA_LIB_SPECS = -lm
239 GREP = /bin/grep
240 GS_EXEC = gs
241 GS_LIBS =
242 HAVE_LGF = LGF
243 INC_SPECS = -I/usr/include -I/usr/include
244 INSTALL = /bin/install -c
245 INSTALL_DATA = ${INSTALL} -m 644
246 INSTALL_PROGRAM = ${INSTALL}
247 INSTALL_SCRIPT = ${INSTALL}
248 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
249 INSTALL_TARGET = install-recursive
250 INTERPRETER = TCL
251 INTERP_PATH = tcl
252 LD = /bin/ld
253 LDDL_FLAGS = -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--export-dynamic -Wl,--version-script=symbol.map
254 LDFLAGS =
255 LD_RUN_PATH = -Wl,-rpath,/usr/lib64
256 LIBOBJS =
257 LIBS = -ldl -lz -lpthread -lm -lz -lXt -lSM -lICE -lm -lX11 -lXpm
258 LIB_SPECS = -L/usr/lib64 -ltcl8.6 -L/usr/lib64 -ltk8.6
259 LTLIBOBJS =
260 M4 = /bin/m4
261 MAKEINFO = makeinfo
262 MKDIR_P = /bin/mkdir -p
263 OBJEXT = o
264 PACKAGE = xcircuit
265 PACKAGE_BUGREPORT =
266 PACKAGE_NAME =
267 PACKAGE_STRING =
268 PACKAGE_TARNAME =
269 PACKAGE_URL =
270 PACKAGE_VERSION =
271 PATH_SEPARATOR = :
272 PKG_CONFIG = /bin/pkg-config
273 PKG_CONFIG_LIBDIR =
274 PKG_CONFIG_PATH =
275 PYTHON =
276 RANLIB = ranlib
277 REVISION = 38
278 SET_MAKE =
279 SHDLIB_EXT = .so
280 SHELL = /bin/sh
281 SHLIB_LD = ${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}
282 SHLIB_LIB_SPECS =
283 SPICE_EXEC = ngspice
284 STARTUP_FILE = xcstartup.tcl
285 STDLIBS =
286 STRIP =
287 SUBDIRS =
288 SUBLIB =
289 TCL_LIB_DIR = /usr/lib64
290 VERSION = 3.10
291 WISH_EXE = /usr/bin/wish
292 WRAPPER_SCRIPT = wrapper.tcl
293 XCIRCUIT_TARGET = tcl
294 XMKMF =
295 X_CFLAGS =
296 X_EXTRA_LIBS =
297 X_LIBS =
298 X_PRE_LIBS = -lSM -lICE
299 abs_builddir = /home/tim/gitsrc/xcircuit/spiceparser
300 abs_srcdir = /home/tim/gitsrc/xcircuit/spiceparser
301 abs_top_builddir = /home/tim/gitsrc/xcircuit
302 abs_top_srcdir = /home/tim/gitsrc/xcircuit
303 ac_ct_CC = gcc
304 am__include = include
305 am__leading_dot = .
306 am__quote =
307 am__tar = $${TAR-tar} chof - "$$tardir"
308 am__untar = $${TAR-tar} xf -
309 bindir = ${exec_prefix}/bin
310 build = x86_64-pc-linux-gnu
311 build_alias =
312 build_cpu = x86_64
313 build_os = linux-gnu
314 build_vendor = pc
315 builddir = .
316 cairo_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/libxml2 -pthread
317 cairo_LIBS = -lcairo
318 datadir = ${datarootdir}
319 datarootdir = ${prefix}/share
320 docdir = ${datarootdir}/doc/${PACKAGE}
321 dvidir = ${docdir}
322 exec_prefix = ${prefix}
323 fontconfig_CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I/usr/include/libxml2
324 fontconfig_LIBS = -lfontconfig -lfreetype
325 host = x86_64-pc-linux-gnu
326 host_alias =
327 host_cpu = x86_64
328 host_os = linux-gnu
329 host_vendor = pc
330 htmldir = ${docdir}
331 includedir = ${prefix}/include
332 infodir = ${datarootdir}/info
333 install_sh = ${SHELL} /home/tim/gitsrc/xcircuit/install-sh
334 libdir = ${exec_prefix}/lib
335 libexecdir = ${exec_prefix}/libexec
336 localedir = ${datarootdir}/locale
337 localstatedir = ${prefix}/var
338 mandir = ${datarootdir}/man
339 mkdir_p = $(MKDIR_P)
340 oldincludedir = /usr/include
341 pdfdir = ${docdir}
342 prefix = /usr/local
343 program_transform_name = s,x,x,
344 psdir = ${docdir}
345 runstatedir = ${localstatedir}/run
346 sbindir = ${exec_prefix}/sbin
347 sharedstatedir = ${prefix}/com
348 srcdir = .
349 sysconfdir = ${prefix}/etc
350 target = x86_64-pc-linux-gnu
351 target_alias =
352 target_cpu = x86_64
353 target_os = linux-gnu
354 target_vendor = pc
355 top_build_prefix = ../
356 top_builddir = ..
357 top_srcdir = ..
358 AUTOMAKE_OPTIONS = foreign no-dependencies
359 EXTRA_DIST =
360 INCLUDES = -I.. ${INC_SPECS}
362 # Requirements for spiceparser library
363 noinst_LIBRARIES = libspiceparser.a
364 libspiceparser_a_SOURCES = \
365 bitlist.c eqn.c eqnlist.c equations.c hash.c list.c list_search.c \
366 memory.c mergedup.c names.c netlist.c netlist_dev.c netlist_extract.c \
367 netlist_funcs.c netlist_lib.c netlist_spice.c netlist_template.c \
368 scanner.c sort.c xcircspice.c
370 all: all-recursive
372 .SUFFIXES:
373 .SUFFIXES: .c .o .obj
374 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
375 @for dep in $?; do \
376 case '$(am__configure_deps)' in \
377 *$$dep*) \
378 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
379 && { if test -f $@; then exit 0; else break; fi; }; \
380 exit 1;; \
381 esac; \
382 done; \
383 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign spiceparser/Makefile'; \
384 $(am__cd) $(top_srcdir) && \
385 $(AUTOMAKE) --foreign spiceparser/Makefile
386 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387 @case '$?' in \
388 *config.status*) \
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390 *) \
391 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
392 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
393 esac;
395 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 $(top_srcdir)/configure: $(am__configure_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(am__aclocal_m4_deps):
404 clean-noinstLIBRARIES:
405 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
407 libspiceparser.a: $(libspiceparser_a_OBJECTS) $(libspiceparser_a_DEPENDENCIES) $(EXTRA_libspiceparser_a_DEPENDENCIES)
408 $(AM_V_at)-rm -f libspiceparser.a
409 $(AM_V_AR)$(libspiceparser_a_AR) libspiceparser.a $(libspiceparser_a_OBJECTS) $(libspiceparser_a_LIBADD)
410 $(AM_V_at)$(RANLIB) libspiceparser.a
412 mostlyclean-compile:
413 -rm -f *.$(OBJEXT)
415 distclean-compile:
416 -rm -f *.tab.c
418 .c.o:
419 $(AM_V_CC)$(COMPILE) -c -o $@ $<
421 .c.obj:
422 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
424 # This directory's subdirectories are mostly independent; you can cd
425 # into them and run 'make' without going through this Makefile.
426 # To change the values of 'make' variables: instead of editing Makefiles,
427 # (1) if the variable is set in 'config.status', edit 'config.status'
428 # (which will cause the Makefiles to be regenerated when you run 'make');
429 # (2) otherwise, pass the desired values on the 'make' command line.
430 $(am__recursive_targets):
431 @fail=; \
432 if $(am__make_keepgoing); then \
433 failcom='fail=yes'; \
434 else \
435 failcom='exit 1'; \
436 fi; \
437 dot_seen=no; \
438 target=`echo $@ | sed s/-recursive//`; \
439 case "$@" in \
440 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
441 *) list='$(SUBDIRS)' ;; \
442 esac; \
443 for subdir in $$list; do \
444 echo "Making $$target in $$subdir"; \
445 if test "$$subdir" = "."; then \
446 dot_seen=yes; \
447 local_target="$$target-am"; \
448 else \
449 local_target="$$target"; \
450 fi; \
451 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
452 || eval $$failcom; \
453 done; \
454 if test "$$dot_seen" = "no"; then \
455 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
456 fi; test -z "$$fail"
458 ID: $(am__tagged_files)
459 $(am__define_uniq_tagged_files); mkid -fID $$unique
460 tags: tags-recursive
461 TAGS: tags
463 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
464 set x; \
465 here=`pwd`; \
466 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
467 include_option=--etags-include; \
468 empty_fix=.; \
469 else \
470 include_option=--include; \
471 empty_fix=; \
472 fi; \
473 list='$(SUBDIRS)'; for subdir in $$list; do \
474 if test "$$subdir" = .; then :; else \
475 test ! -f $$subdir/TAGS || \
476 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
477 fi; \
478 done; \
479 $(am__define_uniq_tagged_files); \
480 shift; \
481 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482 test -n "$$unique" || unique=$$empty_fix; \
483 if test $$# -gt 0; then \
484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485 "$$@" $$unique; \
486 else \
487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488 $$unique; \
489 fi; \
491 ctags: ctags-recursive
493 CTAGS: ctags
494 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
495 $(am__define_uniq_tagged_files); \
496 test -z "$(CTAGS_ARGS)$$unique" \
497 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498 $$unique
500 GTAGS:
501 here=`$(am__cd) $(top_builddir) && pwd` \
502 && $(am__cd) $(top_srcdir) \
503 && gtags -i $(GTAGS_ARGS) "$$here"
504 cscopelist: cscopelist-recursive
506 cscopelist-am: $(am__tagged_files)
507 list='$(am__tagged_files)'; \
508 case "$(srcdir)" in \
509 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
510 *) sdir=$(subdir)/$(srcdir) ;; \
511 esac; \
512 for i in $$list; do \
513 if test -f "$$i"; then \
514 echo "$(subdir)/$$i"; \
515 else \
516 echo "$$sdir/$$i"; \
517 fi; \
518 done >> $(top_builddir)/cscope.files
520 distclean-tags:
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
523 distdir: $(BUILT_SOURCES)
524 $(MAKE) $(AM_MAKEFLAGS) distdir-am
526 distdir-am: $(DISTFILES)
527 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529 list='$(DISTFILES)'; \
530 dist_files=`for file in $$list; do echo $$file; done | \
531 sed -e "s|^$$srcdirstrip/||;t" \
532 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
533 case $$dist_files in \
534 */*) $(MKDIR_P) `echo "$$dist_files" | \
535 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
536 sort -u` ;; \
537 esac; \
538 for file in $$dist_files; do \
539 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
540 if test -d $$d/$$file; then \
541 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
542 if test -d "$(distdir)/$$file"; then \
543 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
544 fi; \
545 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
546 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548 fi; \
549 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550 else \
551 test -f "$(distdir)/$$file" \
552 || cp -p $$d/$$file "$(distdir)/$$file" \
553 || exit 1; \
554 fi; \
555 done
556 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
557 if test "$$subdir" = .; then :; else \
558 $(am__make_dryrun) \
559 || test -d "$(distdir)/$$subdir" \
560 || $(MKDIR_P) "$(distdir)/$$subdir" \
561 || exit 1; \
562 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
563 $(am__relativize); \
564 new_distdir=$$reldir; \
565 dir1=$$subdir; dir2="$(top_distdir)"; \
566 $(am__relativize); \
567 new_top_distdir=$$reldir; \
568 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570 ($(am__cd) $$subdir && \
571 $(MAKE) $(AM_MAKEFLAGS) \
572 top_distdir="$$new_top_distdir" \
573 distdir="$$new_distdir" \
574 am__remove_distdir=: \
575 am__skip_length_check=: \
576 am__skip_mode_fix=: \
577 distdir) \
578 || exit 1; \
579 fi; \
580 done
581 check-am: all-am
582 check: check-recursive
583 all-am: Makefile $(LIBRARIES)
584 installdirs: installdirs-recursive
585 installdirs-am:
586 install: install-recursive
587 install-exec: install-exec-recursive
588 install-data: install-data-recursive
589 uninstall: uninstall-recursive
591 install-am: all-am
592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594 installcheck: installcheck-recursive
595 install-strip:
596 if test -z '$(STRIP)'; then \
597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599 install; \
600 else \
601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605 mostlyclean-generic:
607 clean-generic:
609 distclean-generic:
610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613 maintainer-clean-generic:
614 @echo "This command is intended for maintainers to use"
615 @echo "it deletes files that may require special tools to rebuild."
616 clean: clean-recursive
618 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
620 distclean: distclean-recursive
621 -rm -f Makefile
622 distclean-am: clean-am distclean-compile distclean-generic \
623 distclean-tags
625 dvi: dvi-recursive
627 dvi-am:
629 html: html-recursive
631 html-am:
633 info: info-recursive
635 info-am:
637 install-data-am:
639 install-dvi: install-dvi-recursive
641 install-dvi-am:
643 install-exec-am:
645 install-html: install-html-recursive
647 install-html-am:
649 install-info: install-info-recursive
651 install-info-am:
653 install-man:
655 install-pdf: install-pdf-recursive
657 install-pdf-am:
659 install-ps: install-ps-recursive
661 install-ps-am:
663 installcheck-am:
665 maintainer-clean: maintainer-clean-recursive
666 -rm -f Makefile
667 maintainer-clean-am: distclean-am maintainer-clean-generic
669 mostlyclean: mostlyclean-recursive
671 mostlyclean-am: mostlyclean-compile mostlyclean-generic
673 pdf: pdf-recursive
675 pdf-am:
677 ps: ps-recursive
679 ps-am:
681 uninstall-am:
683 .MAKE: $(am__recursive_targets) install-am install-strip
685 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
686 check-am clean clean-generic clean-noinstLIBRARIES \
687 cscopelist-am ctags ctags-am distclean distclean-compile \
688 distclean-generic distclean-tags distdir dvi dvi-am html \
689 html-am info info-am install install-am install-data \
690 install-data-am install-dvi install-dvi-am install-exec \
691 install-exec-am install-html install-html-am install-info \
692 install-info-am install-man install-pdf install-pdf-am \
693 install-ps install-ps-am install-strip installcheck \
694 installcheck-am installdirs installdirs-am maintainer-clean \
695 maintainer-clean-generic mostlyclean mostlyclean-compile \
696 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
697 uninstall-am
699 .PRECIOUS: Makefile
702 # Tell versions [3.59,3.63) of GNU make to not export all variables.
703 # Otherwise a system limit (for SysV at least) may be exceeded.
704 .NOEXPORT: