source:
orxonox.OLD/branches/qt_gui/src/lib/gui/Makefile.am
@
7487
Last change on this file since 7487 was 7476, checked in by bensch, 19 years ago | |
---|---|
File size: 316 bytes |
Rev | Line | |
---|---|---|
[7470] | 1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
4 | AM_LDFLAGS = | |
5 | ||
6 | noinst_LIBRARIES = libORXbasegui.a | |
7 | ||
8 | ||
9 | libORXbasegui_a_SOURCES = \ | |
10 | gui_element.cc \ | |
[7476] | 11 | gui_saveable.cc \ |
12 | gui.cc | |
[7470] | 13 | |
14 | ||
15 | noinst_HEADERS= \ | |
16 | gui_element.h \ | |
[7476] | 17 | gui_saveable.h \ |
18 | gui.h | |
[7470] | 19 | |
[7476] | 20 | |
[7470] | 21 | EXTRA_DIST = |
22 | ||
23 | SUBDIRS = \ | |
24 | . \ | |
25 | gtk_gui \ | |
26 | gl_gui \ | |
27 | qt_gui |
Note: See TracBrowser
for help on using the repository browser.