Last change
on this file since 3741 was
3182,
checked in by bensch, 20 years ago
|
orxonox/trunk: nicer Makefile.am's
|
File size:
717 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) |
---|
2 | #AM_LDFLAGS=$(GTK2_LIBS) |
---|
3 | LIBS=$(GTK2_LIBS) |
---|
4 | |
---|
5 | bin_PROGRAMS=console |
---|
6 | console_SOURCES= orxonox_console.cc \ |
---|
7 | orxonox_console_entry.cc \ |
---|
8 | orxonox_console_log.cc |
---|
9 | |
---|
10 | noinst_HEADERS= orxonox_console.h \ |
---|
11 | orxonox_console_entry.h \ |
---|
12 | orxonox_console_log.h |
---|
13 | |
---|
14 | # uncomment the following if orxonox requires the math library |
---|
15 | #gui_LDADD=-lm |
---|
16 | |
---|
17 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
18 | |
---|
19 | # if you write a self-test script named `chk', uncomment the |
---|
20 | # following and add `chk' to the EXTRA_DIST list |
---|
21 | #TESTS=chk |
---|
22 | |
---|
23 | # build and install the .info pages |
---|
24 | #info_TEXINFOS = orxonox.texinfo |
---|
25 | #orxonox_TEXINFOS = gpl.texinfo |
---|
26 | |
---|
27 | # install the man pages |
---|
28 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.