Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/truk: configure.ac/makefile.am's better now. more dynamic

File size: 826 bytes
Line 
1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
2AM_LDFLAGS=$(GTK2_LIBS)
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.