]> icculus.org git repositories - mikachu/openbox.git/blob - otk/Makefile.am
updates dependancies
[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 property.cc \
8                   imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \
9                   timerqueuemanager.cc style.cc configuration.cc util.cc \
10                   widget.cc focuswidget.cc button.cc
11
12 MAINTAINERCLEANFILES= Makefile.in
13
14 distclean-local:
15         rm -f *\~ *.orig *.rej .\#*
16
17 otk_test: libotk.a otk_test.cc
18         $(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 
19
20 # local dependencies
21 button.o: button.cc button.hh focuswidget.hh widget.hh rect.hh \
22  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
23  screeninfo.hh timer.hh configuration.hh
24 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh point.hh
25 configuration.o: configuration.cc configuration.hh util.hh
26 focuswidget.o: focuswidget.cc focuswidget.hh widget.hh rect.hh \
27  point.hh texture.hh color.hh util.hh style.hh font.hh image.hh \
28  screeninfo.hh timer.hh configuration.hh
29 font.o: font.cc font.hh util.hh gccache.hh display.hh color.hh \
30  screeninfo.hh rect.hh point.hh
31 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
32  screeninfo.hh rect.hh point.hh
33 image.o: image.cc display.hh gccache.hh color.hh image.hh \
34  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
35 imagecontrol.o: imagecontrol.cc display.hh color.hh image.hh \
36  screeninfo.hh rect.hh point.hh timer.hh texture.hh util.hh
37 otk_test.o: otk_test.cc focuswidget.hh widget.hh rect.hh point.hh \
38  texture.hh color.hh util.hh style.hh font.hh image.hh screeninfo.hh \
39  timer.hh configuration.hh button.hh display.hh timerqueuemanager.hh \
40  timerqueue.hh
41 property.o: property.cc property.hh screeninfo.hh rect.hh point.hh \
42  display.hh
43 rect.o: rect.cc rect.hh point.hh
44 screeninfo.o: screeninfo.cc screeninfo.hh rect.hh point.hh display.hh \
45  util.hh
46 style.o: style.cc display.hh util.hh style.hh color.hh font.hh \
47  texture.hh image.hh screeninfo.hh rect.hh point.hh timer.hh \
48  configuration.hh
49 texture.o: texture.cc texture.hh color.hh util.hh display.hh image.hh \
50  screeninfo.hh rect.hh point.hh timer.hh
51 timer.o: timer.cc timer.hh timerqueuemanager.hh timerqueue.hh
52 timerqueuemanager.o: timerqueuemanager.cc timerqueuemanager.hh \
53  timerqueue.hh timer.hh display.hh
54 util.o: util.cc util.hh
55 widget.o: widget.cc widget.hh rect.hh point.hh texture.hh color.hh \
56  util.hh style.hh font.hh image.hh screeninfo.hh timer.hh \
57  configuration.hh display.hh assassin.hh