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

通讯编程

开发平台:

Visual C++

  1. ## Process this file with automake to produce Makefile.in
  2. # Copyright (C) 1999 by John Heidemann <johnh@isi.edu>
  3. ## shallow
  4. AUTOMAKE_OPTIONS = 1.0 foreign
  5. bin_PROGRAMS = xgraph
  6. xgraph_c_sources = 
  7. xgraph.c xgX.c hard_devices.c dialog.c hpgl.c 
  8.   ps.c idraw.c xtb.c st.c params.c alloc.c draw.c 
  9.   init.c read.c tgif.c derivative.c 
  10. copyright.h 
  11. general.h 
  12. hard_devices.h 
  13. params.h 
  14. plotter.h 
  15. st.h 
  16. xgout.h 
  17. xgraph.h 
  18. xtb.h
  19. xgraph_SOURCES = $(xgraph_c_sources)
  20. man_MANS = xgraph.man
  21. EXTRA_DIST=
  22. $(man_MANS) 
  23. README.ANNOUNCE 
  24. README.GENERAL 
  25. README.HARDCOPY 
  26. README.INSTALL 
  27. README.NEWFEATURES 
  28. bitmaps/dot.11 
  29. bitmaps/gray 
  30. bitmaps/mark1.11 
  31. bitmaps/mark2.11 
  32. bitmaps/mark3.11 
  33. bitmaps/mark4.11 
  34. bitmaps/mark5.11 
  35. bitmaps/mark6.11 
  36. bitmaps/mark7.11 
  37. bitmaps/mark8.11 
  38. examples/Animation.xg 
  39. examples/bar.xg 
  40. examples/surface.xg 
  41. examples/surface2.xg 
  42. examples/surface3.xg 
  43. examples/xgtest.xg
  44. # C_WARNINGS = -Wall
  45. C_WARNINGS = 
  46. CFLAGS=$(ADDITIONAL_INCLUDES)  $(C_WARNINGS) -g  $(X_CFLAGS) 
  47. xgraph_LDADD= $(ADDITIONAL_LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS) -lX11 -lm