]> icculus.org git repositories - dana/openbox.git/blob - plugins/mouse/Makefile.am
split the relative functions
[dana/openbox.git] / plugins / mouse / Makefile.am
1 plugindir=$(libdir)/openbox/plugins
2 rcdir=$(datadir)/openbox
3
4 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
5 -DPLUGINDIR=\"$(plugindir)\" \
6 -DRCDIR=\"$(rcdir)\" \
7 -DG_LOG_DOMAIN=\"Plugin-Mouse\"
8
9 plugin_LTLIBRARIES=mouse.la
10
11 mouse_la_LDFLAGS=-module -avoid-version
12 mouse_la_SOURCES=mouse.c translate.c lex.mparse.c
13
14 lex.mparse.c: mouserc_parse.l
15         $(FLEX) -Pmparse $^
16
17 rc_DATA=mouserc
18
19 noinst_HEADERS=mouse.h translate.h mouserc_parse.h
20
21 MAINTAINERCLEANFILES= Makefile.in
22
23 clean-local:
24         $(RM) lex.mparse.c
25
26 distclean-local:
27         $(RM) *\~ *.orig *.rej .\#*