Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/qt/Makefile.am @ 8458

Last change on this file since 8458 was 8145, checked in by bensch, 18 years ago

trunk: merged the gui back
merged with command:
svn merge -r8114:HEAD https://svn.orxonox.net/orxonox/branches/gui .
→ no conflicts

File size: 683 bytes
RevLine 
[5312]1MAINSRCDIR=../../..
[7670]2include $(MAINSRCDIR)/defs/include_paths.am
[5312]3
[5362]4AM_LDFLAGS =
[5312]5
[7140]6noinst_LIBRARIES = libORXqtgui.a
[5312]7
8
[7142]9libORXqtgui_a_CPPFLAGS = \
10                @QT_CXXFLAGS@ \
11                -DBUILD_ORXONOX
[5312]12
13
[7140]14libORXqtgui_a_SOURCES = \
[7481]15                qt_gui.cc \
[7542]16                qt_gui_moc.cc \
[7539]17                qt_gui_elements.cc \
[7542]18                qt_gui_elements_moc.cc \
[7594]19                q_image_widget.cc \
20                q_image_widget_moc.cc \
[7481]21                \
[7495]22                gui_video.cc \
[7585]23                gui_audio.cc \
[7593]24                gui_general.cc \
[7636]25                gui_general_moc.cc \
26                gui_control.cc \
27                gui_control_moc.cc
[5364]28
[7593]29
[7149]30noinst_HEADERS= \
[7481]31                qt_gui.h \
[7539]32                qt_gui_elements.h \
[7594]33                q_image_widget.h \
[7481]34                \
[7495]35                gui_video.h \
[7585]36                gui_audio.h \
[7636]37                gui_general.h \
38                gui_control.h
[5312]39
[7585]40
[5362]41EXTRA_DIST =
[5312]42
[7542]43
44
45%_moc.cc : %.h
46        @QT_MOC@ -o $@ $<
47
48clean-local:
[7676]49        rm -f *_moc.cc
Note: See TracBrowser for help on using the repository browser.