Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: nicer Makefile.am's

File size: 717 bytes
Line 
1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
2#AM_LDFLAGS=$(GTK2_LIBS)
3LIBS=$(GTK2_LIBS)
4
5bin_PROGRAMS=console
6console_SOURCES= orxonox_console.cc \
7                 orxonox_console_entry.cc \
8                 orxonox_console_log.cc
9
10noinst_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.