Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

28 righe
750 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. noinst_PROGRAMS = 01_triangle 02_cube 03_noise 04_texture 05_easymesh \
  3. 08_fbo 11_fractal
  4. 01_triangle_SOURCES = 01_triangle.cpp 01_triangle.lolfx
  5. 01_triangle_CPPFLAGS = $(AM_CPPFLAGS)
  6. 02_cube_SOURCES = 02_cube.cpp 02_cube.lolfx
  7. 02_cube_CPPFLAGS = $(AM_CPPFLAGS)
  8. 03_noise_SOURCES = 03_noise.cpp 03_noise.lolfx
  9. 03_noise_CPPFLAGS = $(AM_CPPFLAGS)
  10. 04_texture_SOURCES = 04_texture.cpp 04_texture.lolfx
  11. 04_texture_CPPFLAGS = $(AM_CPPFLAGS)
  12. 05_easymesh_SOURCES = 05_easymesh.cpp
  13. 05_easymesh_CPPFLAGS = $(AM_CPPFLAGS)
  14. 08_fbo_SOURCES = 08_fbo.cpp 08_fbo.lolfx
  15. 08_fbo_CPPFLAGS = $(AM_CPPFLAGS)
  16. 11_fractal_SOURCES = 11_fractal.cpp 11_fractal.lolfx
  17. 11_fractal_CPPFLAGS = $(AM_CPPFLAGS)