Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/gui/Makefile.am @ 2613

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

orxonox/trunk/gui: added class keys

File size: 860 bytes
Line 
1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
2#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
3
4bin_PROGRAMS=gui
5gui_SOURCES=orxonox_gui.cc orxonox_gui_video.cc orxonox_gui_audio.cc orxonox_gui_exec.cc orxonox_gui_flags.cc orxonox_gui_banner.cc orxonox_gui_keys.cc
6
7noinst_HEADERS=orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_flags.h orxonox_gui_banner.h orxonox_gui_keys.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
17EXTRA_DIST = rc banner.xpm
18
19#  build and install the .info pages
20#info_TEXINFOS = orxonox.texinfo
21#orxonox_TEXINFOS = gpl.texinfo
22
23#  install the man pages
24#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.