Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2359 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
RevLine 
[2018]1AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS)
2#AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
[1945]3
4bin_PROGRAMS=gui
[2018]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
[1945]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
[2024]20EXTRA_DIST = rc banner.xpm
[1945]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.