Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/Makefile.am @ 1829

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

orxonox/branches/bensch: added save/load ability

File size: 652 bytes
Line 
1AM_CFLAGS=`pkg-config --cflags gtk+-2.0`
2AM_LDFLAGS=`pkg-config --libs  gtk+-2.0`
3
4bin_PROGRAMS=orxonox_gui
5orxonox_gui_SOURCES=orxonox_gui.c orxonox_gui_video.c orxonox_gui_audio.c orxonox_gui_exec.c orxonox_gui_file.c\
6        aclocal.m4
7
8
9#  uncomment the following if orxonox requires the math library
10#orxonox_LDADD=-lm
11
12EXTRA_DIST=orxonox.lsm.in #NAME.texinfo orxonox.spec.in
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
17
18#  build and install the .info pages
19info_TEXINFOS = orxonox.texinfo
20orxonox_TEXINFOS = gpl.texinfo
21
22#  install the man pages
23man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.