Last change
on this file since 628 was
628,
checked in by sam, 11 years ago
|
Try to autodetect GtkGL development libs, and don't build the Deus Hax
editor if not found.
|
File size:
578 bytes
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = deushax $(editor) |
---|
3 | |
---|
4 | deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h |
---|
5 | deushax_CXXFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
6 | deushax_LDADD = |
---|
7 | deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
8 | |
---|
9 | if USE_GTKGL |
---|
10 | editor = editor |
---|
11 | endif |
---|
12 | |
---|
13 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
14 | mapviewer.cpp mapviewer.h |
---|
15 | editor_CXXFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
16 | editor_LDADD = |
---|
17 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ |
---|
18 | EXTRA_DIST = gtk/editor.xml |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.