Last change
on this file since 3677 was
2058,
checked in by chris, 20 years ago
|
orxonox/branches/chris: Trunk remerged into my branch started on SDL reconfiguration
|
File size:
691 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) |
---|
2 | #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
3 | |
---|
4 | bin_PROGRAMS=console |
---|
5 | console_SOURCES=orxonox_console.cc orxonox_console.h \ |
---|
6 | orxonox_console_entry.cc orxonox_console_entry.h \ |
---|
7 | orxonox_console_log.cc orxonox_console_log.h |
---|
8 | |
---|
9 | # uncomment the following if bencoder requires the math library |
---|
10 | #gui_LDADD=-lm |
---|
11 | |
---|
12 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
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.