2003-04-13 21:17:02 +00:00
|
|
|
plugindir=$(libdir)/openbox/plugins
|
|
|
|
|
2003-05-24 15:35:26 +00:00
|
|
|
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
|
|
|
|
$(XML_CFLAGS) @CPPFLAGS@ \
|
2003-04-13 21:17:02 +00:00
|
|
|
-DG_LOG_DOMAIN=\"Plugin-Mouse\"
|
|
|
|
|
|
|
|
INCLUDES=-I../..
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES=mouse.la
|
|
|
|
|
|
|
|
mouse_la_LDFLAGS=-module -avoid-version
|
2003-05-24 15:35:26 +00:00
|
|
|
mouse_la_SOURCES=mouse.c translate.c
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-05-24 15:35:26 +00:00
|
|
|
noinst_HEADERS=mouse.h translate.h
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES=Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
$(RM) *\~ *.orig *.rej .\#*
|