Last change
on this file since 1862 was
1830,
checked in by bensch, 21 years ago
|
orxonox/branches/bensch: make files optimized
|
File size:
739 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_gui |
---|
5 | orxonox_gui_SOURCES=orxonox_gui.c orxonox_gui_video.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c \ |
---|
6 | orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_file.h \ |
---|
7 | aclocal.m4 |
---|
8 | |
---|
9 | |
---|
10 | # uncomment the following if orxonox requires the math library |
---|
11 | #orxonox_LDADD=-lm |
---|
12 | |
---|
13 | EXTRA_DIST=orxonox.lsm.in #NAME.texinfo orxonox.spec.in |
---|
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 | |
---|
19 | # build and install the .info pages |
---|
20 | info_TEXINFOS = orxonox.texinfo |
---|
21 | orxonox_TEXINFOS = gpl.texinfo |
---|
22 | |
---|
23 | # install the man pages |
---|
24 | man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.