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