Merge branch 'master' into debian
[trust_router.git] / gsscon / Makefile.in
1 # Makefile.in generated by automake 1.14.1 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
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 noinst_PROGRAMS = test/gsscon_client$(EXEEXT) \
83         test/gsscon_server$(EXEEXT)
84 subdir = gsscon
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/build-aux/depcomp
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
89         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
91         $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93         $(ACLOCAL_M4)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_CLEAN_FILES =
96 CONFIG_CLEAN_VPATH_FILES =
97 LTLIBRARIES = $(noinst_LTLIBRARIES)
98 libgsscon_la_LIBADD =
99 am_libgsscon_la_OBJECTS = gsscon_active.lo gsscon_common.lo \
100         gsscon_passive.lo
101 libgsscon_la_OBJECTS = $(am_libgsscon_la_OBJECTS)
102 AM_V_lt = $(am__v_lt_@AM_V@)
103 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
104 am__v_lt_0 = --silent
105 am__v_lt_1 = 
106 PROGRAMS = $(noinst_PROGRAMS)
107 am__dirstamp = $(am__leading_dot)dirstamp
108 am_test_gsscon_client_OBJECTS = test/gsscon_client.$(OBJEXT)
109 test_gsscon_client_OBJECTS = $(am_test_gsscon_client_OBJECTS)
110 test_gsscon_client_DEPENDENCIES = libgsscon.la
111 am_test_gsscon_server_OBJECTS = test/gsscon_server.$(OBJEXT)
112 test_gsscon_server_OBJECTS = $(am_test_gsscon_server_OBJECTS)
113 test_gsscon_server_DEPENDENCIES = libgsscon.la
114 AM_V_P = $(am__v_P_@AM_V@)
115 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 am__v_P_0 = false
117 am__v_P_1 = :
118 AM_V_GEN = $(am__v_GEN_@AM_V@)
119 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
120 am__v_GEN_0 = @echo "  GEN     " $@;
121 am__v_GEN_1 = 
122 AM_V_at = $(am__v_at_@AM_V@)
123 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 am__v_at_0 = @
125 am__v_at_1 = 
126 DEFAULT_INCLUDES = -I.@am__isrc@
127 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
128 am__depfiles_maybe = depfiles
129 am__mv = mv -f
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135         $(AM_CFLAGS) $(CFLAGS)
136 AM_V_CC = $(am__v_CC_@AM_V@)
137 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138 am__v_CC_0 = @echo "  CC      " $@;
139 am__v_CC_1 = 
140 CCLD = $(CC)
141 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143         $(AM_LDFLAGS) $(LDFLAGS) -o $@
144 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146 am__v_CCLD_0 = @echo "  CCLD    " $@;
147 am__v_CCLD_1 = 
148 SOURCES = $(libgsscon_la_SOURCES) $(test_gsscon_client_SOURCES) \
149         $(test_gsscon_server_SOURCES)
150 DIST_SOURCES = $(libgsscon_la_SOURCES) $(test_gsscon_client_SOURCES) \
151         $(test_gsscon_server_SOURCES)
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
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; }; } \
165 '
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 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177 ACLOCAL = @ACLOCAL@
178 AMTAR = @AMTAR@
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180 AR = @AR@
181 AUTOCONF = @AUTOCONF@
182 AUTOHEADER = @AUTOHEADER@
183 AUTOMAKE = @AUTOMAKE@
184 AWK = @AWK@
185 CC = @CC@
186 CCDEPMODE = @CCDEPMODE@
187 CFLAGS = @CFLAGS@
188 CPP = @CPP@
189 CPPFLAGS = @CPPFLAGS@
190 CYGPATH_W = @CYGPATH_W@
191 DEFS = @DEFS@
192 DEPDIR = @DEPDIR@
193 DLLTOOL = @DLLTOOL@
194 DSYMUTIL = @DSYMUTIL@
195 DUMPBIN = @DUMPBIN@
196 ECHO_C = @ECHO_C@
197 ECHO_N = @ECHO_N@
198 ECHO_T = @ECHO_T@
199 EGREP = @EGREP@
200 EXEEXT = @EXEEXT@
201 FGREP = @FGREP@
202 GREP = @GREP@
203 INSTALL = @INSTALL@
204 INSTALL_DATA = @INSTALL_DATA@
205 INSTALL_PROGRAM = @INSTALL_PROGRAM@
206 INSTALL_SCRIPT = @INSTALL_SCRIPT@
207 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
208 LD = @LD@
209 LDFLAGS = @LDFLAGS@
210 LIBOBJS = @LIBOBJS@
211 LIBS = @LIBS@
212 LIBTOOL = @LIBTOOL@
213 LIPO = @LIPO@
214 LN_S = @LN_S@
215 LTLIBOBJS = @LTLIBOBJS@
216 MAINT = @MAINT@
217 MAKEINFO = @MAKEINFO@
218 MANIFEST_TOOL = @MANIFEST_TOOL@
219 MKDIR_P = @MKDIR_P@
220 NM = @NM@
221 NMEDIT = @NMEDIT@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_URL = @PACKAGE_URL@
232 PACKAGE_VERSION = @PACKAGE_VERSION@
233 PATH_SEPARATOR = @PATH_SEPARATOR@
234 PKG_CONFIG = @PKG_CONFIG@
235 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237 RANLIB = @RANLIB@
238 SED = @SED@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 VERSION = @VERSION@
243 abs_builddir = @abs_builddir@
244 abs_srcdir = @abs_srcdir@
245 abs_top_builddir = @abs_top_builddir@
246 abs_top_srcdir = @abs_top_srcdir@
247 ac_ct_AR = @ac_ct_AR@
248 ac_ct_CC = @ac_ct_CC@
249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250 am__include = @am__include@
251 am__leading_dot = @am__leading_dot@
252 am__quote = @am__quote@
253 am__tar = @am__tar@
254 am__untar = @am__untar@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_os = @build_os@
260 build_vendor = @build_vendor@
261 builddir = @builddir@
262 datadir = @datadir@
263 datarootdir = @datarootdir@
264 docdir = @docdir@
265 dvidir = @dvidir@
266 exec_prefix = @exec_prefix@
267 host = @host@
268 host_alias = @host_alias@
269 host_cpu = @host_cpu@
270 host_os = @host_os@
271 host_vendor = @host_vendor@
272 htmldir = @htmldir@
273 includedir = @includedir@
274 infodir = @infodir@
275 install_sh = @install_sh@
276 libdir = @libdir@
277 libexecdir = @libexecdir@
278 localedir = @localedir@
279 localstatedir = @localstatedir@
280 mandir = @mandir@
281 mkdir_p = @mkdir_p@
282 oldincludedir = @oldincludedir@
283 pdfdir = @pdfdir@
284 prefix = @prefix@
285 program_transform_name = @program_transform_name@
286 psdir = @psdir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 systemdsystemunitdir = @systemdsystemunitdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 AM_CPPFLAGS = -I$(top_srcdir)/include
297 AM_CFLAGS = -fvisibility=hidden
298 noinst_LTLIBRARIES = libgsscon.la
299 libgsscon_la_SOURCES = gsscon_active.c gsscon_common.c gsscon_passive.c
300 test_gsscon_client_LDADD = libgsscon.la
301 test_gsscon_client_SOURCES = test/gsscon_client.c
302 test_gsscon_server_LDADD = libgsscon.la
303 test_gsscon_server_SOURCES = test/gsscon_server.c
304 all: all-am
305
306 .SUFFIXES:
307 .SUFFIXES: .c .lo .o .obj
308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
309         @for dep in $?; do \
310           case '$(am__configure_deps)' in \
311             *$$dep*) \
312               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313                 && { if test -f $@; then exit 0; else break; fi; }; \
314               exit 1;; \
315           esac; \
316         done; \
317         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gsscon/Makefile'; \
318         $(am__cd) $(top_srcdir) && \
319           $(AUTOMAKE) --foreign gsscon/Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322         @case '$?' in \
323           *config.status*) \
324             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325           *) \
326             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328         esac;
329
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(am__aclocal_m4_deps):
338
339 clean-noinstLTLIBRARIES:
340         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
341         @list='$(noinst_LTLIBRARIES)'; \
342         locs=`for p in $$list; do echo $$p; done | \
343               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
344               sort -u`; \
345         test -z "$$locs" || { \
346           echo rm -f $${locs}; \
347           rm -f $${locs}; \
348         }
349
350 libgsscon.la: $(libgsscon_la_OBJECTS) $(libgsscon_la_DEPENDENCIES) $(EXTRA_libgsscon_la_DEPENDENCIES) 
351         $(AM_V_CCLD)$(LINK)  $(libgsscon_la_OBJECTS) $(libgsscon_la_LIBADD) $(LIBS)
352
353 clean-noinstPROGRAMS:
354         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
355         echo " rm -f" $$list; \
356         rm -f $$list || exit $$?; \
357         test -n "$(EXEEXT)" || exit 0; \
358         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
359         echo " rm -f" $$list; \
360         rm -f $$list
361 test/$(am__dirstamp):
362         @$(MKDIR_P) test
363         @: > test/$(am__dirstamp)
364 test/$(DEPDIR)/$(am__dirstamp):
365         @$(MKDIR_P) test/$(DEPDIR)
366         @: > test/$(DEPDIR)/$(am__dirstamp)
367 test/gsscon_client.$(OBJEXT): test/$(am__dirstamp) \
368         test/$(DEPDIR)/$(am__dirstamp)
369
370 test/gsscon_client$(EXEEXT): $(test_gsscon_client_OBJECTS) $(test_gsscon_client_DEPENDENCIES) $(EXTRA_test_gsscon_client_DEPENDENCIES) test/$(am__dirstamp)
371         @rm -f test/gsscon_client$(EXEEXT)
372         $(AM_V_CCLD)$(LINK) $(test_gsscon_client_OBJECTS) $(test_gsscon_client_LDADD) $(LIBS)
373 test/gsscon_server.$(OBJEXT): test/$(am__dirstamp) \
374         test/$(DEPDIR)/$(am__dirstamp)
375
376 test/gsscon_server$(EXEEXT): $(test_gsscon_server_OBJECTS) $(test_gsscon_server_DEPENDENCIES) $(EXTRA_test_gsscon_server_DEPENDENCIES) test/$(am__dirstamp)
377         @rm -f test/gsscon_server$(EXEEXT)
378         $(AM_V_CCLD)$(LINK) $(test_gsscon_server_OBJECTS) $(test_gsscon_server_LDADD) $(LIBS)
379
380 mostlyclean-compile:
381         -rm -f *.$(OBJEXT)
382         -rm -f test/*.$(OBJEXT)
383
384 distclean-compile:
385         -rm -f *.tab.c
386
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsscon_active.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsscon_common.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsscon_passive.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/gsscon_client.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/gsscon_server.Po@am__quote@
392
393 .c.o:
394 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
395 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
396 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
400
401 .c.obj:
402 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
403 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
404 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
408
409 .c.lo:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
411 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
412 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
416
417 mostlyclean-libtool:
418         -rm -f *.lo
419
420 clean-libtool:
421         -rm -rf .libs _libs
422         -rm -rf test/.libs test/_libs
423
424 ID: $(am__tagged_files)
425         $(am__define_uniq_tagged_files); mkid -fID $$unique
426 tags: tags-am
427 TAGS: tags
428
429 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
430         set x; \
431         here=`pwd`; \
432         $(am__define_uniq_tagged_files); \
433         shift; \
434         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435           test -n "$$unique" || unique=$$empty_fix; \
436           if test $$# -gt 0; then \
437             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438               "$$@" $$unique; \
439           else \
440             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441               $$unique; \
442           fi; \
443         fi
444 ctags: ctags-am
445
446 CTAGS: ctags
447 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448         $(am__define_uniq_tagged_files); \
449         test -z "$(CTAGS_ARGS)$$unique" \
450           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451              $$unique
452
453 GTAGS:
454         here=`$(am__cd) $(top_builddir) && pwd` \
455           && $(am__cd) $(top_srcdir) \
456           && gtags -i $(GTAGS_ARGS) "$$here"
457 cscopelist: cscopelist-am
458
459 cscopelist-am: $(am__tagged_files)
460         list='$(am__tagged_files)'; \
461         case "$(srcdir)" in \
462           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
463           *) sdir=$(subdir)/$(srcdir) ;; \
464         esac; \
465         for i in $$list; do \
466           if test -f "$$i"; then \
467             echo "$(subdir)/$$i"; \
468           else \
469             echo "$$sdir/$$i"; \
470           fi; \
471         done >> $(top_builddir)/cscope.files
472
473 distclean-tags:
474         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
476 distdir: $(DISTFILES)
477         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479         list='$(DISTFILES)'; \
480           dist_files=`for file in $$list; do echo $$file; done | \
481           sed -e "s|^$$srcdirstrip/||;t" \
482               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
483         case $$dist_files in \
484           */*) $(MKDIR_P) `echo "$$dist_files" | \
485                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
486                            sort -u` ;; \
487         esac; \
488         for file in $$dist_files; do \
489           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490           if test -d $$d/$$file; then \
491             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492             if test -d "$(distdir)/$$file"; then \
493               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494             fi; \
495             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
497               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498             fi; \
499             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500           else \
501             test -f "$(distdir)/$$file" \
502             || cp -p $$d/$$file "$(distdir)/$$file" \
503             || exit 1; \
504           fi; \
505         done
506 check-am: all-am
507 check: check-am
508 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
509 installdirs:
510 install: install-am
511 install-exec: install-exec-am
512 install-data: install-data-am
513 uninstall: uninstall-am
514
515 install-am: all-am
516         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
517
518 installcheck: installcheck-am
519 install-strip:
520         if test -z '$(STRIP)'; then \
521           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
522             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
523               install; \
524         else \
525           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
528         fi
529 mostlyclean-generic:
530
531 clean-generic:
532
533 distclean-generic:
534         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
536         -rm -f test/$(DEPDIR)/$(am__dirstamp)
537         -rm -f test/$(am__dirstamp)
538
539 maintainer-clean-generic:
540         @echo "This command is intended for maintainers to use"
541         @echo "it deletes files that may require special tools to rebuild."
542 clean: clean-am
543
544 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
545         clean-noinstPROGRAMS mostlyclean-am
546
547 distclean: distclean-am
548         -rm -rf ./$(DEPDIR) test/$(DEPDIR)
549         -rm -f Makefile
550 distclean-am: clean-am distclean-compile distclean-generic \
551         distclean-tags
552
553 dvi: dvi-am
554
555 dvi-am:
556
557 html: html-am
558
559 html-am:
560
561 info: info-am
562
563 info-am:
564
565 install-data-am:
566
567 install-dvi: install-dvi-am
568
569 install-dvi-am:
570
571 install-exec-am:
572
573 install-html: install-html-am
574
575 install-html-am:
576
577 install-info: install-info-am
578
579 install-info-am:
580
581 install-man:
582
583 install-pdf: install-pdf-am
584
585 install-pdf-am:
586
587 install-ps: install-ps-am
588
589 install-ps-am:
590
591 installcheck-am:
592
593 maintainer-clean: maintainer-clean-am
594         -rm -rf ./$(DEPDIR) test/$(DEPDIR)
595         -rm -f Makefile
596 maintainer-clean-am: distclean-am maintainer-clean-generic
597
598 mostlyclean: mostlyclean-am
599
600 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
601         mostlyclean-libtool
602
603 pdf: pdf-am
604
605 pdf-am:
606
607 ps: ps-am
608
609 ps-am:
610
611 uninstall-am:
612
613 .MAKE: install-am install-strip
614
615 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
616         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
617         cscopelist-am ctags ctags-am distclean distclean-compile \
618         distclean-generic distclean-libtool distclean-tags distdir dvi \
619         dvi-am html html-am info info-am install install-am \
620         install-data install-data-am install-dvi install-dvi-am \
621         install-exec install-exec-am install-html install-html-am \
622         install-info install-info-am install-man install-pdf \
623         install-pdf-am install-ps install-ps-am install-strip \
624         installcheck installcheck-am installdirs maintainer-clean \
625         maintainer-clean-generic mostlyclean mostlyclean-compile \
626         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
627         tags tags-am uninstall uninstall-am
628
629
630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
631 # Otherwise a system limit (for SysV at least) may be exceeded.
632 .NOEXPORT: