Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/src/gui/Makefile.am @ 3268

Last change on this file since 3268 was 3268, checked in by bensch, 19 years ago

orxonox/branches/updater: deleted threading again. I have found a different Way
Now I am redrawing the GUI every time a ProgressBar is changed.

File size: 1.0 KB
RevLine 
[3268]1AM_CXXFLAGS=$(GTK2_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
2#AM_LDFLAGS=$(GTK2_LIBS)
3LIBS=$(GTK2_LIBS) $(CURL_LIBS)
[1945]4
5bin_PROGRAMS=gui
[3144]6gui_SOURCES=orxonox_gui.cc \
7            orxonox_gui_gtk.cc \
8            orxonox_gui_video.cc \
9            orxonox_gui_audio.cc \
10            orxonox_gui_exec.cc \
11            orxonox_gui_flags.cc \
12            orxonox_gui_banner.cc \
[3250]13            orxonox_gui_keys.cc \
14            orxonox_gui_update.cc
[1945]15
[3144]16noinst_HEADERS=orxonox_gui.h \
17            orxonox_gui_gtk.h \
18            orxonox_gui_video.h \
19            orxonox_gui_audio.h \
20            orxonox_gui_exec.h \
21            orxonox_gui_flags.h \
22            orxonox_gui_banner.h \
[3250]23            orxonox_gui_keys.h \
24            orxonox_gui_update.h
[2589]25
[3144]26#  uncomment the following if orxonox requires the mathlibrary
[1945]27#gui_LDADD=-lm
28
29#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
30
31#  if you write a self-test script named `chk', uncomment the
32#  following and add `chk' to the EXTRA_DIST list
33#TESTS=chk
[2024]34EXTRA_DIST = rc banner.xpm
[1945]35
36#  build and install the .info pages
37#info_TEXINFOS = orxonox.texinfo
38#orxonox_TEXINFOS = gpl.texinfo
39
40#  install the man pages
41#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.