Last change
on this file since 1817 was
1817,
checked in by bensch, 21 years ago
|
orxonox/branches/bensch: added default settings and video-init
|
File size:
644 bytes
|
Line | |
---|
1 | AM_CFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
3 | |
---|
4 | bin_PROGRAMS=orxonox |
---|
5 | orxonox_SOURCES=orxonox_gui.c orxonox_gui_video.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c\ |
---|
6 | aclocal.m4 |
---|
7 | |
---|
8 | |
---|
9 | # uncomment the following if orxonox requires the math library |
---|
10 | #orxonox_LDADD=-lm |
---|
11 | |
---|
12 | EXTRA_DIST=orxonox.lsm.in #NAME.texinfo orxonox.spec.in |
---|
13 | |
---|
14 | # if you write a self-test script named `chk', uncomment the |
---|
15 | # following and add `chk' to the EXTRA_DIST list |
---|
16 | #TESTS=chk |
---|
17 | |
---|
18 | # build and install the .info pages |
---|
19 | info_TEXINFOS = orxonox.texinfo |
---|
20 | orxonox_TEXINFOS = gpl.texinfo |
---|
21 | |
---|
22 | # install the man pages |
---|
23 | man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.