Last change
on this file since 2011 was
2003,
checked in by bensch, 20 years ago
|
orxonox/branches/gui/guicc: added .h-files and rc to dist, and made a border for Containers.
|
File size:
769 bytes
|
Rev | Line | |
---|
[1977] | 1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` |
---|
| 2 | AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
| 3 | |
---|
| 4 | bin_PROGRAMS=gui |
---|
[2003] | 5 | gui_SOURCES=orxonox_gui.cc orxonox_gui.h \ |
---|
| 6 | orxonox_gui_video.cc orxonox_gui_video.h \ |
---|
| 7 | orxonox_gui_audio.cc orxonox_gui_audio.h \ |
---|
| 8 | orxonox_gui_exec.cc orxonox_gui_exec.h \ |
---|
| 9 | orxonox_gui_flags.cc orxonox_gui_flags.h |
---|
[1979] | 10 | #orxonox_gui_file.cc |
---|
[1977] | 11 | |
---|
| 12 | # uncomment the following if bencoder requires the math library |
---|
| 13 | #gui_LDADD=-lm |
---|
| 14 | |
---|
| 15 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 16 | |
---|
| 17 | # if you write a self-test script named `chk', uncomment the |
---|
| 18 | # following and add `chk' to the EXTRA_DIST list |
---|
| 19 | #TESTS=chk |
---|
[2003] | 20 | EXTRA_DIST = rc |
---|
[1977] | 21 | |
---|
| 22 | # build and install the .info pages |
---|
| 23 | #info_TEXINFOS = orxonox.texinfo |
---|
| 24 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 25 | |
---|
| 26 | # install the man pages |
---|
| 27 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.