openbox/otk/Makefile.am

23 lines
704 B
Text
Raw Normal View History

2002-11-03 05:56:15 +00:00
CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@
2002-11-01 03:27:41 +00:00
INCLUDES= -I../src
noinst_LIBRARIES=libotk.a
libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc property.cc \
imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \
timerqueuemanager.cc style.cc configuration.cc util.cc
2002-11-01 03:27:41 +00:00
MAINTAINERCLEANFILES= Makefile.in
distclean-local:
rm -f *\~ *.orig *.rej .\#*
# local dependencies
color.o: color.cc color.hh display.hh screeninfo.hh rect.hh
gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
screeninfo.hh rect.hh
rect.o: rect.cc rect.hh
configuration.o: configuration.cc configuration.hh
style.o: style.cc style.hh
util.o: util.cc util.hh