Subversion Repositories Vertical

Rev

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