Makefile 19 KB

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