Makefile.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:12k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # Copyright (C) 1999 by John Heidemann <johnh@isi.edu>
  11. SHELL = @SHELL@
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17. bindir = @bindir@
  18. sbindir = @sbindir@
  19. libexecdir = @libexecdir@
  20. datadir = @datadir@
  21. sysconfdir = @sysconfdir@
  22. sharedstatedir = @sharedstatedir@
  23. localstatedir = @localstatedir@
  24. libdir = @libdir@
  25. infodir = @infodir@
  26. mandir = @mandir@
  27. includedir = @includedir@
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = .
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. ADDITIONAL_INCLUDES = @ADDITIONAL_INCLUDES@
  50. ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
  51. CC = @CC@
  52. MAKEINFO = @MAKEINFO@
  53. PACKAGE = @PACKAGE@
  54. VERSION = @VERSION@
  55. AUTOMAKE_OPTIONS = 1.0 foreign
  56. bin_PROGRAMS = xgraph
  57. xgraph_c_sources =   xgraph.c xgX.c hard_devices.c dialog.c hpgl.c    ps.c idraw.c xtb.c st.c params.c alloc.c draw.c    init.c read.c tgif.c derivative.c  copyright.h  general.h  hard_devices.h  params.h  plotter.h  st.h  xgout.h  xgraph.h  xtb.h
  58. xgraph_SOURCES = $(xgraph_c_sources)
  59. man_MANS = xgraph.man
  60. EXTRA_DIST =   $(man_MANS)  README.ANNOUNCE  README.GENERAL  README.HARDCOPY  README.INSTALL  README.NEWFEATURES  bitmaps/dot.11  bitmaps/gray  bitmaps/mark1.11  bitmaps/mark2.11  bitmaps/mark3.11  bitmaps/mark4.11  bitmaps/mark5.11  bitmaps/mark6.11  bitmaps/mark7.11  bitmaps/mark8.11  examples/Animation.xg  examples/bar.xg  examples/surface.xg  examples/surface2.xg  examples/surface3.xg  examples/xgtest.xg
  61. # C_WARNINGS = -Wall
  62. C_WARNINGS = 
  63. CFLAGS = $(ADDITIONAL_INCLUDES)  $(C_WARNINGS) -g  $(X_CFLAGS) 
  64. xgraph_LDADD = $(ADDITIONAL_LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS) -lX11 -lm
  65. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  66. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  67. CONFIG_HEADER = autoconf.h
  68. CONFIG_CLEAN_FILES = 
  69. PROGRAMS =  $(bin_PROGRAMS)
  70. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  71. CPPFLAGS = @CPPFLAGS@
  72. LDFLAGS = @LDFLAGS@
  73. LIBS = @LIBS@
  74. X_CFLAGS = @X_CFLAGS@
  75. X_LIBS = @X_LIBS@
  76. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  77. X_PRE_LIBS = @X_PRE_LIBS@
  78. xgraph_OBJECTS =  xgraph.o xgX.o hard_devices.o dialog.o hpgl.o ps.o 
  79. idraw.o xtb.o st.o params.o alloc.o draw.o init.o read.o tgif.o 
  80. derivative.o
  81. xgraph_DEPENDENCIES = 
  82. xgraph_LDFLAGS = 
  83. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  84. CCLD = $(CC)
  85. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  86. manmdir = $(mandir)/manm
  87. MANS = $(man_MANS)
  88. NROFF = nroff
  89. DIST_COMMON =  README ./stamp-h.in INSTALL Makefile.am Makefile.in 
  90. aclocal.m4 autoconf.h.in configure configure.in install-sh missing 
  91. mkinstalldirs
  92. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  93. TAR = gtar
  94. GZIP_ENV = --best
  95. SOURCES = $(xgraph_SOURCES)
  96. OBJECTS = $(xgraph_OBJECTS)
  97. all: all-redirect
  98. .SUFFIXES:
  99. .SUFFIXES: .S .c .o .s
  100. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  101. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  102. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  103. cd $(top_builddir) 
  104.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  105. $(ACLOCAL_M4):  configure.in 
  106. cd $(srcdir) && $(ACLOCAL)
  107. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  108. $(SHELL) ./config.status --recheck
  109. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  110. cd $(srcdir) && $(AUTOCONF)
  111. autoconf.h: stamp-h
  112. @if test ! -f $@; then 
  113. rm -f stamp-h; 
  114. $(MAKE) stamp-h; 
  115. else :; fi
  116. stamp-h: $(srcdir)/autoconf.h.in $(top_builddir)/config.status
  117. cd $(top_builddir) 
  118.   && CONFIG_FILES= CONFIG_HEADERS=autoconf.h 
  119.      $(SHELL) ./config.status
  120. @echo timestamp > stamp-h 2> /dev/null
  121. $(srcdir)/autoconf.h.in: $(srcdir)/stamp-h.in
  122. @if test ! -f $@; then 
  123. rm -f $(srcdir)/stamp-h.in; 
  124. $(MAKE) $(srcdir)/stamp-h.in; 
  125. else :; fi
  126. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  127. cd $(top_srcdir) && $(AUTOHEADER)
  128. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  129. mostlyclean-hdr:
  130. clean-hdr:
  131. distclean-hdr:
  132. -rm -f autoconf.h
  133. maintainer-clean-hdr:
  134. mostlyclean-binPROGRAMS:
  135. clean-binPROGRAMS:
  136. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  137. distclean-binPROGRAMS:
  138. maintainer-clean-binPROGRAMS:
  139. install-binPROGRAMS: $(bin_PROGRAMS)
  140. @$(NORMAL_INSTALL)
  141. $(mkinstalldirs) $(DESTDIR)$(bindir)
  142. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  143.   if test -f $$p; then 
  144.     echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; 
  145.      $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  146.   else :; fi; 
  147. done
  148. uninstall-binPROGRAMS:
  149. @$(NORMAL_UNINSTALL)
  150. list='$(bin_PROGRAMS)'; for p in $$list; do 
  151.   rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  152. done
  153. .c.o:
  154. $(COMPILE) -c $<
  155. .s.o:
  156. $(COMPILE) -c $<
  157. .S.o:
  158. $(COMPILE) -c $<
  159. mostlyclean-compile:
  160. -rm -f *.o core *.core
  161. clean-compile:
  162. distclean-compile:
  163. -rm -f *.tab.c
  164. maintainer-clean-compile:
  165. xgraph: $(xgraph_OBJECTS) $(xgraph_DEPENDENCIES)
  166. @rm -f xgraph
  167. $(LINK) $(xgraph_LDFLAGS) $(xgraph_OBJECTS) $(xgraph_LDADD) $(LIBS)
  168. install-manm:
  169. $(mkinstalldirs) $(DESTDIR)$(manmdir)
  170. @list='$(manm_MANS)'; 
  171. l2='$(man_MANS)'; for i in $$l2; do 
  172.   case "$$i" in 
  173.     *.m*) list="$$list $$i" ;; 
  174.   esac; 
  175. done; 
  176. for i in $$list; do 
  177.   if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; 
  178.   else file=$$i; fi; 
  179.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  180.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  181.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  182.   echo " $(INSTALL_DATA) $$file $(DESTDIR)$(manmdir)/$$inst"; 
  183.   $(INSTALL_DATA) $$file $(DESTDIR)$(manmdir)/$$inst; 
  184. done
  185. uninstall-manm:
  186. @list='$(manm_MANS)'; 
  187. l2='$(man_MANS)'; for i in $$l2; do 
  188.   case "$$i" in 
  189.     *.m*) list="$$list $$i" ;; 
  190.   esac; 
  191. done; 
  192. for i in $$list; do 
  193.   ext=`echo $$i | sed -e 's/^.*\.//'`; 
  194.   inst=`echo $$i | sed -e 's/\.[0-9a-z]*$$//'`; 
  195.   inst=`echo $$inst | sed '$(transform)'`.$$ext; 
  196.   echo " rm -f $(DESTDIR)$(manmdir)/$$inst"; 
  197.   rm -f $(DESTDIR)$(manmdir)/$$inst; 
  198. done
  199. install-man: $(MANS)
  200. @$(NORMAL_INSTALL)
  201. $(MAKE) $(AM_MAKEFLAGS) install-manm
  202. uninstall-man:
  203. @$(NORMAL_UNINSTALL)
  204. $(MAKE) $(AM_MAKEFLAGS) uninstall-manm
  205. tags: TAGS
  206. ID: $(HEADERS) $(SOURCES) $(LISP)
  207. list='$(SOURCES) $(HEADERS)'; 
  208. unique=`for i in $$list; do echo $$i; done | 
  209.   awk '    { files[$$0] = 1; } 
  210.        END { for (i in files) print i; }'`; 
  211. here=`pwd` && cd $(srcdir) 
  212.   && mkid -f$$here/ID $$unique $(LISP)
  213. TAGS:  $(HEADERS) $(SOURCES) autoconf.h.in $(TAGS_DEPENDENCIES) $(LISP)
  214. tags=; 
  215. here=`pwd`; 
  216. list='$(SOURCES) $(HEADERS)'; 
  217. unique=`for i in $$list; do echo $$i; done | 
  218.   awk '    { files[$$0] = 1; } 
  219.        END { for (i in files) print i; }'`; 
  220. test -z "$(ETAGS_ARGS)autoconf.h.in$$unique$(LISP)$$tags" 
  221.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags autoconf.h.in $$unique $(LISP) -o $$here/TAGS)
  222. mostlyclean-tags:
  223. clean-tags:
  224. distclean-tags:
  225. -rm -f TAGS ID
  226. maintainer-clean-tags:
  227. distdir = $(PACKAGE)-$(VERSION)
  228. top_distdir = $(distdir)
  229. # This target untars the dist file and tries a VPATH configuration.  Then
  230. # it guarantees that the distribution is self-contained by making another
  231. # tarfile.
  232. distcheck: dist
  233. -rm -rf $(distdir)
  234. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  235. mkdir $(distdir)/=build
  236. mkdir $(distdir)/=inst
  237. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  238. cd $(distdir)/=build 
  239.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  240.   && $(MAKE) $(AM_MAKEFLAGS) 
  241.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  242.   && $(MAKE) $(AM_MAKEFLAGS) check 
  243.   && $(MAKE) $(AM_MAKEFLAGS) install 
  244.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  245.   && $(MAKE) $(AM_MAKEFLAGS) dist
  246. -rm -rf $(distdir)
  247. @banner="$(distdir).tar.gz is ready for distribution"; 
  248. dashes=`echo "$$banner" | sed s/./=/g`; 
  249. echo "$$dashes"; 
  250. echo "$$banner"; 
  251. echo "$$dashes"
  252. dist: distdir
  253. -chmod -R a+r $(distdir)
  254. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  255. -rm -rf $(distdir)
  256. dist-all: distdir
  257. -chmod -R a+r $(distdir)
  258. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  259. -rm -rf $(distdir)
  260. distdir: $(DISTFILES)
  261. -rm -rf $(distdir)
  262. mkdir $(distdir)
  263. -chmod 777 $(distdir)
  264. $(mkinstalldirs) $(distdir)/bitmaps $(distdir)/examples
  265. @for file in $(DISTFILES); do 
  266.   d=$(srcdir); 
  267.   if test -d $$d/$$file; then 
  268.     cp -pr $$/$$file $(distdir)/$$file; 
  269.   else 
  270.     test -f $(distdir)/$$file 
  271.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  272.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  273.   fi; 
  274. done
  275. info-am:
  276. info: info-am
  277. dvi-am:
  278. dvi: dvi-am
  279. check-am: all-am
  280. check: check-am
  281. installcheck-am:
  282. installcheck: installcheck-am
  283. all-recursive-am: autoconf.h
  284. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  285. install-exec-am: install-binPROGRAMS
  286. install-exec: install-exec-am
  287. install-data-am: install-man
  288. install-data: install-data-am
  289. install-am: all-am
  290. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  291. install: install-am
  292. uninstall-am: uninstall-binPROGRAMS uninstall-man
  293. uninstall: uninstall-am
  294. all-am: Makefile $(PROGRAMS) $(MANS) autoconf.h
  295. all-redirect: all-am
  296. install-strip:
  297. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  298. installdirs:
  299. $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/manm
  300. mostlyclean-generic:
  301. clean-generic:
  302. distclean-generic:
  303. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  304. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  305. maintainer-clean-generic:
  306. mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS 
  307. mostlyclean-compile mostlyclean-tags 
  308. mostlyclean-generic
  309. mostlyclean: mostlyclean-am
  310. clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags 
  311. clean-generic mostlyclean-am
  312. clean: clean-am
  313. distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile 
  314. distclean-tags distclean-generic clean-am
  315. distclean: distclean-am
  316. -rm -f config.status
  317. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS 
  318. maintainer-clean-compile maintainer-clean-tags 
  319. maintainer-clean-generic distclean-am
  320. @echo "This command is intended for maintainers to use;"
  321. @echo "it deletes files that may require special tools to rebuild."
  322. maintainer-clean: maintainer-clean-am
  323. -rm -f config.status
  324. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  325. mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS 
  326. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS 
  327. mostlyclean-compile distclean-compile clean-compile 
  328. maintainer-clean-compile install-manm uninstall-manm install-man 
  329. uninstall-man tags mostlyclean-tags distclean-tags clean-tags 
  330. maintainer-clean-tags distdir info-am info dvi-am dvi check check-am 
  331. installcheck-am installcheck all-recursive-am install-exec-am 
  332. install-exec install-data-am install-data install-am install 
  333. uninstall-am uninstall all-redirect all-am all installdirs 
  334. mostlyclean-generic distclean-generic clean-generic 
  335. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  336. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  337. # Otherwise a system limit (for SysV at least) may be exceeded.
  338. .NOEXPORT: