Last change
on this file since 2007 was
1956,
checked in by bensch, 20 years ago
|
orxonox/trunk: now the Trunk should be merged with the new Makefile. Hopefully it works
|
File size:
618 bytes
|
Line | |
---|
1 | AM_CFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
3 | |
---|
4 | bin_PROGRAMS=gui |
---|
5 | gui_SOURCES=orxonox_gui.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c orxonox_gui_video.c |
---|
6 | |
---|
7 | # uncomment the following if bencoder requires the math library |
---|
8 | #gui_LDADD=-lm |
---|
9 | |
---|
10 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
11 | |
---|
12 | # if you write a self-test script named `chk', uncomment the |
---|
13 | # following and add `chk' to the EXTRA_DIST list |
---|
14 | #TESTS=chk |
---|
15 | |
---|
16 | # build and install the .info pages |
---|
17 | #info_TEXINFOS = orxonox.texinfo |
---|
18 | #orxonox_TEXINFOS = gpl.texinfo |
---|
19 | |
---|
20 | # install the man pages |
---|
21 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.