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
|
Rev | Line | |
---|
[220] | 1 | |
---|
[628] | 2 | noinst_PROGRAMS = deushax $(editor) |
---|
[220] | 3 | |
---|
[221] | 4 | deushax_SOURCES = deushax.cpp game.cpp game.h debugsprite.cpp debugsprite.h |
---|
[631] | 5 | deushax_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
[623] | 6 | deushax_LDADD = |
---|
| 7 | deushax_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
[635] | 8 | deushax_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
[220] | 9 | |
---|
[628] | 10 | if USE_GTKGL |
---|
| 11 | editor = editor |
---|
| 12 | endif |
---|
| 13 | |
---|
[220] | 14 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
| 15 | mapviewer.cpp mapviewer.h |
---|
[631] | 16 | editor_CPPFLAGS = @GTKGL_CFLAGS@ @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
[623] | 17 | editor_LDADD = |
---|
[628] | 18 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTKGL_LIBS@ @GTK_LIBS@ @LOL_LIBS@ |
---|
[635] | 19 | editor_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
[220] | 20 | EXTRA_DIST = gtk/editor.xml |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.