Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | mjames | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
||
3 | |||
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
||
5 | |||
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. |
||
9 | |||
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. |
||
14 | |||
15 | @SET_MAKE@ |
||
16 | VPATH = @srcdir@ |
||
17 | am__is_gnu_make = { \ |
||
18 | if test -z '$(MAKELEVEL)'; then \ |
||
19 | false; \ |
||
20 | elif test -n '$(MAKE_HOST)'; then \ |
||
21 | true; \ |
||
22 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
23 | true; \ |
||
24 | else \ |
||
25 | false; \ |
||
26 | fi; \ |
||
27 | } |
||
28 | am__make_running_with_option = \ |
||
29 | case $${target_option-} in \ |
||
30 | ?) ;; \ |
||
31 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
32 | "target option '$${target_option-}' specified" >&2; \ |
||
33 | exit 1;; \ |
||
34 | esac; \ |
||
35 | has_opt=no; \ |
||
36 | sane_makeflags=$$MAKEFLAGS; \ |
||
37 | if $(am__is_gnu_make); then \ |
||
38 | sane_makeflags=$$MFLAGS; \ |
||
39 | else \ |
||
40 | case $$MAKEFLAGS in \ |
||
41 | *\\[\ \ ]*) \ |
||
42 | bs=\\; \ |
||
43 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
44 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
45 | esac; \ |
||
46 | fi; \ |
||
47 | skip_next=no; \ |
||
48 | strip_trailopt () \ |
||
49 | { \ |
||
50 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
51 | }; \ |
||
52 | for flg in $$sane_makeflags; do \ |
||
53 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
54 | case $$flg in \ |
||
55 | *=*|--*) continue;; \ |
||
56 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
57 | -*I?*) strip_trailopt 'I';; \ |
||
58 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
59 | -*O?*) strip_trailopt 'O';; \ |
||
60 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
61 | -*l?*) strip_trailopt 'l';; \ |
||
62 | -[dEDm]) skip_next=yes;; \ |
||
63 | -[JT]) skip_next=yes;; \ |
||
64 | esac; \ |
||
65 | case $$flg in \ |
||
66 | *$$target_option*) has_opt=yes; break;; \ |
||
67 | esac; \ |
||
68 | done; \ |
||
69 | test $$has_opt = yes |
||
70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
72 | pkgdatadir = $(datadir)/@PACKAGE@ |
||
73 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
74 | pkglibdir = $(libdir)/@PACKAGE@ |
||
75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
77 | install_sh_DATA = $(install_sh) -c -m 644 |
||
78 | install_sh_PROGRAM = $(install_sh) -c |
||
79 | install_sh_SCRIPT = $(install_sh) -c |
||
80 | INSTALL_HEADER = $(INSTALL_DATA) |
||
81 | transform = $(program_transform_name) |
||
82 | NORMAL_INSTALL = : |
||
83 | PRE_INSTALL = : |
||
84 | POST_INSTALL = : |
||
85 | NORMAL_UNINSTALL = : |
||
86 | PRE_UNINSTALL = : |
||
87 | POST_UNINSTALL = : |
||
88 | build_triplet = @build@ |
||
89 | host_triplet = @host@ |
||
90 | subdir = . |
||
91 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
7 | mjames | 92 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
2 | mjames | 93 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
94 | $(ACLOCAL_M4) |
||
95 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
||
96 | $(am__configure_deps) $(am__DIST_COMMON) |
||
97 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
||
98 | configure.lineno config.status.lineno |
||
99 | mkinstalldirs = $(install_sh) -d |
||
100 | CONFIG_HEADER = config.h |
||
101 | CONFIG_CLEAN_FILES = |
||
102 | CONFIG_CLEAN_VPATH_FILES = |
||
103 | AM_V_P = $(am__v_P_@AM_V@) |
||
104 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
105 | am__v_P_0 = false |
||
106 | am__v_P_1 = : |
||
107 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
108 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
109 | am__v_GEN_0 = @echo " GEN " $@; |
||
110 | am__v_GEN_1 = |
||
111 | AM_V_at = $(am__v_at_@AM_V@) |
||
112 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
113 | am__v_at_0 = @ |
||
114 | am__v_at_1 = |
||
115 | SOURCES = |
||
116 | DIST_SOURCES = |
||
117 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
||
118 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
||
119 | install-data-recursive install-dvi-recursive \ |
||
120 | install-exec-recursive install-html-recursive \ |
||
121 | install-info-recursive install-pdf-recursive \ |
||
122 | install-ps-recursive install-recursive installcheck-recursive \ |
||
123 | installdirs-recursive pdf-recursive ps-recursive \ |
||
124 | tags-recursive uninstall-recursive |
||
125 | am__can_run_installinfo = \ |
||
126 | case $$AM_UPDATE_INFO_DIR in \ |
||
127 | n|no|NO) false;; \ |
||
128 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
129 | esac |
||
130 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
||
131 | distclean-recursive maintainer-clean-recursive |
||
132 | am__recursive_targets = \ |
||
133 | $(RECURSIVE_TARGETS) \ |
||
134 | $(RECURSIVE_CLEAN_TARGETS) \ |
||
135 | $(am__extra_recursive_targets) |
||
136 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
||
137 | cscope distdir dist dist-all distcheck |
||
138 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
||
139 | $(LISP)config.in |
||
140 | # Read a list of newline-separated strings from the standard input, |
||
141 | # and print each of them once, without duplicates. Input order is |
||
142 | # *not* preserved. |
||
143 | am__uniquify_input = $(AWK) '\ |
||
144 | BEGIN { nonempty = 0; } \ |
||
145 | { items[$$0] = 1; nonempty = 1; } \ |
||
146 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
147 | ' |
||
148 | # Make sure the list of sources is unique. This is necessary because, |
||
149 | # e.g., the same source file might be shared among _SOURCES variables |
||
150 | # for different programs/libraries. |
||
151 | am__define_uniq_tagged_files = \ |
||
152 | list='$(am__tagged_files)'; \ |
||
153 | unique=`for i in $$list; do \ |
||
154 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
155 | done | $(am__uniquify_input)` |
||
156 | ETAGS = etags |
||
157 | CTAGS = ctags |
||
158 | CSCOPE = cscope |
||
159 | DIST_SUBDIRS = $(SUBDIRS) |
||
160 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in AUTHORS \ |
||
161 | COPYING ChangeLog INSTALL NEWS README compile config.guess \ |
||
162 | config.sub depcomp install-sh ltmain.sh missing ylwrap |
||
163 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
164 | distdir = $(PACKAGE)-$(VERSION) |
||
165 | top_distdir = $(distdir) |
||
166 | am__remove_distdir = \ |
||
167 | if test -d "$(distdir)"; then \ |
||
168 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
||
169 | && rm -rf "$(distdir)" \ |
||
170 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
||
171 | else :; fi |
||
172 | am__post_remove_distdir = $(am__remove_distdir) |
||
173 | am__relativize = \ |
||
174 | dir0=`pwd`; \ |
||
175 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
||
176 | sed_rest='s,^[^/]*/*,,'; \ |
||
177 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
||
178 | sed_butlast='s,/*[^/]*$$,,'; \ |
||
179 | while test -n "$$dir1"; do \ |
||
180 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
||
181 | if test "$$first" != "."; then \ |
||
182 | if test "$$first" = ".."; then \ |
||
183 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
||
184 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
||
185 | else \ |
||
186 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
||
187 | if test "$$first2" = "$$first"; then \ |
||
188 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
||
189 | else \ |
||
190 | dir2="../$$dir2"; \ |
||
191 | fi; \ |
||
192 | dir0="$$dir0"/"$$first"; \ |
||
193 | fi; \ |
||
194 | fi; \ |
||
195 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
||
196 | done; \ |
||
197 | reldir="$$dir2" |
||
198 | DIST_ARCHIVES = $(distdir).tar.gz |
||
199 | GZIP_ENV = --best |
||
200 | DIST_TARGETS = dist-gzip |
||
201 | distuninstallcheck_listfiles = find . -type f -print |
||
202 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
||
203 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
||
204 | distcleancheck_listfiles = find . -type f -print |
||
205 | ACLOCAL = @ACLOCAL@ |
||
206 | AMTAR = @AMTAR@ |
||
207 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
208 | AR = @AR@ |
||
209 | AUTOCONF = @AUTOCONF@ |
||
210 | AUTOHEADER = @AUTOHEADER@ |
||
211 | AUTOMAKE = @AUTOMAKE@ |
||
212 | AWK = @AWK@ |
||
213 | CC = @CC@ |
||
214 | CCDEPMODE = @CCDEPMODE@ |
||
215 | CFLAGS = @CFLAGS@ |
||
216 | CPP = @CPP@ |
||
217 | CPPFLAGS = @CPPFLAGS@ |
||
218 | CXX = @CXX@ |
||
219 | CXXCPP = @CXXCPP@ |
||
220 | CXXDEPMODE = @CXXDEPMODE@ |
||
221 | CXXFLAGS = @CXXFLAGS@ |
||
222 | CYGPATH_W = @CYGPATH_W@ |
||
223 | DEFS = @DEFS@ |
||
224 | DEPDIR = @DEPDIR@ |
||
225 | DLLTOOL = @DLLTOOL@ |
||
226 | DSYMUTIL = @DSYMUTIL@ |
||
227 | DUMPBIN = @DUMPBIN@ |
||
228 | ECHO_C = @ECHO_C@ |
||
229 | ECHO_N = @ECHO_N@ |
||
230 | ECHO_T = @ECHO_T@ |
||
231 | EGREP = @EGREP@ |
||
232 | EXEEXT = @EXEEXT@ |
||
233 | FGREP = @FGREP@ |
||
234 | GREP = @GREP@ |
||
235 | INSTALL = @INSTALL@ |
||
236 | INSTALL_DATA = @INSTALL_DATA@ |
||
237 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
238 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
239 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
240 | LD = @LD@ |
||
241 | LDFLAGS = @LDFLAGS@ |
||
242 | LEX = @LEX@ |
||
243 | LEXLIB = @LEXLIB@ |
||
244 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
||
245 | LIBOBJS = @LIBOBJS@ |
||
246 | LIBS = @LIBS@ |
||
247 | LIBTOOL = @LIBTOOL@ |
||
248 | LIPO = @LIPO@ |
||
249 | LN_S = @LN_S@ |
||
250 | LTLIBOBJS = @LTLIBOBJS@ |
||
251 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
||
252 | MAINT = @MAINT@ |
||
253 | MAKEINFO = @MAKEINFO@ |
||
254 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
||
255 | MKDIR_P = @MKDIR_P@ |
||
256 | NM = @NM@ |
||
257 | NMEDIT = @NMEDIT@ |
||
258 | OBJDUMP = @OBJDUMP@ |
||
259 | OBJEXT = @OBJEXT@ |
||
260 | OTOOL = @OTOOL@ |
||
261 | OTOOL64 = @OTOOL64@ |
||
262 | PACKAGE = @PACKAGE@ |
||
263 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
264 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
265 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
266 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
267 | PACKAGE_URL = @PACKAGE_URL@ |
||
268 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
269 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
270 | RANLIB = @RANLIB@ |
||
271 | SED = @SED@ |
||
272 | SET_MAKE = @SET_MAKE@ |
||
273 | SHELL = @SHELL@ |
||
274 | STRIP = @STRIP@ |
||
275 | VERSION = @VERSION@ |
||
276 | YACC = @YACC@ |
||
277 | YFLAGS = @YFLAGS@ |
||
278 | abs_builddir = @abs_builddir@ |
||
279 | abs_srcdir = @abs_srcdir@ |
||
280 | abs_top_builddir = @abs_top_builddir@ |
||
281 | abs_top_srcdir = @abs_top_srcdir@ |
||
282 | ac_ct_AR = @ac_ct_AR@ |
||
283 | ac_ct_CC = @ac_ct_CC@ |
||
284 | ac_ct_CXX = @ac_ct_CXX@ |
||
285 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
||
286 | am__include = @am__include@ |
||
287 | am__leading_dot = @am__leading_dot@ |
||
288 | am__quote = @am__quote@ |
||
289 | am__tar = @am__tar@ |
||
290 | am__untar = @am__untar@ |
||
291 | bindir = @bindir@ |
||
292 | build = @build@ |
||
293 | build_alias = @build_alias@ |
||
294 | build_cpu = @build_cpu@ |
||
295 | build_os = @build_os@ |
||
296 | build_vendor = @build_vendor@ |
||
297 | builddir = @builddir@ |
||
298 | datadir = @datadir@ |
||
299 | datarootdir = @datarootdir@ |
||
300 | docdir = @docdir@ |
||
301 | dvidir = @dvidir@ |
||
302 | exec_prefix = @exec_prefix@ |
||
303 | host = @host@ |
||
304 | host_alias = @host_alias@ |
||
305 | host_cpu = @host_cpu@ |
||
306 | host_os = @host_os@ |
||
307 | host_vendor = @host_vendor@ |
||
308 | htmldir = @htmldir@ |
||
309 | includedir = @includedir@ |
||
310 | infodir = @infodir@ |
||
311 | install_sh = @install_sh@ |
||
312 | libdir = @libdir@ |
||
313 | libexecdir = @libexecdir@ |
||
314 | localedir = @localedir@ |
||
315 | localstatedir = @localstatedir@ |
||
316 | mandir = @mandir@ |
||
317 | mkdir_p = @mkdir_p@ |
||
318 | oldincludedir = @oldincludedir@ |
||
319 | pdfdir = @pdfdir@ |
||
320 | prefix = @prefix@ |
||
321 | program_transform_name = @program_transform_name@ |
||
322 | psdir = @psdir@ |
||
323 | runstatedir = @runstatedir@ |
||
324 | sbindir = @sbindir@ |
||
325 | sharedstatedir = @sharedstatedir@ |
||
326 | srcdir = @srcdir@ |
||
327 | sysconfdir = @sysconfdir@ |
||
328 | target_alias = @target_alias@ |
||
329 | top_build_prefix = @top_build_prefix@ |
||
330 | top_builddir = @top_builddir@ |
||
331 | top_srcdir = @top_srcdir@ |
||
332 | SUBDIRS = vertlib \ |
||
333 | cmdlib versionlib acf_src cdi_src eagle_src frb_src gen_src\ |
||
334 | mentor_src net_src orcad_src pads_src protel_src rep2_src rep_src |
||
335 | |||
336 | all: config.h |
||
337 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
||
338 | |||
339 | .SUFFIXES: |
||
340 | am--refresh: Makefile |
||
341 | @: |
||
342 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
||
343 | @for dep in $?; do \ |
||
344 | case '$(am__configure_deps)' in \ |
||
345 | *$$dep*) \ |
||
346 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
||
347 | $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
||
348 | && exit 0; \ |
||
349 | exit 1;; \ |
||
350 | esac; \ |
||
351 | done; \ |
||
352 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
||
353 | $(am__cd) $(top_srcdir) && \ |
||
354 | $(AUTOMAKE) --gnu Makefile |
||
355 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
356 | @case '$?' in \ |
||
357 | *config.status*) \ |
||
358 | echo ' $(SHELL) ./config.status'; \ |
||
359 | $(SHELL) ./config.status;; \ |
||
360 | *) \ |
||
361 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
||
362 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
||
363 | esac; |
||
364 | |||
365 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
366 | $(SHELL) ./config.status --recheck |
||
367 | |||
368 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
||
369 | $(am__cd) $(srcdir) && $(AUTOCONF) |
||
370 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
||
371 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
||
372 | $(am__aclocal_m4_deps): |
||
373 | |||
374 | config.h: stamp-h1 |
||
375 | @test -f $@ || rm -f stamp-h1 |
||
376 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
||
377 | |||
378 | stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status |
||
379 | @rm -f stamp-h1 |
||
380 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
||
381 | $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
||
382 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
||
383 | rm -f stamp-h1 |
||
384 | touch $@ |
||
385 | |||
386 | distclean-hdr: |
||
387 | -rm -f config.h stamp-h1 |
||
388 | |||
389 | mostlyclean-libtool: |
||
390 | -rm -f *.lo |
||
391 | |||
392 | clean-libtool: |
||
393 | -rm -rf .libs _libs |
||
394 | |||
395 | distclean-libtool: |
||
396 | -rm -f libtool config.lt |
||
397 | |||
398 | # This directory's subdirectories are mostly independent; you can cd |
||
399 | # into them and run 'make' without going through this Makefile. |
||
400 | # To change the values of 'make' variables: instead of editing Makefiles, |
||
401 | # (1) if the variable is set in 'config.status', edit 'config.status' |
||
402 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
||
403 | # (2) otherwise, pass the desired values on the 'make' command line. |
||
404 | $(am__recursive_targets): |
||
405 | @fail=; \ |
||
406 | if $(am__make_keepgoing); then \ |
||
407 | failcom='fail=yes'; \ |
||
408 | else \ |
||
409 | failcom='exit 1'; \ |
||
410 | fi; \ |
||
411 | dot_seen=no; \ |
||
412 | target=`echo $@ | sed s/-recursive//`; \ |
||
413 | case "$@" in \ |
||
414 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
||
415 | *) list='$(SUBDIRS)' ;; \ |
||
416 | esac; \ |
||
417 | for subdir in $$list; do \ |
||
418 | echo "Making $$target in $$subdir"; \ |
||
419 | if test "$$subdir" = "."; then \ |
||
420 | dot_seen=yes; \ |
||
421 | local_target="$$target-am"; \ |
||
422 | else \ |
||
423 | local_target="$$target"; \ |
||
424 | fi; \ |
||
425 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
426 | || eval $$failcom; \ |
||
427 | done; \ |
||
428 | if test "$$dot_seen" = "no"; then \ |
||
429 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
||
430 | fi; test -z "$$fail" |
||
431 | |||
432 | ID: $(am__tagged_files) |
||
433 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
434 | tags: tags-recursive |
||
435 | TAGS: tags |
||
436 | |||
437 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
438 | set x; \ |
||
439 | here=`pwd`; \ |
||
440 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
||
441 | include_option=--etags-include; \ |
||
442 | empty_fix=.; \ |
||
443 | else \ |
||
444 | include_option=--include; \ |
||
445 | empty_fix=; \ |
||
446 | fi; \ |
||
447 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
448 | if test "$$subdir" = .; then :; else \ |
||
449 | test ! -f $$subdir/TAGS || \ |
||
450 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
||
451 | fi; \ |
||
452 | done; \ |
||
453 | $(am__define_uniq_tagged_files); \ |
||
454 | shift; \ |
||
455 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
456 | test -n "$$unique" || unique=$$empty_fix; \ |
||
457 | if test $$# -gt 0; then \ |
||
458 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
459 | "$$@" $$unique; \ |
||
460 | else \ |
||
461 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
462 | $$unique; \ |
||
463 | fi; \ |
||
464 | fi |
||
465 | ctags: ctags-recursive |
||
466 | |||
467 | CTAGS: ctags |
||
468 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
469 | $(am__define_uniq_tagged_files); \ |
||
470 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
471 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
472 | $$unique |
||
473 | |||
474 | GTAGS: |
||
475 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
476 | && $(am__cd) $(top_srcdir) \ |
||
477 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
478 | cscope: cscope.files |
||
479 | test ! -s cscope.files \ |
||
480 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
||
481 | clean-cscope: |
||
482 | -rm -f cscope.files |
||
483 | cscope.files: clean-cscope cscopelist |
||
484 | cscopelist: cscopelist-recursive |
||
485 | |||
486 | cscopelist-am: $(am__tagged_files) |
||
487 | list='$(am__tagged_files)'; \ |
||
488 | case "$(srcdir)" in \ |
||
489 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
490 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
491 | esac; \ |
||
492 | for i in $$list; do \ |
||
493 | if test -f "$$i"; then \ |
||
494 | echo "$(subdir)/$$i"; \ |
||
495 | else \ |
||
496 | echo "$$sdir/$$i"; \ |
||
497 | fi; \ |
||
498 | done >> $(top_builddir)/cscope.files |
||
499 | |||
500 | distclean-tags: |
||
501 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
502 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
||
503 | |||
504 | distdir: $(DISTFILES) |
||
505 | $(am__remove_distdir) |
||
506 | test -d "$(distdir)" || mkdir "$(distdir)" |
||
507 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
508 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
509 | list='$(DISTFILES)'; \ |
||
510 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
511 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
512 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
513 | case $$dist_files in \ |
||
514 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
515 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
516 | sort -u` ;; \ |
||
517 | esac; \ |
||
518 | for file in $$dist_files; do \ |
||
519 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
520 | if test -d $$d/$$file; then \ |
||
521 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
522 | if test -d "$(distdir)/$$file"; then \ |
||
523 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
524 | fi; \ |
||
525 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
526 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
527 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
528 | fi; \ |
||
529 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
530 | else \ |
||
531 | test -f "$(distdir)/$$file" \ |
||
532 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
533 | || exit 1; \ |
||
534 | fi; \ |
||
535 | done |
||
536 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
537 | if test "$$subdir" = .; then :; else \ |
||
538 | $(am__make_dryrun) \ |
||
539 | || test -d "$(distdir)/$$subdir" \ |
||
540 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
||
541 | || exit 1; \ |
||
542 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
||
543 | $(am__relativize); \ |
||
544 | new_distdir=$$reldir; \ |
||
545 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
||
546 | $(am__relativize); \ |
||
547 | new_top_distdir=$$reldir; \ |
||
548 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
||
549 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
||
550 | ($(am__cd) $$subdir && \ |
||
551 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
552 | top_distdir="$$new_top_distdir" \ |
||
553 | distdir="$$new_distdir" \ |
||
554 | am__remove_distdir=: \ |
||
555 | am__skip_length_check=: \ |
||
556 | am__skip_mode_fix=: \ |
||
557 | distdir) \ |
||
558 | || exit 1; \ |
||
559 | fi; \ |
||
560 | done |
||
561 | -test -n "$(am__skip_mode_fix)" \ |
||
562 | || find "$(distdir)" -type d ! -perm -755 \ |
||
563 | -exec chmod u+rwx,go+rx {} \; -o \ |
||
564 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
||
565 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
||
566 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
||
567 | || chmod -R a+r "$(distdir)" |
||
568 | dist-gzip: distdir |
||
569 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
||
570 | $(am__post_remove_distdir) |
||
571 | |||
572 | dist-bzip2: distdir |
||
573 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
||
574 | $(am__post_remove_distdir) |
||
575 | |||
576 | dist-lzip: distdir |
||
577 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
||
578 | $(am__post_remove_distdir) |
||
579 | |||
580 | dist-xz: distdir |
||
581 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
||
582 | $(am__post_remove_distdir) |
||
583 | |||
584 | dist-tarZ: distdir |
||
585 | @echo WARNING: "Support for distribution archives compressed with" \ |
||
586 | "legacy program 'compress' is deprecated." >&2 |
||
587 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
588 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
||
589 | $(am__post_remove_distdir) |
||
590 | |||
591 | dist-shar: distdir |
||
592 | @echo WARNING: "Support for shar distribution archives is" \ |
||
593 | "deprecated." >&2 |
||
594 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
595 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
||
596 | $(am__post_remove_distdir) |
||
597 | |||
598 | dist-zip: distdir |
||
599 | -rm -f $(distdir).zip |
||
600 | zip -rq $(distdir).zip $(distdir) |
||
601 | $(am__post_remove_distdir) |
||
602 | |||
603 | dist dist-all: |
||
604 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
||
605 | $(am__post_remove_distdir) |
||
606 | |||
607 | # This target untars the dist file and tries a VPATH configuration. Then |
||
608 | # it guarantees that the distribution is self-contained by making another |
||
609 | # tarfile. |
||
610 | distcheck: dist |
||
611 | case '$(DIST_ARCHIVES)' in \ |
||
612 | *.tar.gz*) \ |
||
613 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
||
614 | *.tar.bz2*) \ |
||
615 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
||
616 | *.tar.lz*) \ |
||
617 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
||
618 | *.tar.xz*) \ |
||
619 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
||
620 | *.tar.Z*) \ |
||
621 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
||
622 | *.shar.gz*) \ |
||
623 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
||
624 | *.zip*) \ |
||
625 | unzip $(distdir).zip ;;\ |
||
626 | esac |
||
627 | chmod -R a-w $(distdir) |
||
628 | chmod u+w $(distdir) |
||
629 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
||
630 | chmod a-w $(distdir) |
||
631 | test -d $(distdir)/_build || exit 0; \ |
||
632 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
||
633 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
||
634 | && am__cwd=`pwd` \ |
||
635 | && $(am__cd) $(distdir)/_build/sub \ |
||
636 | && ../../configure \ |
||
637 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
||
638 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
||
639 | --srcdir=../.. --prefix="$$dc_install_base" \ |
||
640 | && $(MAKE) $(AM_MAKEFLAGS) \ |
||
641 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
||
642 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
||
643 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
||
644 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
||
645 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
||
646 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
||
647 | distuninstallcheck \ |
||
648 | && chmod -R a-w "$$dc_install_base" \ |
||
649 | && ({ \ |
||
650 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
||
651 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
||
652 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
||
653 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
||
654 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
||
655 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
||
656 | && rm -rf "$$dc_destdir" \ |
||
657 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
||
658 | && rm -rf $(DIST_ARCHIVES) \ |
||
659 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
||
660 | && cd "$$am__cwd" \ |
||
661 | || exit 1 |
||
662 | $(am__post_remove_distdir) |
||
663 | @(echo "$(distdir) archives ready for distribution: "; \ |
||
664 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
||
665 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
||
666 | distuninstallcheck: |
||
667 | @test -n '$(distuninstallcheck_dir)' || { \ |
||
668 | echo 'ERROR: trying to run $@ with an empty' \ |
||
669 | '$$(distuninstallcheck_dir)' >&2; \ |
||
670 | exit 1; \ |
||
671 | }; \ |
||
672 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
||
673 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
||
674 | exit 1; \ |
||
675 | }; \ |
||
676 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
||
677 | || { echo "ERROR: files left after uninstall:" ; \ |
||
678 | if test -n "$(DESTDIR)"; then \ |
||
679 | echo " (check DESTDIR support)"; \ |
||
680 | fi ; \ |
||
681 | $(distuninstallcheck_listfiles) ; \ |
||
682 | exit 1; } >&2 |
||
683 | distcleancheck: distclean |
||
684 | @if test '$(srcdir)' = . ; then \ |
||
685 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
||
686 | exit 1 ; \ |
||
687 | fi |
||
688 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
||
689 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
||
690 | $(distcleancheck_listfiles) ; \ |
||
691 | exit 1; } >&2 |
||
692 | check-am: all-am |
||
693 | check: check-recursive |
||
694 | all-am: Makefile config.h |
||
695 | installdirs: installdirs-recursive |
||
696 | installdirs-am: |
||
697 | install: install-recursive |
||
698 | install-exec: install-exec-recursive |
||
699 | install-data: install-data-recursive |
||
700 | uninstall: uninstall-recursive |
||
701 | |||
702 | install-am: all-am |
||
703 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
704 | |||
705 | installcheck: installcheck-recursive |
||
706 | install-strip: |
||
707 | if test -z '$(STRIP)'; then \ |
||
708 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
709 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
710 | install; \ |
||
711 | else \ |
||
712 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
713 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
714 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
715 | fi |
||
716 | mostlyclean-generic: |
||
717 | |||
718 | clean-generic: |
||
719 | |||
720 | distclean-generic: |
||
721 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
722 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
723 | |||
724 | maintainer-clean-generic: |
||
725 | @echo "This command is intended for maintainers to use" |
||
726 | @echo "it deletes files that may require special tools to rebuild." |
||
727 | clean: clean-recursive |
||
728 | |||
729 | clean-am: clean-generic clean-libtool mostlyclean-am |
||
730 | |||
731 | distclean: distclean-recursive |
||
732 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
733 | -rm -f Makefile |
||
734 | distclean-am: clean-am distclean-generic distclean-hdr \ |
||
735 | distclean-libtool distclean-tags |
||
736 | |||
737 | dvi: dvi-recursive |
||
738 | |||
739 | dvi-am: |
||
740 | |||
741 | html: html-recursive |
||
742 | |||
743 | html-am: |
||
744 | |||
745 | info: info-recursive |
||
746 | |||
747 | info-am: |
||
748 | |||
749 | install-data-am: |
||
750 | |||
751 | install-dvi: install-dvi-recursive |
||
752 | |||
753 | install-dvi-am: |
||
754 | |||
755 | install-exec-am: |
||
756 | |||
757 | install-html: install-html-recursive |
||
758 | |||
759 | install-html-am: |
||
760 | |||
761 | install-info: install-info-recursive |
||
762 | |||
763 | install-info-am: |
||
764 | |||
765 | install-man: |
||
766 | |||
767 | install-pdf: install-pdf-recursive |
||
768 | |||
769 | install-pdf-am: |
||
770 | |||
771 | install-ps: install-ps-recursive |
||
772 | |||
773 | install-ps-am: |
||
774 | |||
775 | installcheck-am: |
||
776 | |||
777 | maintainer-clean: maintainer-clean-recursive |
||
778 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
779 | -rm -rf $(top_srcdir)/autom4te.cache |
||
780 | -rm -f Makefile |
||
781 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
782 | |||
783 | mostlyclean: mostlyclean-recursive |
||
784 | |||
785 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
||
786 | |||
787 | pdf: pdf-recursive |
||
788 | |||
789 | pdf-am: |
||
790 | |||
791 | ps: ps-recursive |
||
792 | |||
793 | ps-am: |
||
794 | |||
795 | uninstall-am: |
||
796 | |||
797 | .MAKE: $(am__recursive_targets) all install-am install-strip |
||
798 | |||
799 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
||
800 | am--refresh check check-am clean clean-cscope clean-generic \ |
||
801 | clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
||
802 | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ |
||
803 | dist-xz dist-zip distcheck distclean distclean-generic \ |
||
804 | distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
||
805 | distdir distuninstallcheck dvi dvi-am html html-am info \ |
||
806 | info-am install install-am install-data install-data-am \ |
||
807 | install-dvi install-dvi-am install-exec install-exec-am \ |
||
808 | install-html install-html-am install-info install-info-am \ |
||
809 | install-man install-pdf install-pdf-am install-ps \ |
||
810 | install-ps-am install-strip installcheck installcheck-am \ |
||
811 | installdirs installdirs-am maintainer-clean \ |
||
812 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
||
813 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
||
814 | uninstall-am |
||
815 | |||
816 | .PRECIOUS: Makefile |
||
817 | |||
818 | # vertcl_src |
||
819 | |||
820 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
821 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
822 | .NOEXPORT: |