]> icculus.org git repositories - dana/openbox.git/blob - otk/Makefile.am
added new files to the build
[dana/openbox.git] / otk / Makefile.am
1 CPPFLAGS=`pkg-config --cflags xft` @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 button.cc
11
12 MAINTAINERCLEANFILES= Makefile.in
13
14 distclean-local:
15         rm -f *\~ *.orig *.rej .\#*
16
17 # local dependencies
18 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh
19 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
20  screeninfo.hh rect.hh
21 rect.o: rect.cc rect.hh
22 configuration.o: configuration.cc configuration.hh
23 style.o: style.cc style.hh
24 util.o: util.cc util.hh
25 widget.o: widget.cc widget.hh
26 button.o: button.cc button.hh