Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. # Makefile.in generated by automake 1.7.9 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # ngIRCd -- The Next Generation IRC Daemon
  15. # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
  16. #
  17. # Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen
  18. # der GNU General Public License (GPL), wie von der Free Software Foundation
  19. # herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2
  20. # der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
  21. # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  22. # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  23. #
  24. # $Id: Makefile.am,v 1.8 2005/04/16 09:23:01 fw Exp $
  25. #
  26. srcdir = @srcdir@
  27. top_srcdir = @top_srcdir@
  28. VPATH = @srcdir@
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ../..
  33. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  34. INSTALL = @INSTALL@
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. host_triplet = @host@
  47. ACLOCAL = @ACLOCAL@
  48. AMDEP_FALSE = @AMDEP_FALSE@
  49. AMDEP_TRUE = @AMDEP_TRUE@
  50. AMTAR = @AMTAR@
  51. AUTOCONF = @AUTOCONF@
  52. AUTOHEADER = @AUTOHEADER@
  53. AUTOMAKE = @AUTOMAKE@
  54. AWK = @AWK@
  55. CC = @CC@
  56. CCDEPMODE = @CCDEPMODE@
  57. CFLAGS = @CFLAGS@
  58. CPP = @CPP@
  59. CPPFLAGS = @CPPFLAGS@
  60. CYGPATH_W = @CYGPATH_W@
  61. DEFS = @DEFS@
  62. DEPDIR = @DEPDIR@
  63. ECHO_C = @ECHO_C@
  64. ECHO_N = @ECHO_N@
  65. ECHO_T = @ECHO_T@
  66. EGREP = @EGREP@
  67. EXEEXT = @EXEEXT@
  68. INSTALL_DATA = @INSTALL_DATA@
  69. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  70. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  71. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  72. LDFLAGS = @LDFLAGS@
  73. LIBOBJS = @LIBOBJS@
  74. LIBS = @LIBS@
  75. LN_S = @LN_S@
  76. LTLIBOBJS = @LTLIBOBJS@
  77. MAKEINFO = @MAKEINFO@
  78. OBJEXT = @OBJEXT@
  79. PACKAGE = @PACKAGE@
  80. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  81. PACKAGE_NAME = @PACKAGE_NAME@
  82. PACKAGE_STRING = @PACKAGE_STRING@
  83. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  84. PACKAGE_VERSION = @PACKAGE_VERSION@
  85. PATH_SEPARATOR = @PATH_SEPARATOR@
  86. RANLIB = @RANLIB@
  87. SET_MAKE = @SET_MAKE@
  88. SHELL = @SHELL@
  89. STRIP = @STRIP@
  90. U = @U@
  91. VERSION = @VERSION@
  92. ac_ct_CC = @ac_ct_CC@
  93. ac_ct_RANLIB = @ac_ct_RANLIB@
  94. ac_ct_STRIP = @ac_ct_STRIP@
  95. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  96. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  97. am__include = @am__include@
  98. am__leading_dot = @am__leading_dot@
  99. am__quote = @am__quote@
  100. bindir = @bindir@
  101. build = @build@
  102. build_alias = @build_alias@
  103. build_cpu = @build_cpu@
  104. build_os = @build_os@
  105. build_vendor = @build_vendor@
  106. datadir = @datadir@
  107. exec_prefix = @exec_prefix@
  108. host = @host@
  109. host_alias = @host_alias@
  110. host_cpu = @host_cpu@
  111. host_os = @host_os@
  112. host_vendor = @host_vendor@
  113. includedir = @includedir@
  114. infodir = @infodir@
  115. install_sh = @install_sh@
  116. libdir = @libdir@
  117. libexecdir = @libexecdir@
  118. localstatedir = @localstatedir@
  119. mandir = @mandir@
  120. oldincludedir = @oldincludedir@
  121. prefix = @prefix@
  122. program_transform_name = @program_transform_name@
  123. sbindir = @sbindir@
  124. sharedstatedir = @sharedstatedir@
  125. sysconfdir = @sysconfdir@
  126. target = @target@
  127. target_alias = @target_alias@
  128. target_cpu = @target_cpu@
  129. target_os = @target_os@
  130. target_vendor = @target_vendor@
  131. AUTOMAKE_OPTIONS = ansi2knr
  132. noinst_LIBRARIES = libngportab.a
  133. libngportab_a_SOURCES = strlcpy.c strdup.c vsnprintf.c
  134. check_PROGRAMS = portabtest
  135. portabtest_SOURCES = portabtest.c
  136. portabtest_LDFLAGS = -L.
  137. portabtest_LDADD = -lngportab
  138. noinst_HEADERS = imp.h exp.h portab.h
  139. TESTS = portabtest
  140. subdir = src/portab
  141. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  142. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  143. CONFIG_HEADER = $(top_builddir)/src/config.h
  144. CONFIG_CLEAN_FILES =
  145. LIBRARIES = $(noinst_LIBRARIES)
  146. libngportab_a_AR = $(AR) cru
  147. libngportab_a_LIBADD =
  148. am_libngportab_a_OBJECTS = strlcpy$U.$(OBJEXT) strdup$U.$(OBJEXT) \
  149. vsnprintf$U.$(OBJEXT)
  150. libngportab_a_OBJECTS = $(am_libngportab_a_OBJECTS)
  151. check_PROGRAMS = portabtest$(EXEEXT)
  152. am_portabtest_OBJECTS = portabtest$U.$(OBJEXT)
  153. portabtest_OBJECTS = $(am_portabtest_OBJECTS)
  154. portabtest_DEPENDENCIES =
  155. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
  156. depcomp = $(SHELL) $(top_srcdir)/depcomp
  157. am__depfiles_maybe = depfiles
  158. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/portabtest$U.Po \
  159. @AMDEP_TRUE@ ./$(DEPDIR)/strdup$U.Po ./$(DEPDIR)/strlcpy$U.Po \
  160. @AMDEP_TRUE@ ./$(DEPDIR)/vsnprintf$U.Po
  161. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  162. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  163. CCLD = $(CC)
  164. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  165. DIST_SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  166. HEADERS = $(noinst_HEADERS)
  167. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am \
  168. ansi2knr.1 ansi2knr.c
  169. SOURCES = $(libngportab_a_SOURCES) $(portabtest_SOURCES)
  170. all: all-am
  171. .SUFFIXES:
  172. .SUFFIXES: .c .o .obj
  173. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  174. cd $(top_srcdir) && \
  175. $(AUTOMAKE) --gnu src/portab/Makefile
  176. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  177. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  178. AR = ar
  179. clean-noinstLIBRARIES:
  180. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  181. libngportab.a: $(libngportab_a_OBJECTS) $(libngportab_a_DEPENDENCIES)
  182. -rm -f libngportab.a
  183. $(libngportab_a_AR) libngportab.a $(libngportab_a_OBJECTS) $(libngportab_a_LIBADD)
  184. $(RANLIB) libngportab.a
  185. clean-checkPROGRAMS:
  186. -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  187. portabtest$(EXEEXT): $(portabtest_OBJECTS) $(portabtest_DEPENDENCIES)
  188. @rm -f portabtest$(EXEEXT)
  189. $(LINK) $(portabtest_LDFLAGS) $(portabtest_OBJECTS) $(portabtest_LDADD) $(LIBS)
  190. mostlyclean-compile:
  191. -rm -f *.$(OBJEXT) core *.core
  192. distclean-compile:
  193. -rm -f *.tab.c
  194. ANSI2KNR = @ANSI2KNR@
  195. ansi2knr: ansi2knr.$(OBJEXT)
  196. $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
  197. ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
  198. clean-krextra:
  199. -rm -f ansi2knr
  200. mostlyclean-kr:
  201. -test "$U" = "" || rm -f *_.c
  202. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/portabtest$U.Po@am__quote@
  203. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup$U.Po@am__quote@
  204. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy$U.Po@am__quote@
  205. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf$U.Po@am__quote@
  206. .c.o:
  207. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  208. @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
  209. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  210. @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  211. @am__fastdepCC_TRUE@ fi
  212. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  213. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  214. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  215. @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  216. .c.obj:
  217. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
  218. @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
  219. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
  220. @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
  221. @am__fastdepCC_TRUE@ fi
  222. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  223. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  224. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  225. @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
  226. portabtest_.c: portabtest.c $(ANSI2KNR)
  227. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/portabtest.c; then echo $(srcdir)/portabtest.c; else echo portabtest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  228. strdup_.c: strdup.c $(ANSI2KNR)
  229. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  230. strlcpy_.c: strlcpy.c $(ANSI2KNR)
  231. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strlcpy.c; then echo $(srcdir)/strlcpy.c; else echo strlcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  232. vsnprintf_.c: vsnprintf.c $(ANSI2KNR)
  233. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vsnprintf.c; then echo $(srcdir)/vsnprintf.c; else echo vsnprintf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  234. portabtest_.$(OBJEXT) strdup_.$(OBJEXT) strlcpy_.$(OBJEXT) \
  235. vsnprintf_.$(OBJEXT) : $(ANSI2KNR)
  236. uninstall-info-am:
  237. ETAGS = etags
  238. ETAGSFLAGS =
  239. CTAGS = ctags
  240. CTAGSFLAGS =
  241. tags: TAGS
  242. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  243. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  244. unique=`for i in $$list; do \
  245. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  246. done | \
  247. $(AWK) ' { files[$$0] = 1; } \
  248. END { for (i in files) print i; }'`; \
  249. mkid -fID $$unique
  250. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  251. $(TAGS_FILES) $(LISP)
  252. tags=; \
  253. here=`pwd`; \
  254. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  255. unique=`for i in $$list; do \
  256. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  257. done | \
  258. $(AWK) ' { files[$$0] = 1; } \
  259. END { for (i in files) print i; }'`; \
  260. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  261. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  262. $$tags $$unique
  263. ctags: CTAGS
  264. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  265. $(TAGS_FILES) $(LISP)
  266. tags=; \
  267. here=`pwd`; \
  268. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  269. unique=`for i in $$list; do \
  270. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  271. done | \
  272. $(AWK) ' { files[$$0] = 1; } \
  273. END { for (i in files) print i; }'`; \
  274. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  275. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  276. $$tags $$unique
  277. GTAGS:
  278. here=`$(am__cd) $(top_builddir) && pwd` \
  279. && cd $(top_srcdir) \
  280. && gtags -i $(GTAGS_ARGS) $$here
  281. distclean-tags:
  282. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  283. check-TESTS: $(TESTS)
  284. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  285. srcdir=$(srcdir); export srcdir; \
  286. list='$(TESTS)'; \
  287. if test -n "$$list"; then \
  288. for tst in $$list; do \
  289. if test -f ./$$tst; then dir=./; \
  290. elif test -f $$tst; then dir=; \
  291. else dir="$(srcdir)/"; fi; \
  292. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  293. all=`expr $$all + 1`; \
  294. case " $(XFAIL_TESTS) " in \
  295. *" $$tst "*) \
  296. xpass=`expr $$xpass + 1`; \
  297. failed=`expr $$failed + 1`; \
  298. echo "XPASS: $$tst"; \
  299. ;; \
  300. *) \
  301. echo "PASS: $$tst"; \
  302. ;; \
  303. esac; \
  304. elif test $$? -ne 77; then \
  305. all=`expr $$all + 1`; \
  306. case " $(XFAIL_TESTS) " in \
  307. *" $$tst "*) \
  308. xfail=`expr $$xfail + 1`; \
  309. echo "XFAIL: $$tst"; \
  310. ;; \
  311. *) \
  312. failed=`expr $$failed + 1`; \
  313. echo "FAIL: $$tst"; \
  314. ;; \
  315. esac; \
  316. else \
  317. skip=`expr $$skip + 1`; \
  318. echo "SKIP: $$tst"; \
  319. fi; \
  320. done; \
  321. if test "$$failed" -eq 0; then \
  322. if test "$$xfail" -eq 0; then \
  323. banner="All $$all tests passed"; \
  324. else \
  325. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  326. fi; \
  327. else \
  328. if test "$$xpass" -eq 0; then \
  329. banner="$$failed of $$all tests failed"; \
  330. else \
  331. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  332. fi; \
  333. fi; \
  334. dashes="$$banner"; \
  335. skipped=""; \
  336. if test "$$skip" -ne 0; then \
  337. skipped="($$skip tests were not run)"; \
  338. test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
  339. dashes="$$skipped"; \
  340. fi; \
  341. report=""; \
  342. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  343. report="Please report to $(PACKAGE_BUGREPORT)"; \
  344. test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
  345. dashes="$$report"; \
  346. fi; \
  347. dashes=`echo "$$dashes" | sed s/./=/g`; \
  348. echo "$$dashes"; \
  349. echo "$$banner"; \
  350. test -n "$$skipped" && echo "$$skipped"; \
  351. test -n "$$report" && echo "$$report"; \
  352. echo "$$dashes"; \
  353. test "$$failed" -eq 0; \
  354. else :; fi
  355. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  356. top_distdir = ../..
  357. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
  358. distdir: $(DISTFILES)
  359. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  360. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  361. list='$(DISTFILES)'; for file in $$list; do \
  362. case $$file in \
  363. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  364. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  365. esac; \
  366. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  367. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  368. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  369. dir="/$$dir"; \
  370. $(mkinstalldirs) "$(distdir)$$dir"; \
  371. else \
  372. dir=''; \
  373. fi; \
  374. if test -d $$d/$$file; then \
  375. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  376. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  377. fi; \
  378. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  379. else \
  380. test -f $(distdir)/$$file \
  381. || cp -p $$d/$$file $(distdir)/$$file \
  382. || exit 1; \
  383. fi; \
  384. done
  385. check-am: all-am
  386. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  387. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  388. check: check-am
  389. all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
  390. installdirs:
  391. install: install-am
  392. install-exec: install-exec-am
  393. install-data: install-data-am
  394. uninstall: uninstall-am
  395. install-am: all-am
  396. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  397. installcheck: installcheck-am
  398. install-strip:
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. `test -z '$(STRIP)' || \
  402. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  403. mostlyclean-generic:
  404. clean-generic:
  405. distclean-generic:
  406. -rm -f $(CONFIG_CLEAN_FILES)
  407. maintainer-clean-generic:
  408. @echo "This command is intended for maintainers to use"
  409. @echo "it deletes files that may require special tools to rebuild."
  410. clean: clean-am
  411. clean-am: clean-checkPROGRAMS clean-generic clean-krextra \
  412. clean-noinstLIBRARIES mostlyclean-am
  413. distclean: distclean-am
  414. -rm -rf ./$(DEPDIR)
  415. -rm -f Makefile
  416. distclean-am: clean-am distclean-compile distclean-generic \
  417. distclean-tags
  418. dvi: dvi-am
  419. dvi-am:
  420. info: info-am
  421. info-am:
  422. install-data-am:
  423. install-exec-am:
  424. install-info: install-info-am
  425. install-man:
  426. installcheck-am:
  427. maintainer-clean: maintainer-clean-am
  428. -rm -rf ./$(DEPDIR)
  429. -rm -f Makefile
  430. maintainer-clean-am: distclean-am maintainer-clean-generic \
  431. maintainer-clean-local
  432. mostlyclean: mostlyclean-am
  433. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  434. pdf: pdf-am
  435. pdf-am:
  436. ps: ps-am
  437. ps-am:
  438. uninstall-am: uninstall-info-am
  439. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  440. clean-checkPROGRAMS clean-generic clean-krextra \
  441. clean-noinstLIBRARIES ctags distclean distclean-compile \
  442. distclean-generic distclean-tags distdir dvi dvi-am info \
  443. info-am install install-am install-data install-data-am \
  444. install-exec install-exec-am install-info install-info-am \
  445. install-man install-strip installcheck installcheck-am \
  446. installdirs maintainer-clean maintainer-clean-generic \
  447. maintainer-clean-local mostlyclean mostlyclean-compile \
  448. mostlyclean-generic mostlyclean-kr pdf pdf-am ps ps-am tags \
  449. uninstall uninstall-am uninstall-info-am
  450. maintainer-clean-local:
  451. rm -f Makefile Makefile.in
  452. # -eof-
  453. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  454. # Otherwise a system limit (for SysV at least) may be exceeded.
  455. .NOEXPORT: