Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/gui: added a cool picture to the side of the Gui, and included Image into the framework

File size: 796 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_file.cc
11
12#  uncomment the following if bencoder requires the math library
13#gui_LDADD=-lm
14
15#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
16
17#  if you write a self-test script named `chk', uncomment the
18#  following and add `chk' to the EXTRA_DIST list
19#TESTS=chk
20EXTRA_DIST = rc banner.xpm
21
22#  build and install the .info pages
23#info_TEXINFOS = orxonox.texinfo
24#orxonox_TEXINFOS = gpl.texinfo
25
26#  install the man pages
27#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.