Modified the UGetCursor() routine to return a valid response if the
[xcircuit.git] / asg / Makefile.in
blobdf8cb7aed701fd1897da6034d31a603396d8854f
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 = 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_@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 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_@AM_V@)
108 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109 am__v_P_0 = false
110 am__v_P_1 = :
111 AM_V_GEN = $(am__v_GEN_@AM_V@)
112 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113 am__v_GEN_0 = @echo " GEN " $@;
114 am__v_GEN_1 =
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 am__v_at_1 =
119 DEFAULT_INCLUDES = -I.@am__isrc@
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_@AM_V@)
125 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
131 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
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@
204 ALL_TARGET = @ALL_TARGET@
205 AMTAR = @AMTAR@
206 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207 AUTOCONF = @AUTOCONF@
208 AUTOHEADER = @AUTOHEADER@
209 AUTOMAKE = @AUTOMAKE@
210 AWK = @AWK@
211 CC = @CC@
212 CCDEPMODE = @CCDEPMODE@
213 CFLAGS = @CFLAGS@
214 CPP = @CPP@
215 CPPFLAGS = @CPPFLAGS@
216 CYGPATH_W = @CYGPATH_W@
217 DEFS = @DEFS@
218 DEPDIR = @DEPDIR@
219 DIST_DIR = @DIST_DIR@
220 ECHO_C = @ECHO_C@
221 ECHO_N = @ECHO_N@
222 ECHO_T = @ECHO_T@
223 EGREP = @EGREP@
224 EXEEXT = @EXEEXT@
225 EXTRA_LIB_SPECS = @EXTRA_LIB_SPECS@
226 GREP = @GREP@
227 GS_EXEC = @GS_EXEC@
228 GS_LIBS = @GS_LIBS@
229 HAVE_LGF = @HAVE_LGF@
230 INC_SPECS = @INC_SPECS@
231 INSTALL = @INSTALL@
232 INSTALL_DATA = @INSTALL_DATA@
233 INSTALL_PROGRAM = @INSTALL_PROGRAM@
234 INSTALL_SCRIPT = @INSTALL_SCRIPT@
235 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236 INSTALL_TARGET = @INSTALL_TARGET@
237 INTERPRETER = @INTERPRETER@
238 INTERP_PATH = @INTERP_PATH@
239 LD = @LD@
240 LDDL_FLAGS = @LDDL_FLAGS@
241 LDFLAGS = @LDFLAGS@
242 LD_RUN_PATH = @LD_RUN_PATH@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LIB_SPECS = @LIB_SPECS@
246 LTLIBOBJS = @LTLIBOBJS@
247 M4 = @M4@
248 MAKEINFO = @MAKEINFO@
249 MKDIR_P = @MKDIR_P@
250 OBJEXT = @OBJEXT@
251 PACKAGE = @PACKAGE@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_URL = @PACKAGE_URL@
257 PACKAGE_VERSION = @PACKAGE_VERSION@
258 PATH_SEPARATOR = @PATH_SEPARATOR@
259 PKG_CONFIG = @PKG_CONFIG@
260 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
261 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
262 PYTHON = @PYTHON@
263 RANLIB = @RANLIB@
264 REVISION = @REVISION@
265 SET_MAKE = @SET_MAKE@
266 SHDLIB_EXT = @SHDLIB_EXT@
267 SHELL = @SHELL@
268 SHLIB_LD = @SHLIB_LD@
269 SHLIB_LIB_SPECS = @SHLIB_LIB_SPECS@
270 SPICE_EXEC = @SPICE_EXEC@
271 STARTUP_FILE = @STARTUP_FILE@
272 STDLIBS = @STDLIBS@
273 STRIP = @STRIP@
274 SUBDIRS =
275 SUBLIB =
276 TCL_LIB_DIR = @TCL_LIB_DIR@
277 VERSION = @VERSION@
278 WISH_EXE = @WISH_EXE@
279 WRAPPER_SCRIPT = @WRAPPER_SCRIPT@
280 XCIRCUIT_TARGET = @XCIRCUIT_TARGET@
281 XMKMF = @XMKMF@
282 X_CFLAGS = @X_CFLAGS@
283 X_EXTRA_LIBS = @X_EXTRA_LIBS@
284 X_LIBS = @X_LIBS@
285 X_PRE_LIBS = @X_PRE_LIBS@
286 abs_builddir = @abs_builddir@
287 abs_srcdir = @abs_srcdir@
288 abs_top_builddir = @abs_top_builddir@
289 abs_top_srcdir = @abs_top_srcdir@
290 ac_ct_CC = @ac_ct_CC@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bindir = @bindir@
297 build = @build@
298 build_alias = @build_alias@
299 build_cpu = @build_cpu@
300 build_os = @build_os@
301 build_vendor = @build_vendor@
302 builddir = @builddir@
303 cairo_CFLAGS = @cairo_CFLAGS@
304 cairo_LIBS = @cairo_LIBS@
305 datadir = @datadir@
306 datarootdir = @datarootdir@
307 docdir = @docdir@
308 dvidir = @dvidir@
309 exec_prefix = @exec_prefix@
310 fontconfig_CFLAGS = @fontconfig_CFLAGS@
311 fontconfig_LIBS = @fontconfig_LIBS@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 htmldir = @htmldir@
318 includedir = @includedir@
319 infodir = @infodir@
320 install_sh = @install_sh@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 pdfdir = @pdfdir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 sbindir = @sbindir@
333 sharedstatedir = @sharedstatedir@
334 srcdir = @srcdir@
335 sysconfdir = @sysconfdir@
336 target = @target@
337 target_alias = @target_alias@
338 target_cpu = @target_cpu@
339 target_os = @target_os@
340 target_vendor = @target_vendor@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 AUTOMAKE_OPTIONS = foreign no-dependencies
345 EXTRA_DIST =
346 INCLUDES = -I.. ${INC_SPECS}
348 # Requirements for ASG library
349 noinst_LIBRARIES = libasg.a
350 libasg_a_SOURCES = \
351 var.c list.c cstitch.c psfigs.c debug.c utility.c parse_support.c \
352 global_route.c local_route.c place.c terminals.c n2a.c asg.c asg_module.c
354 all: all-recursive
356 .SUFFIXES:
357 .SUFFIXES: .c .o .obj
358 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
359 @for dep in $?; do \
360 case '$(am__configure_deps)' in \
361 *$$dep*) \
362 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363 && { if test -f $@; then exit 0; else break; fi; }; \
364 exit 1;; \
365 esac; \
366 done; \
367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asg/Makefile'; \
368 $(am__cd) $(top_srcdir) && \
369 $(AUTOMAKE) --foreign asg/Makefile
370 .PRECIOUS: Makefile
371 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372 @case '$?' in \
373 *config.status*) \
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375 *) \
376 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378 esac;
380 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(top_srcdir)/configure: $(am__configure_deps)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(am__aclocal_m4_deps):
389 clean-noinstLIBRARIES:
390 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
392 libasg.a: $(libasg_a_OBJECTS) $(libasg_a_DEPENDENCIES) $(EXTRA_libasg_a_DEPENDENCIES)
393 $(AM_V_at)-rm -f libasg.a
394 $(AM_V_AR)$(libasg_a_AR) libasg.a $(libasg_a_OBJECTS) $(libasg_a_LIBADD)
395 $(AM_V_at)$(RANLIB) libasg.a
397 mostlyclean-compile:
398 -rm -f *.$(OBJEXT)
400 distclean-compile:
401 -rm -f *.tab.c
403 .c.o:
404 $(AM_V_CC)$(COMPILE) -c -o $@ $<
406 .c.obj:
407 $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
409 # This directory's subdirectories are mostly independent; you can cd
410 # into them and run 'make' without going through this Makefile.
411 # To change the values of 'make' variables: instead of editing Makefiles,
412 # (1) if the variable is set in 'config.status', edit 'config.status'
413 # (which will cause the Makefiles to be regenerated when you run 'make');
414 # (2) otherwise, pass the desired values on the 'make' command line.
415 $(am__recursive_targets):
416 @fail=; \
417 if $(am__make_keepgoing); then \
418 failcom='fail=yes'; \
419 else \
420 failcom='exit 1'; \
421 fi; \
422 dot_seen=no; \
423 target=`echo $@ | sed s/-recursive//`; \
424 case "$@" in \
425 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
426 *) list='$(SUBDIRS)' ;; \
427 esac; \
428 for subdir in $$list; do \
429 echo "Making $$target in $$subdir"; \
430 if test "$$subdir" = "."; then \
431 dot_seen=yes; \
432 local_target="$$target-am"; \
433 else \
434 local_target="$$target"; \
435 fi; \
436 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437 || eval $$failcom; \
438 done; \
439 if test "$$dot_seen" = "no"; then \
440 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
441 fi; test -z "$$fail"
443 ID: $(am__tagged_files)
444 $(am__define_uniq_tagged_files); mkid -fID $$unique
445 tags: tags-recursive
446 TAGS: tags
448 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
449 set x; \
450 here=`pwd`; \
451 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
452 include_option=--etags-include; \
453 empty_fix=.; \
454 else \
455 include_option=--include; \
456 empty_fix=; \
457 fi; \
458 list='$(SUBDIRS)'; for subdir in $$list; do \
459 if test "$$subdir" = .; then :; else \
460 test ! -f $$subdir/TAGS || \
461 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
462 fi; \
463 done; \
464 $(am__define_uniq_tagged_files); \
465 shift; \
466 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467 test -n "$$unique" || unique=$$empty_fix; \
468 if test $$# -gt 0; then \
469 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470 "$$@" $$unique; \
471 else \
472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 $$unique; \
474 fi; \
476 ctags: ctags-recursive
478 CTAGS: ctags
479 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
480 $(am__define_uniq_tagged_files); \
481 test -z "$(CTAGS_ARGS)$$unique" \
482 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483 $$unique
485 GTAGS:
486 here=`$(am__cd) $(top_builddir) && pwd` \
487 && $(am__cd) $(top_srcdir) \
488 && gtags -i $(GTAGS_ARGS) "$$here"
489 cscopelist: cscopelist-recursive
491 cscopelist-am: $(am__tagged_files)
492 list='$(am__tagged_files)'; \
493 case "$(srcdir)" in \
494 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
495 *) sdir=$(subdir)/$(srcdir) ;; \
496 esac; \
497 for i in $$list; do \
498 if test -f "$$i"; then \
499 echo "$(subdir)/$$i"; \
500 else \
501 echo "$$sdir/$$i"; \
502 fi; \
503 done >> $(top_builddir)/cscope.files
505 distclean-tags:
506 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508 distdir: $(DISTFILES)
509 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
511 list='$(DISTFILES)'; \
512 dist_files=`for file in $$list; do echo $$file; done | \
513 sed -e "s|^$$srcdirstrip/||;t" \
514 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
515 case $$dist_files in \
516 */*) $(MKDIR_P) `echo "$$dist_files" | \
517 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
518 sort -u` ;; \
519 esac; \
520 for file in $$dist_files; do \
521 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522 if test -d $$d/$$file; then \
523 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
524 if test -d "$(distdir)/$$file"; then \
525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526 fi; \
527 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
528 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530 fi; \
531 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532 else \
533 test -f "$(distdir)/$$file" \
534 || cp -p $$d/$$file "$(distdir)/$$file" \
535 || exit 1; \
536 fi; \
537 done
538 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539 if test "$$subdir" = .; then :; else \
540 $(am__make_dryrun) \
541 || test -d "$(distdir)/$$subdir" \
542 || $(MKDIR_P) "$(distdir)/$$subdir" \
543 || exit 1; \
544 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
545 $(am__relativize); \
546 new_distdir=$$reldir; \
547 dir1=$$subdir; dir2="$(top_distdir)"; \
548 $(am__relativize); \
549 new_top_distdir=$$reldir; \
550 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
551 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
552 ($(am__cd) $$subdir && \
553 $(MAKE) $(AM_MAKEFLAGS) \
554 top_distdir="$$new_top_distdir" \
555 distdir="$$new_distdir" \
556 am__remove_distdir=: \
557 am__skip_length_check=: \
558 am__skip_mode_fix=: \
559 distdir) \
560 || exit 1; \
561 fi; \
562 done
563 check-am: all-am
564 check: check-recursive
565 all-am: Makefile $(LIBRARIES)
566 installdirs: installdirs-recursive
567 installdirs-am:
568 install: install-recursive
569 install-exec: install-exec-recursive
570 install-data: install-data-recursive
571 uninstall: uninstall-recursive
573 install-am: all-am
574 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
576 installcheck: installcheck-recursive
577 install-strip:
578 if test -z '$(STRIP)'; then \
579 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
580 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581 install; \
582 else \
583 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
587 mostlyclean-generic:
589 clean-generic:
591 distclean-generic:
592 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
593 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
595 maintainer-clean-generic:
596 @echo "This command is intended for maintainers to use"
597 @echo "it deletes files that may require special tools to rebuild."
598 clean: clean-recursive
600 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
602 distclean: distclean-recursive
603 -rm -f Makefile
604 distclean-am: clean-am distclean-compile distclean-generic \
605 distclean-tags
607 dvi: dvi-recursive
609 dvi-am:
611 html: html-recursive
613 html-am:
615 info: info-recursive
617 info-am:
619 install-data-am:
621 install-dvi: install-dvi-recursive
623 install-dvi-am:
625 install-exec-am:
627 install-html: install-html-recursive
629 install-html-am:
631 install-info: install-info-recursive
633 install-info-am:
635 install-man:
637 install-pdf: install-pdf-recursive
639 install-pdf-am:
641 install-ps: install-ps-recursive
643 install-ps-am:
645 installcheck-am:
647 maintainer-clean: maintainer-clean-recursive
648 -rm -f Makefile
649 maintainer-clean-am: distclean-am maintainer-clean-generic
651 mostlyclean: mostlyclean-recursive
653 mostlyclean-am: mostlyclean-compile mostlyclean-generic
655 pdf: pdf-recursive
657 pdf-am:
659 ps: ps-recursive
661 ps-am:
663 uninstall-am:
665 .MAKE: $(am__recursive_targets) install-am install-strip
667 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
668 check-am clean clean-generic clean-noinstLIBRARIES \
669 cscopelist-am ctags ctags-am distclean distclean-compile \
670 distclean-generic distclean-tags distdir dvi dvi-am html \
671 html-am info info-am install install-am install-data \
672 install-data-am install-dvi install-dvi-am install-exec \
673 install-exec-am install-html install-html-am install-info \
674 install-info-am install-man install-pdf install-pdf-am \
675 install-ps install-ps-am install-strip installcheck \
676 installcheck-am installdirs installdirs-am maintainer-clean \
677 maintainer-clean-generic mostlyclean mostlyclean-compile \
678 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
679 uninstall-am
682 # Tell versions [3.59,3.63) of GNU make to not export all variables.
683 # Otherwise a system limit (for SysV at least) may be exceeded.
684 .NOEXPORT: