2003-05-10 15:30:47 +00:00
|
|
|
plugindir=$(libdir)/openbox/plugins
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-05-09 23:15:28 +00:00
|
|
|
SUBDIRS = keyboard mouse placement menu
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-05-18 02:50:32 +00:00
|
|
|
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
|
2003-04-13 21:17:02 +00:00
|
|
|
-DPLUGINDIR=\"$(plugindir)\"
|
|
|
|
|
|
|
|
INCLUDES=-I..
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES=resistance.la
|
|
|
|
|
|
|
|
resistance_la_CPPFLAGS=-DG_LOG_DOMAIN=\"Plugin-Resistance\"
|
|
|
|
resistance_la_LDFLAGS=-module -avoid-version
|
|
|
|
resistance_la_SOURCES=resistance.c
|
|
|
|
|
|
|
|
noinst_HEADERS=
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES= Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
$(RM) *\~ *.orig *.rej .\#*
|