Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/bensch: make files optimized

File size: 739 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 \
6orxonox_gui.h orxonox_gui_video.h orxonox_gui_audio.h orxonox_gui_exec.h orxonox_gui_file.h \
7aclocal.m4
8
9
10#  uncomment the following if orxonox requires the math library
11#orxonox_LDADD=-lm
12
13EXTRA_DIST=orxonox.lsm.in #NAME.texinfo orxonox.spec.in
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
18
19#  build and install the .info pages
20info_TEXINFOS = orxonox.texinfo
21orxonox_TEXINFOS = gpl.texinfo
22
23#  install the man pages
24man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.