2002-11-15 00:18:14 +00:00
|
|
|
CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@
|
2002-11-01 03:27:41 +00:00
|
|
|
|
|
|
|
INCLUDES= -I../src
|
|
|
|
|
|
|
|
noinst_LIBRARIES=libotk.a
|
|
|
|
|
2002-11-05 08:44:46 +00:00
|
|
|
libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc property.cc \
|
2002-11-04 03:59:09 +00:00
|
|
|
imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \
|
2002-11-11 03:48:02 +00:00
|
|
|
timerqueuemanager.cc style.cc configuration.cc util.cc \
|
2002-11-13 10:22:44 +00:00
|
|
|
widget.cc focuswidget.cc button.cc
|
2002-11-01 03:27:41 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f *\~ *.orig *.rej .\#*
|
|
|
|
|
2002-11-15 01:02:31 +00:00
|
|
|
otk_test: libotk.a otk_test.cc
|
2002-11-15 00:23:33 +00:00
|
|
|
$(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
|
|
|
|
|
2002-11-01 03:27:41 +00:00
|
|
|
# local dependencies
|
2002-11-03 14:29:34 +00:00
|
|
|
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
|
2002-11-06 13:51:23 +00:00
|
|
|
configuration.o: configuration.cc configuration.hh
|
|
|
|
style.o: style.cc style.hh
|
2002-11-11 03:48:02 +00:00
|
|
|
util.o: util.cc util.hh
|
|
|
|
widget.o: widget.cc widget.hh
|
2002-11-13 10:22:44 +00:00
|
|
|
focuswidget.o: focuswidget.cc focuswidget.hh
|
2002-11-11 03:48:02 +00:00
|
|
|
button.o: button.cc button.hh
|