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
|
Line | |
---|
1 | |
---|
2 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
3 | |
---|
4 | all-local: $(noinst_PROGRAMS) |
---|
5 | for x in $(noinst_PROGRAMS); do \ |
---|
6 | test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \ |
---|
7 | done |
---|
8 | |
---|
9 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
10 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
11 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
12 | |
---|
13 | noinst_PROGRAMS = 01_triangle 02_cube 03_fractal |
---|
14 | |
---|
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 |
---|
19 | |
---|
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 |
---|
24 | |
---|
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 |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.