Sweden-Number/dlls/Makefile.in

24 lines
404 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
INSTALLDIRS = $(DESTDIR)$(dlldir)
DLLSUBDIRS = @ALL_DLL_DIRS@
SUBDIRS = $(DLLSUBDIRS)
BUILDSUBDIRS = $(DLLSUBDIRS)
INSTALLSUBDIRS = $(DLLSUBDIRS)
DOCSUBDIRS = $(DLLSUBDIRS)
@MAKE_RULES@
# Main target
all: $(BUILDSUBDIRS)
# Misc rules
uninstall::
-rmdir $(DESTDIR)$(fakedlldir) $(DESTDIR)$(dlldir)