Last change
on this file since 3023 was
2989,
checked in by bensch, 20 years ago
|
orxonox/trunk: libs now included in the right way, should work for mingw32 too.
|
File size:
845 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) |
---|
2 | #AM_LDFLAGS=$(GTK2_LIBS) |
---|
3 | LIBS=$(GTK2_LIBS) |
---|
4 | |
---|
5 | bin_PROGRAMS=gui |
---|
6 | gui_SOURCES=orxonox_gui.cc orxonox_gui_video.cc orxonox_gui_audio.cc orxonox_gui_exec.cc orxonox_gui_flags.cc orxonox_gui_banner.cc orxonox_gui_keys.cc |
---|
7 | |
---|
8 | noinst_HEADERS=orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_flags.h orxonox_gui_banner.h orxonox_gui_keys.h |
---|
9 | |
---|
10 | # uncomment the following if bencoder requires the math library |
---|
11 | #gui_LDADD=-lm |
---|
12 | |
---|
13 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
14 | |
---|
15 | # if you write a self-test script named `chk', uncomment the |
---|
16 | # following and add `chk' to the EXTRA_DIST list |
---|
17 | #TESTS=chk |
---|
18 | EXTRA_DIST = rc banner.xpm |
---|
19 | |
---|
20 | # build and install the .info pages |
---|
21 | #info_TEXINFOS = orxonox.texinfo |
---|
22 | #orxonox_TEXINFOS = gpl.texinfo |
---|
23 | |
---|
24 | # install the man pages |
---|
25 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.