source: trunk/test/tutorial/Makefile.am @ 1242

Last change on this file since 1242 was 1242, checked in by sam, 11 years ago

tutorial: some refactoring in the tutorials.

File size: 1015 bytes
RevLine 
[1043]1
2AM_CPPFLAGS = -I$(top_srcdir)/src
3
4all-local: $(noinst_PROGRAMS)
[1242]5        for x in $(noinst_PROGRAMS); do \
6          test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \
7        done
[1043]8
9CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
10             $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
11             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
12
[1242]13noinst_PROGRAMS = 01_triangle 02_cube 03_fractal
[1043]14
[1242]1501_triangle_SOURCES = 01_triangle.cpp
1601_triangle_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
1701_triangle_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
1801_triangle_DEPENDENCIES = $(top_builddir)/src/liblol.a
[1043]19
[1242]2002_cube_SOURCES = 02_cube.cpp
2102_cube_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
2202_cube_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
2302_cube_DEPENDENCIES = $(top_builddir)/src/liblol.a
[1043]24
[1242]2503_fractal_SOURCES = 03_fractal.cpp
2603_fractal_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
2703_fractal_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
2803_fractal_DEPENDENCIES = $(top_builddir)/src/liblol.a
[1054]29
Note: See TracBrowser for help on using the repository browser.