2002-12-25 04:54:44 +00:00
|
|
|
scriptdir = $(libdir)/openbox/python
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2003-02-05 10:56:51 +00:00
|
|
|
script_PYTHON = config.py defaults.py focus.py callbacks.py \
|
|
|
|
focusmodel.py windowplacement.py behavior.py motion.py \
|
|
|
|
historyplacement.py stackedcycle.py focuscycle.py
|
2002-12-25 04:54:44 +00:00
|
|
|
|
|
|
|
distclean-local:
|
2003-02-05 15:38:29 +00:00
|
|
|
$(RM) *\~ .\#*
|
|
|
|
uninstall-am:
|
|
|
|
rmdir -p $(scriptdir)
|