chiark / gitweb /
octave4.4
[nlopt.git] / direct / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
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 subdir = direct
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(top_srcdir)/depcomp AUTHORS COPYING README
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_threadlocal.m4 \
86         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90         $(ACLOCAL_M4)
91 mkinstalldirs = $(install_sh) -d
92 CONFIG_HEADER = $(top_builddir)/config.h
93 CONFIG_CLEAN_FILES =
94 CONFIG_CLEAN_VPATH_FILES =
95 LTLIBRARIES = $(noinst_LTLIBRARIES)
96 libdirect_la_LIBADD =
97 am_libdirect_la_OBJECTS = DIRect.lo direct_wrap.lo DIRserial.lo \
98         DIRsubrout.lo
99 libdirect_la_OBJECTS = $(am_libdirect_la_OBJECTS)
100 AM_V_lt = $(am__v_lt_@AM_V@)
101 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
102 am__v_lt_0 = --silent
103 am__v_lt_1 = 
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117 depcomp = $(SHELL) $(top_srcdir)/depcomp
118 am__depfiles_maybe = depfiles
119 am__mv = mv -f
120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
124         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
125         $(AM_CFLAGS) $(CFLAGS)
126 AM_V_CC = $(am__v_CC_@AM_V@)
127 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128 am__v_CC_0 = @echo "  CC      " $@;
129 am__v_CC_1 = 
130 CCLD = $(CC)
131 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133         $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
135 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
136 am__v_CCLD_0 = @echo "  CCLD    " $@;
137 am__v_CCLD_1 = 
138 SOURCES = $(libdirect_la_SOURCES)
139 DIST_SOURCES = $(libdirect_la_SOURCES)
140 am__can_run_installinfo = \
141   case $$AM_UPDATE_INFO_DIR in \
142     n|no|NO) false;; \
143     *) (install-info --version) >/dev/null 2>&1;; \
144   esac
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 # Read a list of newline-separated strings from the standard input,
147 # and print each of them once, without duplicates.  Input order is
148 # *not* preserved.
149 am__uniquify_input = $(AWK) '\
150   BEGIN { nonempty = 0; } \
151   { items[$$0] = 1; nonempty = 1; } \
152   END { if (nonempty) { for (i in items) print i; }; } \
153 '
154 # Make sure the list of sources is unique.  This is necessary because,
155 # e.g., the same source file might be shared among _SOURCES variables
156 # for different programs/libraries.
157 am__define_uniq_tagged_files = \
158   list='$(am__tagged_files)'; \
159   unique=`for i in $$list; do \
160     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161   done | $(am__uniquify_input)`
162 ETAGS = etags
163 CTAGS = ctags
164 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165 ACLOCAL = @ACLOCAL@
166 AMTAR = @AMTAR@
167 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
168 AR = @AR@
169 AS = @AS@
170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@
172 AUTOMAKE = @AUTOMAKE@
173 AWK = @AWK@
174 CC = @CC@
175 CCDEPMODE = @CCDEPMODE@
176 CFLAGS = @CFLAGS@
177 CPP = @CPP@
178 CPPFLAGS = @CPPFLAGS@
179 CXX = @CXX@
180 CXXCPP = @CXXCPP@
181 CXXDEPMODE = @CXXDEPMODE@
182 CXXFLAGS = @CXXFLAGS@
183 CYGPATH_W = @CYGPATH_W@
184 DEFS = @DEFS@
185 DEPDIR = @DEPDIR@
186 DLLTOOL = @DLLTOOL@
187 DSYMUTIL = @DSYMUTIL@
188 DUMPBIN = @DUMPBIN@
189 ECHO_C = @ECHO_C@
190 ECHO_N = @ECHO_N@
191 ECHO_T = @ECHO_T@
192 EGREP = @EGREP@
193 EXEEXT = @EXEEXT@
194 FGREP = @FGREP@
195 GREP = @GREP@
196 GUILE = @GUILE@
197 GUILE_CONFIG = @GUILE_CONFIG@
198 GUILE_CPPFLAGS = @GUILE_CPPFLAGS@
199 GUILE_INSTALL_DIR = @GUILE_INSTALL_DIR@
200 GUILE_LIBS = @GUILE_LIBS@
201 INSTALL = @INSTALL@
202 INSTALL_DATA = @INSTALL_DATA@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_SCRIPT = @INSTALL_SCRIPT@
205 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
206 LD = @LD@
207 LDFLAGS = @LDFLAGS@
208 LIBOBJS = @LIBOBJS@
209 LIBS = @LIBS@
210 LIBTOOL = @LIBTOOL@
211 LIPO = @LIPO@
212 LN_S = @LN_S@
213 LTLIBOBJS = @LTLIBOBJS@
214 MAINT = @MAINT@
215 MAKEINFO = @MAKEINFO@
216 MANIFEST_TOOL = @MANIFEST_TOOL@
217 MATLAB = @MATLAB@
218 MEX = @MEX@
219 MEXSUFF = @MEXSUFF@
220 MEX_INSTALL_DIR = @MEX_INSTALL_DIR@
221 MKDIR_P = @MKDIR_P@
222 MKOCTFILE = @MKOCTFILE@
223 M_INSTALL_DIR = @M_INSTALL_DIR@
224 NLOPT_SUFFIX = @NLOPT_SUFFIX@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OCTAVE = @OCTAVE@
230 OCTAVE_CONFIG = @OCTAVE_CONFIG@
231 OCT_INSTALL_DIR = @OCT_INSTALL_DIR@
232 OTOOL = @OTOOL@
233 OTOOL64 = @OTOOL64@
234 PACKAGE = @PACKAGE@
235 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
236 PACKAGE_NAME = @PACKAGE_NAME@
237 PACKAGE_STRING = @PACKAGE_STRING@
238 PACKAGE_TARNAME = @PACKAGE_TARNAME@
239 PACKAGE_URL = @PACKAGE_URL@
240 PACKAGE_VERSION = @PACKAGE_VERSION@
241 PATH_SEPARATOR = @PATH_SEPARATOR@
242 PYTHON = @PYTHON@
243 PYTHON_CONFIG = @PYTHON_CONFIG@
244 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
245 PYTHON_INCLUDES = @PYTHON_INCLUDES@
246 PYTHON_PLATFORM = @PYTHON_PLATFORM@
247 PYTHON_PREFIX = @PYTHON_PREFIX@
248 PYTHON_VERSION = @PYTHON_VERSION@
249 RANLIB = @RANLIB@
250 SED = @SED@
251 SET_MAKE = @SET_MAKE@
252 SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 VERSION = @VERSION@
256 abs_builddir = @abs_builddir@
257 abs_srcdir = @abs_srcdir@
258 abs_top_builddir = @abs_top_builddir@
259 abs_top_srcdir = @abs_top_srcdir@
260 ac_ct_AR = @ac_ct_AR@
261 ac_ct_CC = @ac_ct_CC@
262 ac_ct_CXX = @ac_ct_CXX@
263 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build = @build@
271 build_alias = @build_alias@
272 build_cpu = @build_cpu@
273 build_os = @build_os@
274 build_vendor = @build_vendor@
275 builddir = @builddir@
276 datadir = @datadir@
277 datarootdir = @datarootdir@
278 docdir = @docdir@
279 dvidir = @dvidir@
280 exec_prefix = @exec_prefix@
281 host = @host@
282 host_alias = @host_alias@
283 host_cpu = @host_cpu@
284 host_os = @host_os@
285 host_vendor = @host_vendor@
286 htmldir = @htmldir@
287 includedir = @includedir@
288 infodir = @infodir@
289 install_sh = @install_sh@
290 libdir = @libdir@
291 libexecdir = @libexecdir@
292 localedir = @localedir@
293 localstatedir = @localstatedir@
294 mandir = @mandir@
295 mkdir_p = @mkdir_p@
296 oldincludedir = @oldincludedir@
297 pdfdir = @pdfdir@
298 pkgpyexecdir = @pkgpyexecdir@
299 pkgpythondir = @pkgpythondir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 pyexecdir = @pyexecdir@
304 pythondir = @pythondir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 sysconfdir = @sysconfdir@
309 target_alias = @target_alias@
310 top_build_prefix = @top_build_prefix@
311 top_builddir = @top_builddir@
312 top_srcdir = @top_srcdir@
313 AM_CPPFLAGS = -I$(top_srcdir)/util -I$(top_srcdir)/api
314 noinst_LTLIBRARIES = libdirect.la
315 libdirect_la_SOURCES = DIRect.c direct_wrap.c DIRserial.c DIRsubrout.c  \
316 direct-internal.h direct.h
317
318 EXTRA_DIST = README AUTHORS COPYING DIRparallel.c tstc.c userguide.pdf
319 all: all-am
320
321 .SUFFIXES:
322 .SUFFIXES: .c .lo .o .obj
323 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
324         @for dep in $?; do \
325           case '$(am__configure_deps)' in \
326             *$$dep*) \
327               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
328                 && { if test -f $@; then exit 0; else break; fi; }; \
329               exit 1;; \
330           esac; \
331         done; \
332         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu direct/Makefile'; \
333         $(am__cd) $(top_srcdir) && \
334           $(AUTOMAKE) --gnu direct/Makefile
335 .PRECIOUS: Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337         @case '$?' in \
338           *config.status*) \
339             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340           *) \
341             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
342             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
343         esac;
344
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(am__aclocal_m4_deps):
353
354 clean-noinstLTLIBRARIES:
355         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
356         @list='$(noinst_LTLIBRARIES)'; \
357         locs=`for p in $$list; do echo $$p; done | \
358               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
359               sort -u`; \
360         test -z "$$locs" || { \
361           echo rm -f $${locs}; \
362           rm -f $${locs}; \
363         }
364
365 libdirect.la: $(libdirect_la_OBJECTS) $(libdirect_la_DEPENDENCIES) $(EXTRA_libdirect_la_DEPENDENCIES) 
366         $(AM_V_CCLD)$(LINK)  $(libdirect_la_OBJECTS) $(libdirect_la_LIBADD) $(LIBS)
367
368 mostlyclean-compile:
369         -rm -f *.$(OBJEXT)
370
371 distclean-compile:
372         -rm -f *.tab.c
373
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DIRect.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DIRserial.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DIRsubrout.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/direct_wrap.Plo@am__quote@
378
379 .c.o:
380 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
385
386 .c.obj:
387 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
388 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
392
393 .c.lo:
394 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
395 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
398 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
399
400 mostlyclean-libtool:
401         -rm -f *.lo
402
403 clean-libtool:
404         -rm -rf .libs _libs
405
406 ID: $(am__tagged_files)
407         $(am__define_uniq_tagged_files); mkid -fID $$unique
408 tags: tags-am
409 TAGS: tags
410
411 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
412         set x; \
413         here=`pwd`; \
414         $(am__define_uniq_tagged_files); \
415         shift; \
416         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417           test -n "$$unique" || unique=$$empty_fix; \
418           if test $$# -gt 0; then \
419             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420               "$$@" $$unique; \
421           else \
422             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423               $$unique; \
424           fi; \
425         fi
426 ctags: ctags-am
427
428 CTAGS: ctags
429 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430         $(am__define_uniq_tagged_files); \
431         test -z "$(CTAGS_ARGS)$$unique" \
432           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
433              $$unique
434
435 GTAGS:
436         here=`$(am__cd) $(top_builddir) && pwd` \
437           && $(am__cd) $(top_srcdir) \
438           && gtags -i $(GTAGS_ARGS) "$$here"
439 cscopelist: cscopelist-am
440
441 cscopelist-am: $(am__tagged_files)
442         list='$(am__tagged_files)'; \
443         case "$(srcdir)" in \
444           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
445           *) sdir=$(subdir)/$(srcdir) ;; \
446         esac; \
447         for i in $$list; do \
448           if test -f "$$i"; then \
449             echo "$(subdir)/$$i"; \
450           else \
451             echo "$$sdir/$$i"; \
452           fi; \
453         done >> $(top_builddir)/cscope.files
454
455 distclean-tags:
456         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458 distdir: $(DISTFILES)
459         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461         list='$(DISTFILES)'; \
462           dist_files=`for file in $$list; do echo $$file; done | \
463           sed -e "s|^$$srcdirstrip/||;t" \
464               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465         case $$dist_files in \
466           */*) $(MKDIR_P) `echo "$$dist_files" | \
467                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468                            sort -u` ;; \
469         esac; \
470         for file in $$dist_files; do \
471           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472           if test -d $$d/$$file; then \
473             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474             if test -d "$(distdir)/$$file"; then \
475               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476             fi; \
477             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480             fi; \
481             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482           else \
483             test -f "$(distdir)/$$file" \
484             || cp -p $$d/$$file "$(distdir)/$$file" \
485             || exit 1; \
486           fi; \
487         done
488 check-am: all-am
489 check: check-am
490 all-am: Makefile $(LTLIBRARIES)
491 installdirs:
492 install: install-am
493 install-exec: install-exec-am
494 install-data: install-data-am
495 uninstall: uninstall-am
496
497 install-am: all-am
498         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500 installcheck: installcheck-am
501 install-strip:
502         if test -z '$(STRIP)'; then \
503           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505               install; \
506         else \
507           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510         fi
511 mostlyclean-generic:
512
513 clean-generic:
514
515 distclean-generic:
516         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
519 maintainer-clean-generic:
520         @echo "This command is intended for maintainers to use"
521         @echo "it deletes files that may require special tools to rebuild."
522 clean: clean-am
523
524 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
525         mostlyclean-am
526
527 distclean: distclean-am
528         -rm -rf ./$(DEPDIR)
529         -rm -f Makefile
530 distclean-am: clean-am distclean-compile distclean-generic \
531         distclean-tags
532
533 dvi: dvi-am
534
535 dvi-am:
536
537 html: html-am
538
539 html-am:
540
541 info: info-am
542
543 info-am:
544
545 install-data-am:
546
547 install-dvi: install-dvi-am
548
549 install-dvi-am:
550
551 install-exec-am:
552
553 install-html: install-html-am
554
555 install-html-am:
556
557 install-info: install-info-am
558
559 install-info-am:
560
561 install-man:
562
563 install-pdf: install-pdf-am
564
565 install-pdf-am:
566
567 install-ps: install-ps-am
568
569 install-ps-am:
570
571 installcheck-am:
572
573 maintainer-clean: maintainer-clean-am
574         -rm -rf ./$(DEPDIR)
575         -rm -f Makefile
576 maintainer-clean-am: distclean-am maintainer-clean-generic
577
578 mostlyclean: mostlyclean-am
579
580 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
581         mostlyclean-libtool
582
583 pdf: pdf-am
584
585 pdf-am:
586
587 ps: ps-am
588
589 ps-am:
590
591 uninstall-am:
592
593 .MAKE: install-am install-strip
594
595 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
596         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
597         ctags-am distclean distclean-compile distclean-generic \
598         distclean-libtool distclean-tags distdir dvi dvi-am html \
599         html-am info info-am install install-am install-data \
600         install-data-am install-dvi install-dvi-am install-exec \
601         install-exec-am install-html install-html-am install-info \
602         install-info-am install-man install-pdf install-pdf-am \
603         install-ps install-ps-am install-strip installcheck \
604         installcheck-am installdirs maintainer-clean \
605         maintainer-clean-generic mostlyclean mostlyclean-compile \
606         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
607         tags tags-am uninstall uninstall-am
608
609
610 # Tell versions [3.59,3.63) of GNU make to not export all variables.
611 # Otherwise a system limit (for SysV at least) may be exceeded.
612 .NOEXPORT: