Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/mount_points/src/lib/gui/qt/Makefile.am @ 10183

Last change on this file since 10183 was 8749, checked in by bensch, 18 years ago

orxonox/trunk: fallback test for ORXONOX-data-directory

File size: 789 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXqtgui.a
7
8
9libORXqtgui_a_CPPFLAGS = \
10                @QT_CXXFLAGS@ \
11                -DBUILD_ORXONOX
12
13
14libORXqtgui_a_SOURCES = \
15                qt_gui.cc \
16                qt_gui_moc.cc \
17                qt_gui_elements.cc \
18                qt_gui_elements_moc.cc \
19                q_image_widget.cc \
20                q_image_widget_moc.cc \
21                \
22                gui_video.cc \
23                gui_audio.cc \
24                gui_general.cc \
25                gui_general_moc.cc \
26                gui_control.cc \
27                gui_control_moc.cc \
28                \
29                qt_gui_datadir_fallback.cc \
30                qt_gui_datadir_fallback_moc.cc
31
32
33
34noinst_HEADERS= \
35                qt_gui.h \
36                qt_gui_elements.h \
37                q_image_widget.h \
38                \
39                gui_video.h \
40                gui_audio.h \
41                gui_general.h \
42                gui_control.h \
43                \
44                qt_gui_datadir_fallback.cc
45
46
47EXTRA_DIST =
48
49
50
51%_moc.cc : %.h
52        @QT_MOC@ -o $@ $<
53
54clean-local:
55        rm -f *_moc.cc
Note: See TracBrowser for help on using the repository browser.