]> icculus.org git repositories - dana/openbox.git/blob - otk/Makefile.am
add an OtkAppWidget which are "root windows", i.e. the managed child of root, to...
[dana/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                   label.cc focuslabel.cc application.cc appwidget.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 application.o: application.cc application.hh eventdispatcher.hh \
24  eventhandler.hh display.hh configuration.hh timerqueuemanager.hh \
25  timerqueue.hh timer.hh image.hh color.hh screeninfo.hh rect.hh \
26  point.hh style.hh font.hh texture.hh util.hh widget.hh
27 appwidget.o: appwidget.cc appwidget.hh widget.hh rect.hh point.hh \
28  texture.hh color.hh util.hh style.hh font.hh image.hh screeninfo.hh \
29  timer.hh configuration.hh eventdispatcher.hh eventhandler.hh \
30  application.hh display.hh timerqueuemanager.hh timerqueue.hh
31 button.o: button.cc button.hh focuslabel.hh focuswidget.hh widget.hh \
32  rect.hh point.hh texture.hh color.hh util.hh style.hh font.hh \
33  image.hh screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
34  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
35  timerqueue.hh
36 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh point.hh
37 configuration.o: configuration.cc configuration.hh util.hh
38 eventdispatcher.o: eventdispatcher.cc eventdispatcher.hh \
39  eventhandler.hh display.hh
40 eventhandler.o: eventhandler.cc eventhandler.hh
41 focuslabel.o: focuslabel.cc focuslabel.hh focuswidget.hh widget.hh \
42  rect.hh point.hh texture.hh color.hh util.hh style.hh font.hh \
43  image.hh screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
44  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
45  timerqueue.hh
46 focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \
47  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
48  screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
49  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
50  timerqueue.hh
51 font.o: font.cc font.hh util.hh display.hh color.hh screeninfo.hh \
52  rect.hh point.hh
53 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
54  screeninfo.hh rect.hh point.hh
55 image.o: image.cc display.hh gccache.hh color.hh image.hh \
56  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
57 imagecontrol.o: imagecontrol.cc display.hh color.hh image.hh \
58  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
59 label.o: label.cc label.hh widget.hh rect.hh point.hh texture.hh \
60  color.hh util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
61  configuration.hh eventdispatcher.hh eventhandler.hh application.hh \
62  display.hh timerqueuemanager.hh timerqueue.hh
63 otk_test.o: otk_test.cc application.hh eventdispatcher.hh \
64  eventhandler.hh display.hh configuration.hh timerqueuemanager.hh \
65  timerqueue.hh timer.hh image.hh color.hh screeninfo.hh rect.hh \
66  point.hh style.hh font.hh texture.hh util.hh focuswidget.hh widget.hh \
67  appwidget.hh button.hh focuslabel.hh
68 property.o: property.cc property.hh screeninfo.hh rect.hh point.hh \
69  display.hh
70 rect.o: rect.cc rect.hh point.hh
71 screeninfo.o: screeninfo.cc screeninfo.hh rect.hh point.hh display.hh \
72  util.hh
73 style.o: style.cc display.hh util.hh style.hh color.hh font.hh \
74  texture.hh image.hh screeninfo.hh rect.hh point.hh timer.hh \
75  configuration.hh
76 texture.o: texture.cc texture.hh color.hh util.hh display.hh image.hh \
77  screeninfo.hh rect.hh point.hh timer.hh
78 timer.o: timer.cc timer.hh timerqueuemanager.hh timerqueue.hh
79 timerqueuemanager.o: timerqueuemanager.cc timerqueuemanager.hh \
80  timerqueue.hh timer.hh display.hh
81 util.o: util.cc util.hh
82 widget.o: widget.cc widget.hh rect.hh point.hh texture.hh color.hh \
83  util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
84  configuration.hh eventdispatcher.hh eventhandler.hh application.hh \
85  display.hh timerqueuemanager.hh timerqueue.hh assassin.hh