all repos — openbox @ 62326fde587bf7c318485c11e1d7c5043416ef01

openbox fork - make it a bit more like ryudo

otk/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CPPFLAGS=$(XFT_CFLAGS) @CPPFLAGS@

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 \
                  widget.cc focuswidget.cc button.cc

MAINTAINERCLEANFILES= Makefile.in

distclean-local:
	rm -f *\~ *.orig *.rej .\#*

otk_test: libotk.a otk_test.cc
	$(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 

# 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
widget.o: widget.cc widget.hh
focuswidget.o: focuswidget.cc focuswidget.hh
button.o: button.cc button.hh