tools: Get rid of the winapi makefile, it's not used anyway.

This commit is contained in:
Alexandre Julliard 2006-08-28 17:29:38 +02:00
parent 5cf75e615a
commit 6ba5d2e105
4 changed files with 4 additions and 28 deletions

3
configure vendored

File diff suppressed because one or more lines are too long

View file

@ -1793,7 +1793,6 @@ programs/wordpad/Makefile
server/Makefile
tools/Makefile
tools/widl/Makefile
tools/winapi/Makefile
tools/winebuild/Makefile
tools/winedump/Makefile
tools/winegcc/Makefile

View file

@ -39,9 +39,9 @@ INSTALLSUBDIRS = \
wmc \
wrc
SUBDIRS = \
$(INSTALLSUBDIRS) \
winapi
SUBDIRS = $(INSTALLSUBDIRS)
EXTRASUBDIRS = winapi
INSTALLDIRS = \
$(DESTDIR)$(bindir) \

View file

@ -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: