tools: Get rid of the winapi makefile, it's not used anyway.
This commit is contained in:
parent
5cf75e615a
commit
6ba5d2e105
|
@ -1793,7 +1793,6 @@ programs/wordpad/Makefile
|
||||||
server/Makefile
|
server/Makefile
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
tools/widl/Makefile
|
tools/widl/Makefile
|
||||||
tools/winapi/Makefile
|
|
||||||
tools/winebuild/Makefile
|
tools/winebuild/Makefile
|
||||||
tools/winedump/Makefile
|
tools/winedump/Makefile
|
||||||
tools/winegcc/Makefile
|
tools/winegcc/Makefile
|
||||||
|
|
|
@ -39,9 +39,9 @@ INSTALLSUBDIRS = \
|
||||||
wmc \
|
wmc \
|
||||||
wrc
|
wrc
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = $(INSTALLSUBDIRS)
|
||||||
$(INSTALLSUBDIRS) \
|
|
||||||
winapi
|
EXTRASUBDIRS = winapi
|
||||||
|
|
||||||
INSTALLDIRS = \
|
INSTALLDIRS = \
|
||||||
$(DESTDIR)$(bindir) \
|
$(DESTDIR)$(bindir) \
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
TOPSRCDIR = @top_srcdir@
|
|
||||||
TOPOBJDIR = ../..
|
|
||||||
SRCDIR = @srcdir@
|
|
||||||
VPATH = @srcdir@
|
|
||||||
MODULE = none
|
|
||||||
|
|
||||||
INSTALLDIRS = $(DESTDIR)$(bindir)
|
|
||||||
|
|
||||||
@MAKE_RULES@
|
|
||||||
|
|
||||||
install:: $(INSTALLDIRS)
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/make_filter
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/winapi_check
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/winapi_cleanup
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/winapi_extract
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/winapi_fixup
|
|
||||||
$(INSTALL_SCRIPT) $(SRCDIR)/trampoline $(DESTDIR)$(bindir)/winapi_test
|
|
||||||
|
|
||||||
uninstall::
|
|
||||||
-cd $(DESTDIR)$(bindir) && $(RM) make_filter winapi_check winapi_extract winapi_fixup winapi_test
|
|
||||||
|
|
||||||
### Dependencies:
|
|
Loading…
Reference in New Issue