Changeset 1981 for trunk/tutorial/Makefile.am
- Timestamp:
- Oct 6, 2012, 12:42:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/Makefile.am
r1924 r1981 3 3 4 4 AM_CPPFLAGS = -I$(top_srcdir)/src 5 6 all-local: $(PROGRAMS) $(noinst_PROGRAMS)7 for x in $(^:%$(EXEEXT)=%); do \8 test x$(MAKE_FSELF) = xno || make_fself $${x}$(EXEEXT) $${x}.self; \9 done10 11 CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \12 $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \13 $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)14 5 15 6 noinst_PROGRAMS = 01_triangle 02_cube 03_noise 05_easymesh 08_fbo 11_fractal
Note: See TracChangeset
for help on using the changeset viewer.