]> icculus.org git repositories - mikachu/openbox.git/blob - otk/Makefile.am
add OtkFocusLabel
[mikachu/openbox.git] / otk / Makefile.am
1 CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@
2
3 INCLUDES= -I../src
4
5 noinst_LIBRARIES=libotk.a
6
7 libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
8                   property.cc imagecontrol.cc rect.cc screeninfo.cc \
9                   texture.cc timer.cc timerqueuemanager.cc style.cc \
10                   configuration.cc util.cc widget.cc focuswidget.cc \
11                   button.cc eventhandler.cc eventdispatcher.cc \
12                   focuslabel.cc application.cc
13
14 MAINTAINERCLEANFILES= Makefile.in
15
16 distclean-local:
17         rm -f *\~ *.orig *.rej .\#*
18
19 otk_test: libotk.a otk_test.cc
20         $(CXX) $(CPPFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o otk_test otk_test.cc $(XFT_LIBS) ./libotk.a 
21
22 # local dependencies
23 button.o: button.cc button.hh focuswidget.hh widget.hh rect.hh \
24  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
25  screeninfo.hh timer.hh configuration.hh
26 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh point.hh
27 configuration.o: configuration.cc configuration.hh util.hh
28 focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \
29  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
30  screeninfo.hh timer.hh configuration.hh
31 font.o: font.cc font.hh util.hh display.hh display.hh color.hh \
32  screeninfo.hh rect.hh point.hh
33 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
34  screeninfo.hh rect.hh point.hh
35 image.o: image.cc display.hh gccache.hh color.hh image.hh \
36  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
37 imagecontrol.o: imagecontrol.cc display.hh color.hh image.hh \
38  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
39 otk_test.o: otk_test.cc focuswidget.hh widget.hh rect.hh point.hh \
40  texture.hh color.hh util.hh style.hh font.hh image.hh screeninfo.hh \
41  timer.hh configuration.hh button.hh display.hh timerqueuemanager.hh \
42  timerqueue.hh
43 property.o: property.cc property.hh screeninfo.hh rect.hh point.hh \
44  display.hh
45 rect.o: rect.cc rect.hh point.hh
46 screeninfo.o: screeninfo.cc screeninfo.hh rect.hh point.hh display.hh \
47  util.hh
48 style.o: style.cc display.hh util.hh style.hh color.hh font.hh \
49  texture.hh image.hh screeninfo.hh rect.hh point.hh timer.hh \
50  configuration.hh
51 texture.o: texture.cc texture.hh color.hh util.hh display.hh image.hh \
52  screeninfo.hh rect.hh point.hh timer.hh
53 timer.o: timer.cc timer.hh timerqueuemanager.hh timerqueue.hh
54 timerqueuemanager.o: timerqueuemanager.cc timerqueuemanager.hh \
55  timerqueue.hh timer.hh display.hh
56 util.o: util.cc util.hh
57 widget.o: widget.cc widget.hh rect.hh point.hh texture.hh color.hh \
58  util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
59  configuration.hh display.hh assassin.hh
60 eventhandler.o: eventhandler.cc eventhandler.hh
61 eventdispatcher.o: eventdispatcher.cc eventdispatcher.hh
62 application.o: application.cc application.hh