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
|
Rev | Line | |
---|
[1043] | 1 | |
---|
| 2 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 3 | |
---|
| 4 | all-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 | |
---|
| 9 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
| 10 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
| 11 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
| 12 | |
---|
[1242] | 13 | noinst_PROGRAMS = 01_triangle 02_cube 03_fractal |
---|
[1043] | 14 | |
---|
[1242] | 15 | 01_triangle_SOURCES = 01_triangle.cpp |
---|
| 16 | 01_triangle_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
| 17 | 01_triangle_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
| 18 | 01_triangle_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
[1043] | 19 | |
---|
[1242] | 20 | 02_cube_SOURCES = 02_cube.cpp |
---|
| 21 | 02_cube_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
| 22 | 02_cube_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
| 23 | 02_cube_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
[1043] | 24 | |
---|
[1242] | 25 | 03_fractal_SOURCES = 03_fractal.cpp |
---|
| 26 | 03_fractal_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
| 27 | 03_fractal_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
| 28 | 03_fractal_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
[1054] | 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.