Last change
on this file since 664 was
635,
checked in by sam, 10 years ago
|
Now that liblol.a is no longer in target_LDADD due to libtool argument
order, put it in target_DEPENDENCIES so that targets are properly rebuilt.
|
File size:
681 bytes
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = deushax $(editor) |
---|
3 | |
---|
4 | deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h |
---|
5 | deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
6 | deushax_LDADD = |
---|
7 | deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
8 | deushax_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
9 | |
---|
10 | if USE_GTKGL |
---|
11 | editor = editor |
---|
12 | endif |
---|
13 | |
---|
14 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
15 | mapviewer.cpp mapviewer.h |
---|
16 | editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
17 | editor_LDADD = |
---|
18 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ |
---|
19 | editor_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
20 | EXTRA_DIST = gtk/editor.xml |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.