source: trunk/test/xolotl/Makefile.am @ 1043

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

test: start writing tutorials and other shit.

File size: 518 bytes
Line 
1
2AM_CPPFLAGS = -I$(top_srcdir)/src
3
4all-local: $(noinst_PROGRAMS)
5        test x$(MAKE_FSELF) = xno || make_fself xolotl$(EXEEXT) xolotl.self
6
7CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
8             $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
9             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
10
11noinst_PROGRAMS = xolotl
12
13xolotl_SOURCES = xolotl.cpp xolotl.h
14xolotl_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
15xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
16xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a
17
Note: See TracBrowser for help on using the repository browser.