]> icculus.org git repositories - dana/openbox.git/blob - otk/Makefile.am
split up widget and basewidget
[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                   basewidget.cc
14
15 MAINTAINERCLEANFILES= Makefile.in
16
17 distclean-local:
18         rm -f *\~ *.orig *.rej .\#*
19
20 otk_test: libotk.a otk_test.cc
21         $(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 
22
23 # local dependencies
24 application.o: application.cc application.hh eventdispatcher.hh \
25  eventhandler.hh display.hh configuration.hh timerqueuemanager.hh \
26  timerqueue.hh timer.hh image.hh color.hh screeninfo.hh rect.hh \
27  point.hh style.hh font.hh texture.hh util.hh widget.hh
28 appwidget.o: appwidget.cc appwidget.hh widget.hh rect.hh point.hh \
29  texture.hh color.hh util.hh style.hh font.hh image.hh screeninfo.hh \
30  timer.hh configuration.hh eventdispatcher.hh eventhandler.hh \
31  application.hh display.hh timerqueuemanager.hh timerqueue.hh
32 button.o: button.cc button.hh focuslabel.hh focuswidget.hh widget.hh \
33  rect.hh point.hh texture.hh color.hh util.hh style.hh font.hh \
34  image.hh screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
35  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
36  timerqueue.hh
37 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh point.hh
38 configuration.o: configuration.cc configuration.hh util.hh
39 eventdispatcher.o: eventdispatcher.cc eventdispatcher.hh \
40  eventhandler.hh display.hh
41 eventhandler.o: eventhandler.cc eventhandler.hh
42 focuslabel.o: focuslabel.cc focuslabel.hh focuswidget.hh widget.hh \
43  rect.hh point.hh texture.hh color.hh util.hh style.hh font.hh \
44  image.hh screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
45  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
46  timerqueue.hh
47 focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \
48  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
49  screeninfo.hh timer.hh configuration.hh eventdispatcher.hh \
50  eventhandler.hh application.hh display.hh timerqueuemanager.hh \
51  timerqueue.hh
52 font.o: font.cc font.hh util.hh display.hh color.hh screeninfo.hh \
53  rect.hh point.hh
54 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
55  screeninfo.hh rect.hh point.hh
56 image.o: image.cc display.hh gccache.hh color.hh image.hh \
57  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
58 imagecontrol.o: imagecontrol.cc display.hh color.hh image.hh \
59  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
60 label.o: label.cc label.hh widget.hh rect.hh point.hh texture.hh \
61  color.hh util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
62  configuration.hh eventdispatcher.hh eventhandler.hh application.hh \
63  display.hh timerqueuemanager.hh timerqueue.hh
64 otk_test.o: otk_test.cc application.hh eventdispatcher.hh \
65  eventhandler.hh display.hh configuration.hh timerqueuemanager.hh \
66  timerqueue.hh timer.hh image.hh color.hh screeninfo.hh rect.hh \
67  point.hh style.hh font.hh texture.hh util.hh focuswidget.hh widget.hh \
68  appwidget.hh button.hh focuslabel.hh
69 property.o: property.cc property.hh screeninfo.hh rect.hh point.hh \
70  display.hh
71 rect.o: rect.cc rect.hh point.hh
72 screeninfo.o: screeninfo.cc screeninfo.hh rect.hh point.hh display.hh \
73  util.hh
74 style.o: style.cc display.hh util.hh style.hh color.hh font.hh \
75  texture.hh image.hh screeninfo.hh rect.hh point.hh timer.hh \
76  configuration.hh
77 texture.o: texture.cc texture.hh color.hh util.hh display.hh image.hh \
78  screeninfo.hh rect.hh point.hh timer.hh
79 timer.o: timer.cc timer.hh timerqueuemanager.hh timerqueue.hh
80 timerqueuemanager.o: timerqueuemanager.cc timerqueuemanager.hh \
81  timerqueue.hh timer.hh display.hh
82 util.o: util.cc util.hh
83 widget.o: widget.cc widget.hh rect.hh point.hh texture.hh color.hh \
84  util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
85  configuration.hh eventdispatcher.hh eventhandler.hh application.hh \
86  display.hh timerqueuemanager.hh timerqueue.hh assassin.hh