Last change
on this file since 1923 was
1923,
checked in by sam, 11 years ago
|
build: add a common.am include file and a "make lolcheck" target that does
nothing for now except ensure that every makefile includes common.am.
|
File size:
558 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
5 | |
---|
6 | all-local: $(noinst_PROGRAMS) |
---|
7 | test x$(MAKE_FSELF) = xno || make_fself sample$(EXEEXT) sample.self |
---|
8 | |
---|
9 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
10 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
11 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
12 | |
---|
13 | noinst_PROGRAMS = sample |
---|
14 | |
---|
15 | sample_SOURCES = sample.cpp |
---|
16 | sample_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
17 | sample_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
18 | sample_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.