Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/images/gui/Makefile.am @ 3086

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

orxonox/trunk: typo

File size: 844 bytes
Line 
1AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS)
2#AM_LDFLAGS=$(GTK2_LIBS)
3LIBS=$(GTK2_LIBS)
4
5bin_PROGRAMS=gui
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
7
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
9
10#  uncomment the following if orxonox requires the math library
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
18EXTRA_DIST = rc banner.xpm
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.