Corrected a long-standing error in which ending text with a literal
[xcircuit.git] / asg / Makefile
blob42101942a51dc32e163ce3c802efae884460987e
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # asg/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 = asg
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 libasg_a_AR = $(AR) $(ARFLAGS)
109 libasg_a_LIBADD =
110 am_libasg_a_OBJECTS = var.$(OBJEXT) list.$(OBJEXT) cstitch.$(OBJEXT) \
111 psfigs.$(OBJEXT) debug.$(OBJEXT) utility.$(OBJEXT) \
112 parse_support.$(OBJEXT) global_route.$(OBJEXT) \
113 local_route.$(OBJEXT) place.$(OBJEXT) terminals.$(OBJEXT) \
114 n2a.$(OBJEXT) asg.$(OBJEXT) asg_module.$(OBJEXT)
115 libasg_a_OBJECTS = $(am_libasg_a_OBJECTS)
116 AM_V_P = $(am__v_P_$(V))
117 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_$(V))
121 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
122 am__v_GEN_0 = @echo " GEN " $@;
123 am__v_GEN_1 =
124 AM_V_at = $(am__v_at_$(V))
125 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
126 am__v_at_0 = @
127 am__v_at_1 =
128 DEFAULT_INCLUDES = -I.
129 depcomp =
130 am__maybe_remake_depfiles =
131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 AM_V_CC = $(am__v_CC_$(V))
134 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
135 am__v_CC_0 = @echo " CC " $@;
136 am__v_CC_1 =
137 CCLD = $(CC)
138 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
139 AM_V_CCLD = $(am__v_CCLD_$(V))
140 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
141 am__v_CCLD_0 = @echo " CCLD " $@;
142 am__v_CCLD_1 =
143 SOURCES = $(libasg_a_SOURCES)
144 DIST_SOURCES = $(libasg_a_SOURCES)
145 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
146 ctags-recursive dvi-recursive html-recursive info-recursive \
147 install-data-recursive install-dvi-recursive \
148 install-exec-recursive install-html-recursive \
149 install-info-recursive install-pdf-recursive \
150 install-ps-recursive install-recursive installcheck-recursive \
151 installdirs-recursive pdf-recursive ps-recursive \
152 tags-recursive uninstall-recursive
153 am__can_run_installinfo = \
154 case $$AM_UPDATE_INFO_DIR in \
155 n|no|NO) false;; \
156 *) (install-info --version) >/dev/null 2>&1;; \
157 esac
158 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
159 distclean-recursive maintainer-clean-recursive
160 am__recursive_targets = \
161 $(RECURSIVE_TARGETS) \
162 $(RECURSIVE_CLEAN_TARGETS) \
163 $(am__extra_recursive_targets)
164 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165 distdir distdir-am
166 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167 # Read a list of newline-separated strings from the standard input,
168 # and print each of them once, without duplicates. Input order is
169 # *not* preserved.
170 am__uniquify_input = $(AWK) '\
171 BEGIN { nonempty = 0; } \
172 { items[$$0] = 1; nonempty = 1; } \
173 END { if (nonempty) { for (i in items) print i; }; } \
175 # Make sure the list of sources is unique. This is necessary because,
176 # e.g., the same source file might be shared among _SOURCES variables
177 # for different programs/libraries.
178 am__define_uniq_tagged_files = \
179 list='$(am__tagged_files)'; \
180 unique=`for i in $$list; do \
181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182 done | $(am__uniquify_input)`
183 ETAGS = etags
184 CTAGS = ctags
185 DIST_SUBDIRS = $(SUBDIRS)
186 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 am__relativize = \
189 dir0=`pwd`; \
190 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
191 sed_rest='s,^[^/]*/*,,'; \
192 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
193 sed_butlast='s,/*[^/]*$$,,'; \
194 while test -n "$$dir1"; do \
195 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
196 if test "$$first" != "."; then \
197 if test "$$first" = ".."; then \
198 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
199 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
200 else \
201 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
202 if test "$$first2" = "$$first"; then \
203 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
204 else \
205 dir2="../$$dir2"; \
206 fi; \
207 dir0="$$dir0"/"$$first"; \
208 fi; \
209 fi; \
210 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
211 done; \
212 reldir="$$dir2"
213 ACLOCAL = aclocal-1.16
214 ALL_TARGET = all-recursive
215 AMTAR = $${TAR-tar}
216 AM_DEFAULT_VERBOSITY = 1
217 AUTOCONF = autoconf
218 AUTOHEADER = autoheader
219 AUTOMAKE = automake-1.16
220 AWK = gawk
221 CC = gcc
222 CCDEPMODE = depmode=none
223 CFLAGS = -g -Wno-pointer-sign -fPIC
224 CPP = gcc -E
225 CPPFLAGS =
226 CYGPATH_W = echo
227 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
228 DEPDIR = .deps
229 DIST_DIR = ${exec_prefix}
230 ECHO_C =
231 ECHO_N = -n
232 ECHO_T =
233 EGREP = /bin/grep -E
234 EXEEXT =
235 EXTRA_LIB_SPECS = -lm
236 GREP = /bin/grep
237 GS_EXEC = gs
238 GS_LIBS =
239 HAVE_LGF = LGF
240 INC_SPECS = -I/usr/include -I/usr/include
241 INSTALL = /bin/install -c
242 INSTALL_DATA = ${INSTALL} -m 644
243 INSTALL_PROGRAM = ${INSTALL}
244 INSTALL_SCRIPT = ${INSTALL}
245 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
246 INSTALL_TARGET = install-recursive
247 INTERPRETER = TCL
248 INTERP_PATH = tcl
249 LD = /bin/ld
250 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
251 LDFLAGS =
252 LD_RUN_PATH = -Wl,-rpath,/usr/lib64
253 LIBOBJS =
254 LIBS = -ldl -lz -lpthread -lm -lz -lXt -lSM -lICE -lm -lX11 -lXpm
255 LIB_SPECS = -L/usr/lib64 -ltcl8.6 -L/usr/lib64 -ltk8.6
256 LTLIBOBJS =
257 M4 = /bin/m4
258 MAKEINFO = makeinfo
259 MKDIR_P = /bin/mkdir -p
260 OBJEXT = o
261 PACKAGE = xcircuit
262 PACKAGE_BUGREPORT =
263 PACKAGE_NAME =
264 PACKAGE_STRING =
265 PACKAGE_TARNAME =
266 PACKAGE_URL =
267 PACKAGE_VERSION =
268 PATH_SEPARATOR = :
269 PKG_CONFIG = /bin/pkg-config
270 PKG_CONFIG_LIBDIR =
271 PKG_CONFIG_PATH =
272 PYTHON =
273 RANLIB = ranlib
274 REVISION = 38
275 SET_MAKE =
276 SHDLIB_EXT = .so
277 SHELL = /bin/sh
278 SHLIB_LD = ${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}
279 SHLIB_LIB_SPECS =
280 SPICE_EXEC = ngspice
281 STARTUP_FILE = xcstartup.tcl
282 STDLIBS =
283 STRIP =
284 SUBDIRS =
285 SUBLIB =
286 TCL_LIB_DIR = /usr/lib64
287 VERSION = 3.10
288 WISH_EXE = /usr/bin/wish
289 WRAPPER_SCRIPT = wrapper.tcl
290 XCIRCUIT_TARGET = tcl
291 XMKMF =
292 X_CFLAGS =
293 X_EXTRA_LIBS =
294 X_LIBS =
295 X_PRE_LIBS = -lSM -lICE
296 abs_builddir = /home/tim/gitsrc/xcircuit/asg
297 abs_srcdir = /home/tim/gitsrc/xcircuit/asg
298 abs_top_builddir = /home/tim/gitsrc/xcircuit
299 abs_top_srcdir = /home/tim/gitsrc/xcircuit
300 ac_ct_CC = gcc
301 am__include = include
302 am__leading_dot = .
303 am__quote =
304 am__tar = $${TAR-tar} chof - "$$tardir"
305 am__untar = $${TAR-tar} xf -
306 bindir = ${exec_prefix}/bin
307 build = x86_64-pc-linux-gnu
308 build_alias =
309 build_cpu = x86_64
310 build_os = linux-gnu
311 build_vendor = pc
312 builddir = .
313 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
314 cairo_LIBS = -lcairo
315 datadir = ${datarootdir}
316 datarootdir = ${prefix}/share
317 docdir = ${datarootdir}/doc/${PACKAGE}
318 dvidir = ${docdir}
319 exec_prefix = ${prefix}
320 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
321 fontconfig_LIBS = -lfontconfig -lfreetype
322 host = x86_64-pc-linux-gnu
323 host_alias =
324 host_cpu = x86_64
325 host_os = linux-gnu
326 host_vendor = pc
327 htmldir = ${docdir}
328 includedir = ${prefix}/include
329 infodir = ${datarootdir}/info
330 install_sh = ${SHELL} /home/tim/gitsrc/xcircuit/install-sh
331 libdir = ${exec_prefix}/lib
332 libexecdir = ${exec_prefix}/libexec
333 localedir = ${datarootdir}/locale
334 localstatedir = ${prefix}/var
335 mandir = ${datarootdir}/man
336 mkdir_p = $(MKDIR_P)
337 oldincludedir = /usr/include
338 pdfdir = ${docdir}
339 prefix = /usr/local
340 program_transform_name = s,x,x,
341 psdir = ${docdir}
342 runstatedir = ${localstatedir}/run
343 sbindir = ${exec_prefix}/sbin
344 sharedstatedir = ${prefix}/com
345 srcdir = .
346 sysconfdir = ${prefix}/etc
347 target = x86_64-pc-linux-gnu
348 target_alias =
349 target_cpu = x86_64
350 target_os = linux-gnu
351 target_vendor = pc
352 top_build_prefix = ../
353 top_builddir = ..
354 top_srcdir = ..
355 AUTOMAKE_OPTIONS = foreign no-dependencies
356 EXTRA_DIST =
357 INCLUDES = -I.. ${INC_SPECS}
359 # Requirements for ASG library
360 noinst_LIBRARIES = libasg.a
361 libasg_a_SOURCES = \
362 var.c list.c cstitch.c psfigs.c debug.c utility.c parse_support.c \
363 global_route.c local_route.c place.c terminals.c n2a.c asg.c asg_module.c
365 all: all-recursive
367 .SUFFIXES:
368 .SUFFIXES: .c .o .obj
369 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
370 @for dep in $?; do \
371 case '$(am__configure_deps)' in \
372 *$$dep*) \
373 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374 && { if test -f $@; then exit 0; else break; fi; }; \
375 exit 1;; \
376 esac; \
377 done; \
378 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asg/Makefile'; \
379 $(am__cd) $(top_srcdir) && \
380 $(AUTOMAKE) --foreign asg/Makefile
381 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
382 @case '$?' in \
383 *config.status*) \
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
385 *) \
386 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
387 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
388 esac;
390 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(top_srcdir)/configure: $(am__configure_deps)
394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397 $(am__aclocal_m4_deps):
399 clean-noinstLIBRARIES:
400 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
402 libasg.a: $(libasg_a_OBJECTS) $(libasg_a_DEPENDENCIES) $(EXTRA_libasg_a_DEPENDENCIES)
403 $(AM_V_at)-rm -f libasg.a
404 $(AM_V_AR)$(libasg_a_AR) libasg.a $(libasg_a_OBJECTS) $(libasg_a_LIBADD)
405 $(AM_V_at)$(RANLIB) libasg.a
407 mostlyclean-compile:
408 -rm -f *.$(OBJEXT)
410 distclean-compile:
411 -rm -f *.tab.c
413 .c.o:
414 $(AM_V_CC)$(COMPILE) -c -o $@ $<
416 .c.obj:
417 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
419 # This directory's subdirectories are mostly independent; you can cd
420 # into them and run 'make' without going through this Makefile.
421 # To change the values of 'make' variables: instead of editing Makefiles,
422 # (1) if the variable is set in 'config.status', edit 'config.status'
423 # (which will cause the Makefiles to be regenerated when you run 'make');
424 # (2) otherwise, pass the desired values on the 'make' command line.
425 $(am__recursive_targets):
426 @fail=; \
427 if $(am__make_keepgoing); then \
428 failcom='fail=yes'; \
429 else \
430 failcom='exit 1'; \
431 fi; \
432 dot_seen=no; \
433 target=`echo $@ | sed s/-recursive//`; \
434 case "$@" in \
435 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
436 *) list='$(SUBDIRS)' ;; \
437 esac; \
438 for subdir in $$list; do \
439 echo "Making $$target in $$subdir"; \
440 if test "$$subdir" = "."; then \
441 dot_seen=yes; \
442 local_target="$$target-am"; \
443 else \
444 local_target="$$target"; \
445 fi; \
446 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447 || eval $$failcom; \
448 done; \
449 if test "$$dot_seen" = "no"; then \
450 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
451 fi; test -z "$$fail"
453 ID: $(am__tagged_files)
454 $(am__define_uniq_tagged_files); mkid -fID $$unique
455 tags: tags-recursive
456 TAGS: tags
458 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459 set x; \
460 here=`pwd`; \
461 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462 include_option=--etags-include; \
463 empty_fix=.; \
464 else \
465 include_option=--include; \
466 empty_fix=; \
467 fi; \
468 list='$(SUBDIRS)'; for subdir in $$list; do \
469 if test "$$subdir" = .; then :; else \
470 test ! -f $$subdir/TAGS || \
471 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472 fi; \
473 done; \
474 $(am__define_uniq_tagged_files); \
475 shift; \
476 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
477 test -n "$$unique" || unique=$$empty_fix; \
478 if test $$# -gt 0; then \
479 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480 "$$@" $$unique; \
481 else \
482 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483 $$unique; \
484 fi; \
486 ctags: ctags-recursive
488 CTAGS: ctags
489 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
490 $(am__define_uniq_tagged_files); \
491 test -z "$(CTAGS_ARGS)$$unique" \
492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493 $$unique
495 GTAGS:
496 here=`$(am__cd) $(top_builddir) && pwd` \
497 && $(am__cd) $(top_srcdir) \
498 && gtags -i $(GTAGS_ARGS) "$$here"
499 cscopelist: cscopelist-recursive
501 cscopelist-am: $(am__tagged_files)
502 list='$(am__tagged_files)'; \
503 case "$(srcdir)" in \
504 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505 *) sdir=$(subdir)/$(srcdir) ;; \
506 esac; \
507 for i in $$list; do \
508 if test -f "$$i"; then \
509 echo "$(subdir)/$$i"; \
510 else \
511 echo "$$sdir/$$i"; \
512 fi; \
513 done >> $(top_builddir)/cscope.files
515 distclean-tags:
516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518 distdir: $(BUILT_SOURCES)
519 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521 distdir-am: $(DISTFILES)
522 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524 list='$(DISTFILES)'; \
525 dist_files=`for file in $$list; do echo $$file; done | \
526 sed -e "s|^$$srcdirstrip/||;t" \
527 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
528 case $$dist_files in \
529 */*) $(MKDIR_P) `echo "$$dist_files" | \
530 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
531 sort -u` ;; \
532 esac; \
533 for file in $$dist_files; do \
534 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535 if test -d $$d/$$file; then \
536 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
537 if test -d "$(distdir)/$$file"; then \
538 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539 fi; \
540 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
541 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
542 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543 fi; \
544 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
545 else \
546 test -f "$(distdir)/$$file" \
547 || cp -p $$d/$$file "$(distdir)/$$file" \
548 || exit 1; \
549 fi; \
550 done
551 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 $(am__make_dryrun) \
554 || test -d "$(distdir)/$$subdir" \
555 || $(MKDIR_P) "$(distdir)/$$subdir" \
556 || exit 1; \
557 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
558 $(am__relativize); \
559 new_distdir=$$reldir; \
560 dir1=$$subdir; dir2="$(top_distdir)"; \
561 $(am__relativize); \
562 new_top_distdir=$$reldir; \
563 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
564 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
565 ($(am__cd) $$subdir && \
566 $(MAKE) $(AM_MAKEFLAGS) \
567 top_distdir="$$new_top_distdir" \
568 distdir="$$new_distdir" \
569 am__remove_distdir=: \
570 am__skip_length_check=: \
571 am__skip_mode_fix=: \
572 distdir) \
573 || exit 1; \
574 fi; \
575 done
576 check-am: all-am
577 check: check-recursive
578 all-am: Makefile $(LIBRARIES)
579 installdirs: installdirs-recursive
580 installdirs-am:
581 install: install-recursive
582 install-exec: install-exec-recursive
583 install-data: install-data-recursive
584 uninstall: uninstall-recursive
586 install-am: all-am
587 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
589 installcheck: installcheck-recursive
590 install-strip:
591 if test -z '$(STRIP)'; then \
592 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
593 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
594 install; \
595 else \
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
600 mostlyclean-generic:
602 clean-generic:
604 distclean-generic:
605 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
606 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
608 maintainer-clean-generic:
609 @echo "This command is intended for maintainers to use"
610 @echo "it deletes files that may require special tools to rebuild."
611 clean: clean-recursive
613 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
615 distclean: distclean-recursive
616 -rm -f Makefile
617 distclean-am: clean-am distclean-compile distclean-generic \
618 distclean-tags
620 dvi: dvi-recursive
622 dvi-am:
624 html: html-recursive
626 html-am:
628 info: info-recursive
630 info-am:
632 install-data-am:
634 install-dvi: install-dvi-recursive
636 install-dvi-am:
638 install-exec-am:
640 install-html: install-html-recursive
642 install-html-am:
644 install-info: install-info-recursive
646 install-info-am:
648 install-man:
650 install-pdf: install-pdf-recursive
652 install-pdf-am:
654 install-ps: install-ps-recursive
656 install-ps-am:
658 installcheck-am:
660 maintainer-clean: maintainer-clean-recursive
661 -rm -f Makefile
662 maintainer-clean-am: distclean-am maintainer-clean-generic
664 mostlyclean: mostlyclean-recursive
666 mostlyclean-am: mostlyclean-compile mostlyclean-generic
668 pdf: pdf-recursive
670 pdf-am:
672 ps: ps-recursive
674 ps-am:
676 uninstall-am:
678 .MAKE: $(am__recursive_targets) install-am install-strip
680 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
681 check-am clean clean-generic clean-noinstLIBRARIES \
682 cscopelist-am ctags ctags-am distclean distclean-compile \
683 distclean-generic distclean-tags distdir dvi dvi-am html \
684 html-am info info-am install install-am install-data \
685 install-data-am install-dvi install-dvi-am install-exec \
686 install-exec-am install-html install-html-am install-info \
687 install-info-am install-man install-pdf install-pdf-am \
688 install-ps install-ps-am install-strip installcheck \
689 installcheck-am installdirs installdirs-am maintainer-clean \
690 maintainer-clean-generic mostlyclean mostlyclean-compile \
691 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
692 uninstall-am
694 .PRECIOUS: Makefile
697 # Tell versions [3.59,3.63) of GNU make to not export all variables.
698 # Otherwise a system limit (for SysV at least) may be exceeded.
699 .NOEXPORT: