Last change
on this file since 1257 was
1112,
checked in by gary, 9 years ago
|
build: minor reorganisation of the sandbox code.
|
File size:
509 bytes
|
Line | |
---|
1 | |
---|
2 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
3 | |
---|
4 | all-local: $(noinst_PROGRAMS) |
---|
5 | test x$(MAKE_FSELF) = xno || make_fself sample$(EXEEXT) sample.self |
---|
6 | |
---|
7 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
8 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
9 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
10 | |
---|
11 | noinst_PROGRAMS = sample |
---|
12 | |
---|
13 | sample_SOURCES = sample.cpp |
---|
14 | sample_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
15 | sample_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
16 | sample_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.