Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/console/Makefile.am @ 3027

Last change on this file since 3027 was 3027, checked in by bensch, 19 years ago

orxonox/trunk: typo

File size: 682 bytes
Line 
1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
2#AM_LDFLAGS=$(GTK2_LIBS)
3LIBS=$(GTK2_LIBS)
4
5bin_PROGRAMS=console
6console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
7noinst_HEADERS=orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
8
9#  uncomment the following if orxonox 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.