Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/tags/0.1-pre-alpha-2/console/Makefile.am

Last change on this file was 2019, checked in by bensch, 20 years ago

orxonox/trunk: now everything should compile in Windows and Linux

File size: 691 bytes
Line 
1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
2#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
3
4bin_PROGRAMS=console
5console_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.