diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-13 21:17:02 +0000 |
| commit | dfc9680e333c3a10fedea103136b03c1ebc1ab2b (patch) | |
| tree | f1db27e2907f46e67270fd1041a4ac0cbcbfde8e /build/Makefile.plugins | |
| parent | 1e1ee706501584dab74dde04333c712ccd0d7c91 (diff) | |
back to automake
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 |
