2002-04-11 03:20:38 +00:00
|
|
|
DEFAULT_MENU=$(pkgdatadir)/menu
|
2002-08-16 21:14:27 +00:00
|
|
|
DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-11-01 03:45:34 +00:00
|
|
|
CXXFLAGS=@CXXFLAGS@ \
|
2002-04-11 03:20:38 +00:00
|
|
|
-DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
|
2002-11-01 03:45:34 +00:00
|
|
|
-DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\"
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-11-01 03:30:18 +00:00
|
|
|
INCLUDES= -I../otk
|
|
|
|
|
2002-05-25 01:18:50 +00:00
|
|
|
bin_PROGRAMS= openbox
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-11-01 03:30:18 +00:00
|
|
|
openbox_LDADD=../otk/libotk.a
|
2002-11-01 03:45:34 +00:00
|
|
|
|
|
|
|
openbox_SOURCES= basedisplay.cc configuration.cc screen.cc timer.cc util.cc \
|
|
|
|
window.cc workspace.cc xatom.cc blackbox.cc main.cc
|
2002-04-11 03:20:38 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
2002-06-05 03:51:26 +00:00
|
|
|
rm -f *\~ *.orig *.rej .\#*
|
2002-04-11 03:20:38 +00:00
|
|
|
|
|
|
|
# local dependencies
|
2002-10-31 09:18:24 +00:00
|
|
|
basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \
|
2002-11-01 03:30:18 +00:00
|
|
|
../otk/gccache.hh ../otk/color.hh
|
2002-10-31 09:18:24 +00:00
|
|
|
blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \
|
2002-11-01 03:30:18 +00:00
|
|
|
configuration.hh xatom.hh ../otk/gccache.hh ../otk/color.hh ../otk/image.hh screen.hh \
|
|
|
|
../otk/texture.hh workspace.hh window.hh
|
2002-10-31 09:18:24 +00:00
|
|
|
configuration.o: configuration.cc configuration.hh util.hh
|
|
|
|
main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \
|
|
|
|
util.hh configuration.hh xatom.hh
|
|
|
|
screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \
|
2002-11-01 03:30:18 +00:00
|
|
|
configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
|
|
|
|
../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
|
2002-10-31 09:18:24 +00:00
|
|
|
timer.o: timer.cc basedisplay.hh timer.hh util.hh
|
|
|
|
util.o: util.cc util.hh
|
|
|
|
window.o: window.cc blackbox.hh basedisplay.hh timer.hh util.hh \
|
2002-11-01 03:30:18 +00:00
|
|
|
configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
|
|
|
|
../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
|
2002-10-31 09:18:24 +00:00
|
|
|
workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \
|
2002-11-01 03:30:18 +00:00
|
|
|
configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
|
|
|
|
../otk/image.hh workspace.hh window.hh
|
|
|
|
xatom.o: xatom.cc ../config.h xatom.hh screen.hh ../otk/color.hh ../otk/texture.hh \
|
|
|
|
util.hh ../otk/image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \
|
2002-10-31 09:18:24 +00:00
|
|
|
configuration.hh
|