diff options
Diffstat (limited to 'build/Makefile.plugins')
| -rw-r--r-- | build/Makefile.plugins | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/build/Makefile.plugins b/build/Makefile.plugins deleted file mode 100644 index 86781355..00000000 --- a/build/Makefile.plugins +++ /dev/null @@ -1,22 +0,0 @@ -include build/Makefile.incl - -targets = resistance placement keyboard mouse - -all clean distclean: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins.$$i $@; \ - done - -install: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins.$$i $@; \ - done - $(LIBTOOL) --mode=finish $(DESTDIR)$(plugindir) - -uninstall: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.plugins.$$i $@; \ - done - -rmdir $(DESTDIR)$(plugindir) - -.PHONY: all clean distclean install uninstall |
