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

Last change on this file since 1054 was 1054, checked in by sam, 12 years ago

test: create the bases for a new tutorial, with texture uploads.

File size: 1.0 KB
Line 
1
2AM_CPPFLAGS = -I$(top_srcdir)/src
3
4all-local: $(noinst_PROGRAMS)
5        test x$(MAKE_FSELF) = xno || make_fself tut01$(EXEEXT) tut01.self
6        test x$(MAKE_FSELF) = xno || make_fself tut02$(EXEEXT) tut02.self
7        test x$(MAKE_FSELF) = xno || make_fself tut03$(EXEEXT) tut03.self
8
9CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
10             $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
11             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
12
13noinst_PROGRAMS = tut01 tut02 tut03
14
15tut01_SOURCES = tut01.cpp
16tut01_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
17tut01_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
18tut01_DEPENDENCIES = $(top_builddir)/src/liblol.a
19
20tut02_SOURCES = tut02.cpp
21tut02_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
22tut02_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
23tut02_DEPENDENCIES = $(top_builddir)/src/liblol.a
24
25tut03_SOURCES = tut03.cpp
26tut03_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
27tut03_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
28tut03_DEPENDENCIES = $(top_builddir)/src/liblol.a
29
Note: See TracBrowser for help on using the repository browser.