wine-wine/libs/Makefile.in

25 lines
371 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = none
SUBDIRS = \
port \
wine \
wpp
INSTALLSUBDIRS = \
wine
@MAKE_RULES@
2006-07-11 19:32:52 +00:00
all: $(SUBDIRS)
install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__)
install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
# Directory dependencies
wine wine/__install__ wine/__install-lib__: port