Last change
on this file since 623 was
623,
checked in by sam, 10 years ago
|
Stop using pkg-config in Makefiles and stop putting things in LDADD that
require to appear before LDFLAGS in the linker call.
|
File size:
511 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 | editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ |
---|
10 | mapviewer.cpp mapviewer.h |
---|
11 | editor_CXXFLAGS = @GTK_CFLAGS@ @LOL_CFLAGS@ |
---|
12 | editor_LDADD = |
---|
13 | editor_LDFLAGS = $(top_builddir)/src/liblol.a @GTK_LIBS@ @LOL_LIBS@ |
---|
14 | EXTRA_DIST = gtk/editor.xml |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.