Last change
on this file since 942 was
878,
checked in by sam, 12 years ago
|
build: clean up .self files and allow to build the benchmark on the PS3.
|
File size:
858 bytes
|
Line | |
---|
1 | |
---|
2 | SUBDIRS = art gfx |
---|
3 | DIST_SUBDIRS = $(SUBDIRS) maps |
---|
4 | |
---|
5 | noinst_PROGRAMS = deushax $(editor) |
---|
6 | |
---|
7 | deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h |
---|
8 | deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
9 | deushax_LDADD = |
---|
10 | deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
11 | deushax_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
12 | |
---|
13 | all-local: deushax$(EXEEXT) |
---|
14 | test x$(MAKE_FSELF) = xno || make_fself deushax$(EXEEXT) deushax.self |
---|
15 | |
---|
16 | CLEANFILES = deushax.self |
---|
17 | |
---|
18 | if USE_GTKGL |
---|
19 | editor = editor |
---|
20 | endif |
---|
21 | |
---|
22 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
23 | mapviewer.cpp mapviewer.h |
---|
24 | editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
25 | editor_LDADD = |
---|
26 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ |
---|
27 | editor_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
28 | EXTRA_DIST = gtk/editor.xml |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.