Makefile 17 KB

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