diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-03 05:59:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-03 05:59:03 +0000 |
| commit | d447dc0f59619d26073699d9f81d7de77c200be4 (patch) | |
| tree | fae507e2a2568d249b0681bfc255ea3941a71a6f /plugins/mouse/Makefile.am | |
| parent | 28a4456c46976ba5c58a300dfa67109227bc1583 (diff) | |
new build system without automake
Diffstat (limited to 'plugins/mouse/Makefile.am')
| -rw-r--r-- | plugins/mouse/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/mouse/Makefile.am b/plugins/mouse/Makefile.am deleted file mode 100644 index 73250abc..00000000 --- a/plugins/mouse/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -plugindir=$(libdir)/openbox/plugins -rcdir=$(datadir)/openbox - -CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ --DPLUGINDIR=\"$(plugindir)\" \ --DRCDIR=\"$(rcdir)\" \ --DG_LOG_DOMAIN=\"Plugin-Mouse\" - -plugin_LTLIBRARIES=mouse.la - -mouse_la_LDFLAGS=-module -avoid-version -mouse_la_SOURCES=mouse.c translate.c lex.mparse.c - -lex.mparse.c: mouserc_parse.l - $(FLEX) -Pmparse $^ - -rc_DATA=mouserc - -noinst_HEADERS=mouse.h translate.h mouserc_parse.h - -MAINTAINERCLEANFILES= Makefile.in - -clean-local: - $(RM) lex.mparse.c - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* |
