/opengles/redbook/Makefile.am

http://ftk.googlecode.com/ · Makefile · 94 lines · 63 code · 31 blank · 0 comment · 0 complexity · c2cd47ffed6e0866ae9ff348be61fb9a MD5 · raw file

  1. INCLUDES = -I$(abs_top_srcdir)/opengles/include -I$(abs_top_srcdir)/opengles/src -I$(abs_top_srcdir)/opengles/src/linux-ftk \
  2. -I$(abs_top_srcdir)/opengles/src/arm -I$(abs_top_srcdir)/opengles/src/codegen \
  3. -I$(abs_top_srcdir)/src -I$(abs_top_srcdir)/src/im -I$(abs_top_srcdir)/src/os/linux -I$(abs_top_srcdir)/ \
  4. -I$(abs_top_srcdir)/apps/common -I$(abs_top_srcdir)/src/demos -DUSE_FTK
  5. noinst_PROGRAMS=aargb alpha3D alpha checker colormat cube double fog hello light lines material mipmap model movelight planet polyoff robot scene smooth texbind texsub torus varray wrap
  6. LIBS=$(abs_top_builddir)/src/libftk.la $(abs_top_builddir)/opengles/src/libopengles.la -lpthread -ldl -lm
  7. lib_LTLIBRARIES=libftk_opengles_demos.la
  8. libftk_opengles_demos_la_SOURCES=$(top_srcdir)/src/demos/ftk_app_demo.c alpha3D.c material.c fog.c hello.c
  9. libftk_opengles_demos_la_LDFLAGS=$(LIBS)
  10. libftk_opengles_demos_la_CFLAGS=-DFTK_AS_PLUGIN
  11. aargb_SOURCES=$(srcdir)/aargb.c
  12. aargb_LDFLAGS=$(LIBS)
  13. alpha3D_SOURCES=$(srcdir)/alpha3D.c
  14. alpha3D_LDFLAGS=$(LIBS)
  15. alpha_SOURCES=$(srcdir)/alpha.c
  16. alpha_LDFLAGS=$(LIBS)
  17. checker_SOURCES=$(srcdir)/checker.c
  18. checker_LDFLAGS=$(LIBS)
  19. colormat_SOURCES=$(srcdir)/colormat.c
  20. colormat_LDFLAGS=$(LIBS)
  21. cube_SOURCES=$(srcdir)/cube.c
  22. cube_LDFLAGS=$(LIBS)
  23. double_SOURCES=$(srcdir)/double.c
  24. double_LDFLAGS=$(LIBS)
  25. fog_SOURCES=$(srcdir)/fog.c
  26. fog_LDFLAGS=$(LIBS)
  27. hello_SOURCES=$(srcdir)/hello.c
  28. hello_LDFLAGS=$(LIBS)
  29. light_SOURCES=$(srcdir)/light.c
  30. light_LDFLAGS=$(LIBS)
  31. lines_SOURCES=$(srcdir)/lines.c
  32. lines_LDFLAGS=$(LIBS)
  33. material_SOURCES=$(srcdir)/material.c
  34. material_LDFLAGS=$(LIBS)
  35. mipmap_SOURCES=$(srcdir)/mipmap.c
  36. mipmap_LDFLAGS=$(LIBS)
  37. model_SOURCES=$(srcdir)/model.c
  38. model_LDFLAGS=$(LIBS)
  39. movelight_SOURCES=$(srcdir)/movelight.c
  40. movelight_LDFLAGS=$(LIBS)
  41. planet_SOURCES=$(srcdir)/planet.c
  42. planet_LDFLAGS=$(LIBS)
  43. polyoff_SOURCES=$(srcdir)/polyoff.c
  44. polyoff_LDFLAGS=$(LIBS)
  45. robot_SOURCES=$(srcdir)/robot.c
  46. robot_LDFLAGS=$(LIBS)
  47. scene_SOURCES=$(srcdir)/scene.c
  48. scene_LDFLAGS=$(LIBS)
  49. smooth_SOURCES=$(srcdir)/smooth.c
  50. smooth_LDFLAGS=$(LIBS)
  51. texbind_SOURCES=$(srcdir)/texbind.c
  52. texbind_LDFLAGS=$(LIBS)
  53. texsub_SOURCES=$(srcdir)/texsub.c
  54. texsub_LDFLAGS=$(LIBS)
  55. torus_SOURCES=$(srcdir)/torus.c
  56. torus_LDFLAGS=$(LIBS)
  57. varray_SOURCES=$(srcdir)/varray.c
  58. varray_LDFLAGS=$(LIBS)
  59. wrap_SOURCES=$(srcdir)/wrap.c
  60. wrap_LDFLAGS=$(LIBS)
  61. desktopdir=$(datadir)/ftk/base/apps
  62. desktop_DATA=opengles_demos.desktop
  63. EXTRA_DIST=opengles_demos.desktop