Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #__top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c\
  15. # opcua_builtInDatatypes.c\
  16. # opcua_binaryEncDec.c\
  17. # opcua_transportLayer.c\
  18. # opcua_builtInDatatypes.h\
  19. # opcua_binaryEncDec.h\
  20. # opcua_transportLayer.h\
  21. # opcua_advancedDatatypes.h\
  22. # opcua_types.h\
  23. # opcua_connectionHelper.h\
  24. # tcp_layer.h
  25. VPATH = @srcdir@
  26. pkgdatadir = $(datadir)/@PACKAGE@
  27. pkgincludedir = $(includedir)/@PACKAGE@
  28. pkglibdir = $(libdir)/@PACKAGE@
  29. pkglibexecdir = $(libexecdir)/@PACKAGE@
  30. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  31. install_sh_DATA = $(install_sh) -c -m 644
  32. install_sh_PROGRAM = $(install_sh) -c
  33. install_sh_SCRIPT = $(install_sh) -c
  34. INSTALL_HEADER = $(INSTALL_DATA)
  35. transform = $(program_transform_name)
  36. NORMAL_INSTALL = :
  37. PRE_INSTALL = :
  38. POST_INSTALL = :
  39. NORMAL_UNINSTALL = :
  40. PRE_UNINSTALL = :
  41. POST_UNINSTALL = :
  42. build_triplet = @build@
  43. host_triplet = @host@
  44. target_triplet = @target@
  45. subdir = src
  46. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  47. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  48. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  49. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  50. $(ACLOCAL_M4)
  51. mkinstalldirs = $(install_sh) -d
  52. CONFIG_CLEAN_FILES =
  53. CONFIG_CLEAN_VPATH_FILES =
  54. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  55. am__vpath_adj = case $$p in \
  56. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  57. *) f=$$p;; \
  58. esac;
  59. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  60. am__install_max = 40
  61. am__nobase_strip_setup = \
  62. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  63. am__nobase_strip = \
  64. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  65. am__nobase_list = $(am__nobase_strip_setup); \
  66. for p in $$list; do echo "$$p $$p"; done | \
  67. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  68. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  69. if (++n[$$2] == $(am__install_max)) \
  70. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  71. END { for (dir in files) print dir, files[dir] }'
  72. am__base_list = \
  73. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  74. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  75. am__installdirs = "$(DESTDIR)$(libdir)"
  76. LTLIBRARIES = $(lib_LTLIBRARIES)
  77. libopen62541_la_LIBADD =
  78. am_libopen62541_la_OBJECTS = opcua_builtInDatatypes.lo \
  79. opcua_binaryEncDec.lo opcua_transportLayer.lo \
  80. opcua_encodingLayer.lo opcua_secureChannelLayer.lo \
  81. opcua_memory.lo opcua_time.lo tcp_layer.lo
  82. libopen62541_la_OBJECTS = $(am_libopen62541_la_OBJECTS)
  83. libopen62541_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  84. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  85. $(libopen62541_la_LDFLAGS) $(LDFLAGS) -o $@
  86. DEFAULT_INCLUDES = -I.@am__isrc@
  87. depcomp = $(SHELL) $(top_srcdir)/depcomp
  88. am__depfiles_maybe = depfiles
  89. am__mv = mv -f
  90. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  91. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  93. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  94. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  95. CCLD = $(CC)
  96. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  97. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  98. $(LDFLAGS) -o $@
  99. SOURCES = $(libopen62541_la_SOURCES)
  100. DIST_SOURCES = $(libopen62541_la_SOURCES)
  101. ETAGS = etags
  102. CTAGS = ctags
  103. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  104. ACLOCAL = @ACLOCAL@
  105. AMTAR = @AMTAR@
  106. AR = @AR@
  107. AS = @AS@
  108. AUTOCONF = @AUTOCONF@
  109. AUTOHEADER = @AUTOHEADER@
  110. AUTOMAKE = @AUTOMAKE@
  111. AWK = @AWK@
  112. CC = @CC@
  113. CCDEPMODE = @CCDEPMODE@
  114. CFLAGS = @CFLAGS@
  115. CHECK_CFLAGS = @CHECK_CFLAGS@
  116. CHECK_LIBS = @CHECK_LIBS@
  117. CPP = @CPP@
  118. CPPFLAGS = @CPPFLAGS@
  119. CYGPATH_W = @CYGPATH_W@
  120. DEFS = @DEFS@
  121. DEPDIR = @DEPDIR@
  122. DLLTOOL = @DLLTOOL@
  123. DSYMUTIL = @DSYMUTIL@
  124. DUMPBIN = @DUMPBIN@
  125. ECHO_C = @ECHO_C@
  126. ECHO_N = @ECHO_N@
  127. ECHO_T = @ECHO_T@
  128. EGREP = @EGREP@
  129. EXEEXT = @EXEEXT@
  130. FGREP = @FGREP@
  131. GREP = @GREP@
  132. INSTALL = @INSTALL@
  133. INSTALL_DATA = @INSTALL_DATA@
  134. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  135. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  136. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  137. LD = @LD@
  138. LDFLAGS = @LDFLAGS@
  139. LIBOBJS = @LIBOBJS@
  140. LIBS = @LIBS@
  141. LIBTOOL = @LIBTOOL@
  142. LIPO = @LIPO@
  143. LN_S = @LN_S@
  144. LTLIBOBJS = @LTLIBOBJS@
  145. MAKEINFO = @MAKEINFO@
  146. MANIFEST_TOOL = @MANIFEST_TOOL@
  147. MKDIR_P = @MKDIR_P@
  148. NM = @NM@
  149. NMEDIT = @NMEDIT@
  150. OBJDUMP = @OBJDUMP@
  151. OBJEXT = @OBJEXT@
  152. OTOOL = @OTOOL@
  153. OTOOL64 = @OTOOL64@
  154. PACKAGE = @PACKAGE@
  155. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  156. PACKAGE_NAME = @PACKAGE_NAME@
  157. PACKAGE_STRING = @PACKAGE_STRING@
  158. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  159. PACKAGE_URL = @PACKAGE_URL@
  160. PACKAGE_VERSION = @PACKAGE_VERSION@
  161. PATH_SEPARATOR = @PATH_SEPARATOR@
  162. PKG_CONFIG = @PKG_CONFIG@
  163. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  164. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  165. RANLIB = @RANLIB@
  166. SED = @SED@
  167. SET_MAKE = @SET_MAKE@
  168. SHELL = @SHELL@
  169. STRIP = @STRIP@
  170. VERSION = @VERSION@
  171. abs_builddir = @abs_builddir@
  172. abs_srcdir = @abs_srcdir@
  173. abs_top_builddir = @abs_top_builddir@
  174. abs_top_srcdir = @abs_top_srcdir@
  175. ac_ct_AR = @ac_ct_AR@
  176. ac_ct_CC = @ac_ct_CC@
  177. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  178. am__include = @am__include@
  179. am__leading_dot = @am__leading_dot@
  180. am__quote = @am__quote@
  181. am__tar = @am__tar@
  182. am__untar = @am__untar@
  183. bindir = @bindir@
  184. build = @build@
  185. build_alias = @build_alias@
  186. build_cpu = @build_cpu@
  187. build_os = @build_os@
  188. build_vendor = @build_vendor@
  189. builddir = @builddir@
  190. datadir = @datadir@
  191. datarootdir = @datarootdir@
  192. docdir = @docdir@
  193. dvidir = @dvidir@
  194. exec_prefix = @exec_prefix@
  195. host = @host@
  196. host_alias = @host_alias@
  197. host_cpu = @host_cpu@
  198. host_os = @host_os@
  199. host_vendor = @host_vendor@
  200. htmldir = @htmldir@
  201. includedir = @includedir@
  202. infodir = @infodir@
  203. install_sh = @install_sh@
  204. libdir = @libdir@
  205. libexecdir = @libexecdir@
  206. localedir = @localedir@
  207. localstatedir = @localstatedir@
  208. mandir = @mandir@
  209. mkdir_p = @mkdir_p@
  210. oldincludedir = @oldincludedir@
  211. pdfdir = @pdfdir@
  212. prefix = @prefix@
  213. program_transform_name = @program_transform_name@
  214. psdir = @psdir@
  215. sbindir = @sbindir@
  216. sharedstatedir = @sharedstatedir@
  217. srcdir = @srcdir@
  218. sysconfdir = @sysconfdir@
  219. target = @target@
  220. target_alias = @target_alias@
  221. target_cpu = @target_cpu@
  222. target_os = @target_os@
  223. target_vendor = @target_vendor@
  224. top_build_prefix = @top_build_prefix@
  225. top_builddir = @top_builddir@
  226. top_srcdir = @top_srcdir@
  227. #lib_LTLIBRARIES = libstack.la
  228. #libstack_la_SOURCES = opcua_transportLayer.c\
  229. # opcua_transportLayer.h\
  230. # opcua_advancedDatatypes.h\
  231. # opcua_connectionHelper.h
  232. lib_LTLIBRARIES = libopen62541.la
  233. libopen62541_la_LDFLAGS = -avoid-version -no-undefined
  234. libopen62541_la_SOURCES = opcua_builtInDatatypes.c\
  235. opcua_binaryEncDec.c\
  236. opcua_transportLayer.c\
  237. opcua_encodingLayer.c\
  238. opcua_secureChannelLayer.c\
  239. opcua_memory.c\
  240. opcua_time.c\
  241. tcp_layer.c\
  242. opcua_builtInDatatypes.h\
  243. opcua_binaryEncDec.h\
  244. opcua_transportLayer.h\
  245. opcua_advancedDatatypes.h\
  246. opcua_types.h\
  247. opcua_connectionHelper.h\
  248. opcua_encodingLayer.h\
  249. opcua_secureChannelLayer.h\
  250. opcua_memory.h\
  251. opcua_time.h\
  252. tcp_layer.h
  253. @DEBUG_FALSE@AM_CFLAGS = -O2
  254. #bin_PROGRAMS= $(top_builddir)/bin/open62541.out
  255. #__top_builddir__bin_libOpen62541_out_SOURCES = opcuaServer.c
  256. #libOpen62541_la_LIBADD = ../lib/libOpen62541.la
  257. @DEBUG_TRUE@AM_CFLAGS = -g -O0
  258. @DEBUG_FALSE@AM_CXXFLAGS = -O2
  259. @DEBUG_TRUE@AM_CXXFLAGS = -g -O0
  260. all: all-am
  261. .SUFFIXES:
  262. .SUFFIXES: .c .lo .o .obj
  263. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  264. @for dep in $?; do \
  265. case '$(am__configure_deps)' in \
  266. *$$dep*) \
  267. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  268. && { if test -f $@; then exit 0; else break; fi; }; \
  269. exit 1;; \
  270. esac; \
  271. done; \
  272. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  273. $(am__cd) $(top_srcdir) && \
  274. $(AUTOMAKE) --gnu src/Makefile
  275. .PRECIOUS: Makefile
  276. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  277. @case '$?' in \
  278. *config.status*) \
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  280. *) \
  281. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  282. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  283. esac;
  284. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  285. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  286. $(top_srcdir)/configure: $(am__configure_deps)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(am__aclocal_m4_deps):
  291. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  292. @$(NORMAL_INSTALL)
  293. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  294. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  295. list2=; for p in $$list; do \
  296. if test -f $$p; then \
  297. list2="$$list2 $$p"; \
  298. else :; fi; \
  299. done; \
  300. test -z "$$list2" || { \
  301. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  302. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  303. }
  304. uninstall-libLTLIBRARIES:
  305. @$(NORMAL_UNINSTALL)
  306. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  307. for p in $$list; do \
  308. $(am__strip_dir) \
  309. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  310. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  311. done
  312. clean-libLTLIBRARIES:
  313. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  314. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  315. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  316. test "$$dir" != "$$p" || dir=.; \
  317. echo "rm -f \"$${dir}/so_locations\""; \
  318. rm -f "$${dir}/so_locations"; \
  319. done
  320. libopen62541.la: $(libopen62541_la_OBJECTS) $(libopen62541_la_DEPENDENCIES)
  321. $(libopen62541_la_LINK) -rpath $(libdir) $(libopen62541_la_OBJECTS) $(libopen62541_la_LIBADD) $(LIBS)
  322. mostlyclean-compile:
  323. -rm -f *.$(OBJEXT)
  324. distclean-compile:
  325. -rm -f *.tab.c
  326. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_binaryEncDec.Plo@am__quote@
  327. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_builtInDatatypes.Plo@am__quote@
  328. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_encodingLayer.Plo@am__quote@
  329. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_memory.Plo@am__quote@
  330. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_secureChannelLayer.Plo@am__quote@
  331. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_time.Plo@am__quote@
  332. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_transportLayer.Plo@am__quote@
  333. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_layer.Plo@am__quote@
  334. .c.o:
  335. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  336. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  337. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  338. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  339. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  340. .c.obj:
  341. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  342. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  343. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  344. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  345. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  346. .c.lo:
  347. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  348. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  349. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  350. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  351. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  352. mostlyclean-libtool:
  353. -rm -f *.lo
  354. clean-libtool:
  355. -rm -rf .libs _libs
  356. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  357. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  358. unique=`for i in $$list; do \
  359. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  360. done | \
  361. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  362. END { if (nonempty) { for (i in files) print i; }; }'`; \
  363. mkid -fID $$unique
  364. tags: TAGS
  365. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  366. $(TAGS_FILES) $(LISP)
  367. set x; \
  368. here=`pwd`; \
  369. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  370. unique=`for i in $$list; do \
  371. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  372. done | \
  373. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  374. END { if (nonempty) { for (i in files) print i; }; }'`; \
  375. shift; \
  376. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  377. test -n "$$unique" || unique=$$empty_fix; \
  378. if test $$# -gt 0; then \
  379. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380. "$$@" $$unique; \
  381. else \
  382. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  383. $$unique; \
  384. fi; \
  385. fi
  386. ctags: CTAGS
  387. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  388. $(TAGS_FILES) $(LISP)
  389. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  390. unique=`for i in $$list; do \
  391. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  392. done | \
  393. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  394. END { if (nonempty) { for (i in files) print i; }; }'`; \
  395. test -z "$(CTAGS_ARGS)$$unique" \
  396. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  397. $$unique
  398. GTAGS:
  399. here=`$(am__cd) $(top_builddir) && pwd` \
  400. && $(am__cd) $(top_srcdir) \
  401. && gtags -i $(GTAGS_ARGS) "$$here"
  402. distclean-tags:
  403. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  404. distdir: $(DISTFILES)
  405. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  406. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  407. list='$(DISTFILES)'; \
  408. dist_files=`for file in $$list; do echo $$file; done | \
  409. sed -e "s|^$$srcdirstrip/||;t" \
  410. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  411. case $$dist_files in \
  412. */*) $(MKDIR_P) `echo "$$dist_files" | \
  413. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  414. sort -u` ;; \
  415. esac; \
  416. for file in $$dist_files; do \
  417. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  418. if test -d $$d/$$file; then \
  419. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  420. if test -d "$(distdir)/$$file"; then \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  424. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  425. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  426. fi; \
  427. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  428. else \
  429. test -f "$(distdir)/$$file" \
  430. || cp -p $$d/$$file "$(distdir)/$$file" \
  431. || exit 1; \
  432. fi; \
  433. done
  434. check-am: all-am
  435. check: check-am
  436. all-am: Makefile $(LTLIBRARIES) all-local
  437. installdirs:
  438. for dir in "$(DESTDIR)$(libdir)"; do \
  439. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  440. done
  441. install: install-am
  442. install-exec: install-exec-am
  443. install-data: install-data-am
  444. uninstall: uninstall-am
  445. install-am: all-am
  446. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  447. installcheck: installcheck-am
  448. install-strip:
  449. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  450. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  451. `test -z '$(STRIP)' || \
  452. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  453. mostlyclean-generic:
  454. clean-generic:
  455. distclean-generic:
  456. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  457. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  458. maintainer-clean-generic:
  459. @echo "This command is intended for maintainers to use"
  460. @echo "it deletes files that may require special tools to rebuild."
  461. clean: clean-am
  462. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  463. mostlyclean-am
  464. distclean: distclean-am
  465. -rm -rf ./$(DEPDIR)
  466. -rm -f Makefile
  467. distclean-am: clean-am distclean-compile distclean-generic \
  468. distclean-tags
  469. dvi: dvi-am
  470. dvi-am:
  471. html: html-am
  472. html-am:
  473. info: info-am
  474. info-am:
  475. install-data-am:
  476. install-dvi: install-dvi-am
  477. install-dvi-am:
  478. install-exec-am: install-libLTLIBRARIES
  479. install-html: install-html-am
  480. install-html-am:
  481. install-info: install-info-am
  482. install-info-am:
  483. install-man:
  484. install-pdf: install-pdf-am
  485. install-pdf-am:
  486. install-ps: install-ps-am
  487. install-ps-am:
  488. installcheck-am:
  489. maintainer-clean: maintainer-clean-am
  490. -rm -rf ./$(DEPDIR)
  491. -rm -f Makefile
  492. maintainer-clean-am: distclean-am maintainer-clean-generic
  493. mostlyclean: mostlyclean-am
  494. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  495. mostlyclean-libtool
  496. pdf: pdf-am
  497. pdf-am:
  498. ps: ps-am
  499. ps-am:
  500. uninstall-am: uninstall-libLTLIBRARIES
  501. .MAKE: install-am install-strip
  502. .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
  503. clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  504. ctags distclean distclean-compile distclean-generic \
  505. distclean-libtool distclean-tags distdir dvi dvi-am html \
  506. html-am info info-am install install-am install-data \
  507. install-data-am install-dvi install-dvi-am install-exec \
  508. install-exec-am install-html install-html-am install-info \
  509. install-info-am install-libLTLIBRARIES install-man install-pdf \
  510. install-pdf-am install-ps install-ps-am install-strip \
  511. installcheck installcheck-am installdirs maintainer-clean \
  512. maintainer-clean-generic mostlyclean mostlyclean-compile \
  513. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  514. tags uninstall uninstall-am uninstall-libLTLIBRARIES
  515. .PHONY: convenience-link clean-convenience-link
  516. convenience-link: $(lib_LTLIBRARIES)
  517. @test -e $(top_builddir)/lib || mkdir $(top_builddir)/lib
  518. @for soname in `echo | $(EGREP) "^dlname=" $^ | $(SED) -e "s|^dlname='\(.*\)'|\1|"`; do \
  519. echo "$$soname: creating convenience link from $(abs_builddir)/.libs to $(top_builddir)/lib"; \
  520. rm -f $(top_builddir)/lib/$$soname ; \
  521. test -e $(abs_builddir)/.libs/$$soname && \
  522. cd $(top_builddir)/lib && \
  523. $(LN_S) $(abs_builddir)/.libs/$$soname $$soname || true;\
  524. done
  525. @for aname in `echo | $(EGREP) "^dlname=" $^ | $(SED) -e "s|^dlname='\(.*\)\.\(.*\)'|\1\.a|"`; do \
  526. echo "$$aname: creating convenience link from $(abs_builddir)/.libs to $(top_builddir)/lib"; \
  527. rm -f $(top_builddir)/lib/$$aname ; \
  528. test -e $(abs_builddir)/.libs/$$aname && \
  529. cd $(top_builddir)/lib && \
  530. $(LN_S) $(abs_builddir)/.libs/$$aname $$aname || true;\
  531. done
  532. clean-convenience-link:
  533. rm -rf $(top_builddir)/lib/ || true;
  534. all-local: convenience-link
  535. clean-local: clean-convenience-link
  536. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  537. # Otherwise a system limit (for SysV at least) may be exceeded.
  538. .NOEXPORT: