Last change
on this file since 1981 was
1981,
checked in by sam, 8 years ago
|
ps3: refactor elf → self build logic and make make_fself mandatory
when building for the PS3 on a Unix system.
|
File size:
314 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
5 | |
---|
6 | noinst_PROGRAMS = xolotl |
---|
7 | |
---|
8 | xolotl_SOURCES = xolotl.cpp xolotl.h |
---|
9 | xolotl_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
10 | xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
11 | xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.