Last change
on this file since 1830 was
1830,
checked in by bensch, 21 years ago
|
orxonox/branches/bensch: make files optimized
|
File size:
739 bytes
|
Rev | Line | |
---|
[1814] | 1 | AM_CFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
| 2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
| 3 | |
---|
[1829] | 4 | bin_PROGRAMS=orxonox_gui |
---|
[1830] | 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 |
---|
[1814] | 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.