Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # doc/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 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. #===========================================================================
  13. #
  14. # doc/Makefile.am
  15. #
  16. #===========================================================================
  17. # $Id: Makefile.am,v 1.8 2003/03/17 12:47:15 raitner Exp $
  18. pkgdatadir = $(datadir)/GTL
  19. pkglibdir = $(libdir)/GTL
  20. pkgincludedir = $(includedir)/GTL
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = x86_64-unknown-linux-gnu
  34. host_triplet = x86_64-unknown-linux-gnu
  35. subdir = doc
  36. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. mkinstalldirs = $(install_sh) -d
  42. CONFIG_CLEAN_FILES =
  43. SOURCES =
  44. DIST_SOURCES =
  45. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  46. html-recursive info-recursive install-data-recursive \
  47. install-dvi-recursive install-exec-recursive \
  48. install-html-recursive install-info-recursive \
  49. install-pdf-recursive install-ps-recursive install-recursive \
  50. installcheck-recursive installdirs-recursive pdf-recursive \
  51. ps-recursive uninstall-recursive
  52. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  53. distclean-recursive maintainer-clean-recursive
  54. ETAGS = etags
  55. CTAGS = ctags
  56. DIST_SUBDIRS = $(SUBDIRS)
  57. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  58. ACLOCAL = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run aclocal-1.10
  59. AMTAR = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run tar
  60. AR = ar
  61. AUTOCONF = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run autoconf
  62. AUTOHEADER = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run autoheader
  63. AUTOMAKE = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run automake-1.10
  64. AWK = gawk
  65. CC = gcc
  66. CCDEPMODE = depmode=gcc3
  67. CFLAGS = -g -O2
  68. CPP = gcc -E
  69. CPPFLAGS =
  70. CXX = g++
  71. CXXCPP = g++ -E
  72. CXXDEPMODE = depmode=gcc3
  73. CXXFLAGS = -g -O2
  74. CYGPATH_W = echo
  75. DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DGENERIC_MAJOR_VERSION=1 -DGENERIC_MINOR_VERSION=2 -DGENERIC_MICRO_VERSION=4 -DPACKAGE=\"GTL\" -DVERSION=\"1.2.4\" -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
  76. DEPDIR = .deps
  77. ECHO = echo
  78. ECHO_C =
  79. ECHO_N = -n
  80. ECHO_T =
  81. EGREP = /bin/grep -E
  82. EXEEXT =
  83. F77 =
  84. FFLAGS =
  85. GENERIC_LIBRARY_NAME = GTL
  86. GENERIC_LIBRARY_VERSION = 3:4:2
  87. GENERIC_RELEASE = 1.2
  88. GENERIC_VERSION = 1.2.4
  89. GREP = /bin/grep
  90. INSTALL = /usr/bin/install -c
  91. INSTALL_DATA = ${INSTALL} -m 644
  92. INSTALL_PROGRAM = ${INSTALL}
  93. INSTALL_SCRIPT = ${INSTALL}
  94. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  95. LDFLAGS =
  96. LIBOBJS =
  97. LIBS =
  98. LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent
  99. LN_S = ln -s
  100. LTLIBOBJS =
  101. MAKEINFO = ${SHELL} /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/missing --run makeinfo
  102. MKDIR_P = /bin/mkdir -p
  103. OBJEXT = o
  104. PACKAGE = GTL
  105. PACKAGE_BUGREPORT =
  106. PACKAGE_NAME =
  107. PACKAGE_STRING =
  108. PACKAGE_TARNAME =
  109. PACKAGE_VERSION =
  110. PATH_SEPARATOR = :
  111. RANLIB = ranlib
  112. SED = /bin/sed
  113. SET_MAKE =
  114. SHELL = /bin/bash
  115. STRIP = strip
  116. VERSION = 1.2.4
  117. abs_builddir = /home/gold/sf/graphlet-recompile/GTL-1.2.4/doc
  118. abs_srcdir = /home/gold/sf/graphlet-recompile/GTL-1.2.4/doc
  119. abs_top_builddir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  120. abs_top_srcdir = /home/gold/sf/graphlet-recompile/GTL-1.2.4
  121. ac_ct_CC = gcc
  122. ac_ct_CXX = g++
  123. ac_ct_F77 =
  124. am__include = include
  125. am__leading_dot = .
  126. am__quote =
  127. am__tar = ${AMTAR} chof - "$$tardir"
  128. am__untar = ${AMTAR} xf -
  129. bindir = ${exec_prefix}/bin
  130. build = x86_64-unknown-linux-gnu
  131. build_alias =
  132. build_cpu = x86_64
  133. build_os = linux-gnu
  134. build_vendor = unknown
  135. builddir = .
  136. datadir = ${datarootdir}
  137. datarootdir = ${prefix}/share
  138. docdir = ${datarootdir}/doc/${PACKAGE}
  139. doxygen = doxygen
  140. dvidir = ${docdir}
  141. exec_prefix = ${prefix}
  142. host = x86_64-unknown-linux-gnu
  143. host_alias =
  144. host_cpu = x86_64
  145. host_os = linux-gnu
  146. host_vendor = unknown
  147. htmldir = ${docdir}
  148. includedir = ${prefix}/include
  149. infodir = ${datarootdir}/info
  150. install_sh = $(SHELL) /home/gold/sf/graphlet-recompile/GTL-1.2.4/config/install-sh
  151. libdir = ${exec_prefix}/lib
  152. libexecdir = ${exec_prefix}/libexec
  153. localedir = ${datarootdir}/locale
  154. localstatedir = ${prefix}/var
  155. mandir = ${datarootdir}/man
  156. mkdir_p = /bin/mkdir -p
  157. oldincludedir = /usr/include
  158. pdfdir = ${docdir}
  159. prefix = /usr/local
  160. program_transform_name = s,x,x,
  161. psdir = ${docdir}
  162. sbindir = ${exec_prefix}/sbin
  163. sharedstatedir = ${prefix}/com
  164. srcdir = .
  165. sysconfdir = ${prefix}/etc
  166. target_alias =
  167. top_builddir = ..
  168. top_srcdir = ..
  169. SUBDIRS = userguide
  170. all: all-recursive
  171. .SUFFIXES:
  172. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  173. @for dep in $?; do \
  174. case '$(am__configure_deps)' in \
  175. *$$dep*) \
  176. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  177. && exit 0; \
  178. exit 1;; \
  179. esac; \
  180. done; \
  181. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  182. cd $(top_srcdir) && \
  183. $(AUTOMAKE) --gnu doc/Makefile
  184. .PRECIOUS: Makefile
  185. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  186. @case '$?' in \
  187. *config.status*) \
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  189. *) \
  190. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  191. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  192. esac;
  193. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  194. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  195. $(top_srcdir)/configure: $(am__configure_deps)
  196. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  197. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  198. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  199. mostlyclean-libtool:
  200. -rm -f *.lo
  201. clean-libtool:
  202. -rm -rf .libs _libs
  203. # This directory's subdirectories are mostly independent; you can cd
  204. # into them and run `make' without going through this Makefile.
  205. # To change the values of `make' variables: instead of editing Makefiles,
  206. # (1) if the variable is set in `config.status', edit `config.status'
  207. # (which will cause the Makefiles to be regenerated when you run `make');
  208. # (2) otherwise, pass the desired values on the `make' command line.
  209. $(RECURSIVE_TARGETS):
  210. @failcom='exit 1'; \
  211. for f in x $$MAKEFLAGS; do \
  212. case $$f in \
  213. *=* | --[!k]*);; \
  214. *k*) failcom='fail=yes';; \
  215. esac; \
  216. done; \
  217. dot_seen=no; \
  218. target=`echo $@ | sed s/-recursive//`; \
  219. list='$(SUBDIRS)'; for subdir in $$list; do \
  220. echo "Making $$target in $$subdir"; \
  221. if test "$$subdir" = "."; then \
  222. dot_seen=yes; \
  223. local_target="$$target-am"; \
  224. else \
  225. local_target="$$target"; \
  226. fi; \
  227. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  228. || eval $$failcom; \
  229. done; \
  230. if test "$$dot_seen" = "no"; then \
  231. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  232. fi; test -z "$$fail"
  233. $(RECURSIVE_CLEAN_TARGETS):
  234. @failcom='exit 1'; \
  235. for f in x $$MAKEFLAGS; do \
  236. case $$f in \
  237. *=* | --[!k]*);; \
  238. *k*) failcom='fail=yes';; \
  239. esac; \
  240. done; \
  241. dot_seen=no; \
  242. case "$@" in \
  243. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  244. *) list='$(SUBDIRS)' ;; \
  245. esac; \
  246. rev=''; for subdir in $$list; do \
  247. if test "$$subdir" = "."; then :; else \
  248. rev="$$subdir $$rev"; \
  249. fi; \
  250. done; \
  251. rev="$$rev ."; \
  252. target=`echo $@ | sed s/-recursive//`; \
  253. for subdir in $$rev; do \
  254. echo "Making $$target in $$subdir"; \
  255. if test "$$subdir" = "."; then \
  256. local_target="$$target-am"; \
  257. else \
  258. local_target="$$target"; \
  259. fi; \
  260. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  261. || eval $$failcom; \
  262. done && test -z "$$fail"
  263. tags-recursive:
  264. list='$(SUBDIRS)'; for subdir in $$list; do \
  265. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  266. done
  267. ctags-recursive:
  268. list='$(SUBDIRS)'; for subdir in $$list; do \
  269. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  270. done
  271. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  272. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  273. unique=`for i in $$list; do \
  274. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  275. done | \
  276. $(AWK) ' { files[$$0] = 1; } \
  277. END { for (i in files) print i; }'`; \
  278. mkid -fID $$unique
  279. tags: TAGS
  280. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  281. $(TAGS_FILES) $(LISP)
  282. tags=; \
  283. here=`pwd`; \
  284. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  285. include_option=--etags-include; \
  286. empty_fix=.; \
  287. else \
  288. include_option=--include; \
  289. empty_fix=; \
  290. fi; \
  291. list='$(SUBDIRS)'; for subdir in $$list; do \
  292. if test "$$subdir" = .; then :; else \
  293. test ! -f $$subdir/TAGS || \
  294. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  295. fi; \
  296. done; \
  297. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  298. unique=`for i in $$list; do \
  299. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  300. done | \
  301. $(AWK) ' { files[$$0] = 1; } \
  302. END { for (i in files) print i; }'`; \
  303. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  304. test -n "$$unique" || unique=$$empty_fix; \
  305. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  306. $$tags $$unique; \
  307. fi
  308. ctags: CTAGS
  309. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  310. $(TAGS_FILES) $(LISP)
  311. tags=; \
  312. here=`pwd`; \
  313. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  314. unique=`for i in $$list; do \
  315. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  316. done | \
  317. $(AWK) ' { files[$$0] = 1; } \
  318. END { for (i in files) print i; }'`; \
  319. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  320. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  321. $$tags $$unique
  322. GTAGS:
  323. here=`$(am__cd) $(top_builddir) && pwd` \
  324. && cd $(top_srcdir) \
  325. && gtags -i $(GTAGS_ARGS) $$here
  326. distclean-tags:
  327. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  328. distdir: $(DISTFILES)
  329. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  330. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331. list='$(DISTFILES)'; \
  332. dist_files=`for file in $$list; do echo $$file; done | \
  333. sed -e "s|^$$srcdirstrip/||;t" \
  334. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  335. case $$dist_files in \
  336. */*) $(MKDIR_P) `echo "$$dist_files" | \
  337. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  338. sort -u` ;; \
  339. esac; \
  340. for file in $$dist_files; do \
  341. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  342. if test -d $$d/$$file; then \
  343. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  344. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  345. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  346. fi; \
  347. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  348. else \
  349. test -f $(distdir)/$$file \
  350. || cp -p $$d/$$file $(distdir)/$$file \
  351. || exit 1; \
  352. fi; \
  353. done
  354. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  355. if test "$$subdir" = .; then :; else \
  356. test -d "$(distdir)/$$subdir" \
  357. || $(MKDIR_P) "$(distdir)/$$subdir" \
  358. || exit 1; \
  359. distdir=`$(am__cd) $(distdir) && pwd`; \
  360. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  361. (cd $$subdir && \
  362. $(MAKE) $(AM_MAKEFLAGS) \
  363. top_distdir="$$top_distdir" \
  364. distdir="$$distdir/$$subdir" \
  365. am__remove_distdir=: \
  366. am__skip_length_check=: \
  367. distdir) \
  368. || exit 1; \
  369. fi; \
  370. done
  371. $(MAKE) $(AM_MAKEFLAGS) \
  372. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  373. dist-hook
  374. check-am: all-am
  375. check: check-recursive
  376. all-am: Makefile
  377. installdirs: installdirs-recursive
  378. installdirs-am:
  379. install: install-recursive
  380. install-exec: install-exec-recursive
  381. install-data: install-data-recursive
  382. uninstall: uninstall-recursive
  383. install-am: all-am
  384. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  385. installcheck: installcheck-recursive
  386. install-strip:
  387. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  388. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  389. `test -z '$(STRIP)' || \
  390. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  391. mostlyclean-generic:
  392. clean-generic:
  393. distclean-generic:
  394. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  395. maintainer-clean-generic:
  396. @echo "This command is intended for maintainers to use"
  397. @echo "it deletes files that may require special tools to rebuild."
  398. clean: clean-recursive
  399. clean-am: clean-generic clean-libtool mostlyclean-am
  400. distclean: distclean-recursive
  401. -rm -f Makefile
  402. distclean-am: clean-am distclean-generic distclean-tags
  403. dvi: dvi-recursive
  404. dvi-am:
  405. html: html-recursive
  406. info: info-recursive
  407. info-am:
  408. install-data-am:
  409. install-dvi: install-dvi-recursive
  410. install-exec-am:
  411. install-html: install-html-recursive
  412. install-info: install-info-recursive
  413. install-man:
  414. install-pdf: install-pdf-recursive
  415. install-ps: install-ps-recursive
  416. installcheck-am:
  417. maintainer-clean: maintainer-clean-recursive
  418. -rm -f Makefile
  419. maintainer-clean-am: distclean-am maintainer-clean-generic
  420. mostlyclean: mostlyclean-recursive
  421. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  422. pdf: pdf-recursive
  423. pdf-am:
  424. ps: ps-recursive
  425. ps-am:
  426. uninstall-am:
  427. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  428. install-strip
  429. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  430. all all-am check check-am clean clean-generic clean-libtool \
  431. ctags ctags-recursive dist-hook distclean distclean-generic \
  432. distclean-libtool distclean-tags distdir dvi dvi-am html \
  433. html-am info info-am install install-am install-data \
  434. install-data-am install-dvi install-dvi-am install-exec \
  435. install-exec-am install-html install-html-am install-info \
  436. install-info-am install-man install-pdf install-pdf-am \
  437. install-ps install-ps-am install-strip installcheck \
  438. installcheck-am installdirs installdirs-am maintainer-clean \
  439. maintainer-clean-generic mostlyclean mostlyclean-generic \
  440. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  441. uninstall uninstall-am
  442. dist-hook: doc
  443. cp -R manual $(distdir)
  444. mkdir $(distdir)/icons
  445. cp -f www/icons/GTL.jpeg $(distdir)/icons
  446. cp -f www/style.css $(distdir)
  447. cp -f www/index.html $(distdir)
  448. cp -f www/register.html $(distdir)
  449. cp -f www/refer.html $(distdir)
  450. cp -f www/platforms.html $(distdir)
  451. cp -f www/lists.html $(distdir)
  452. cp -f www/history.html $(distdir)
  453. .PHONY: doc
  454. doc:
  455. doxygen doxygen_config
  456. cp www/icons/GTL.jpeg manual
  457. cd userguide; $(MAKE) doc
  458. homepage: doc
  459. cp -Rf manual /home/http/htdocs/infosun/br/projects/GTL
  460. cp -f www/icons/GTL.jpeg /home/http/htdocs/infosun/br/projects/GTL/icons
  461. cp -f www/style.css /home/http/htdocs/infosun/br/projects/GTL
  462. cp -f www/index.html /home/http/htdocs/infosun/br/projects/GTL
  463. cp -f www/register.html /home/http/htdocs/infosun/br/projects/GTL
  464. cp -f www/refer.html /home/http/htdocs/infosun/br/projects/GTL
  465. cp -f www/platforms.html /home/http/htdocs/infosun/br/projects/GTL
  466. cp -f www/lists.html /home/http/htdocs/infosun/br/projects/GTL
  467. cp -f www/history.html /home/http/htdocs/infosun/br/projects/GTL
  468. cp -f www/download.html /home/http/htdocs/infosun/br/projects/GTL/download/index.html
  469. homepagetest: doc
  470. cp -Rf manual $(HOME)/public_html/GTL
  471. cp -f www/icons/GTL.jpeg $(HOME)/public_html/GTL/icons
  472. cp -f www/style.css $(HOME)/public_html/GTL
  473. cp -f www/index.html $(HOME)/public_html/GTL
  474. cp -f www/register.html $(HOME)/public_html/GTL
  475. cp -f www/refer.html $(HOME)/public_html/GTL
  476. cp -f www/platforms.html $(HOME)/public_html/GTL
  477. cp -f www/lists.html $(HOME)/public_html/GTL
  478. cp -f www/history.html $(HOME)/public_html/GTL
  479. cp -f www/download.html $(HOME)/public_html/GTL/download/index.html
  480. #---------------------------------------------------------------------------
  481. # end of file
  482. #---------------------------------------------------------------------------
  483. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  484. # Otherwise a system limit (for SysV at least) may be exceeded.
  485. .NOEXPORT: