Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/gui: Image now Pressable; added Class EventBox to but the Image inside

File size: 842 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.h \
6        orxonox_gui_video.cc orxonox_gui_video.h \
7        orxonox_gui_audio.cc orxonox_gui_audio.h \
8        orxonox_gui_exec.cc orxonox_gui_exec.h \
9        orxonox_gui_flags.cc orxonox_gui_flags.h \
10        orxonox_gui_banner.cc orxonox_gui_banner.h
11#orxonox_gui_file.cc
12
13#  uncomment the following if bencoder requires the math library
14#gui_LDADD=-lm
15
16#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
17
18#  if you write a self-test script named `chk', uncomment the
19#  following and add `chk' to the EXTRA_DIST list
20#TESTS=chk
21EXTRA_DIST = rc banner.xpm
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.