Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: typo

File size: 844 bytes
RevLine 
[2980]1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
[2989]2#AM_LDFLAGS=$(GTK2_LIBS)
3LIBS=$(GTK2_LIBS)
[1945]4
5bin_PROGRAMS=gui
[2613]6gui_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
[1945]7
[2613]8noinst_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
[2589]9
[3027]10#  uncomment the following if orxonox requires the math library
[1945]11#gui_LDADD=-lm
12
13#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
14
15#  if you write a self-test script named `chk', uncomment the
16#  following and add `chk' to the EXTRA_DIST list
17#TESTS=chk
[2024]18EXTRA_DIST = rc banner.xpm
[1945]19
20#  build and install the .info pages
21#info_TEXINFOS = orxonox.texinfo
22#orxonox_TEXINFOS = gpl.texinfo
23
24#  install the man pages
25#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.