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