2 # Makefile.in for the drivers
7 ########################################
11 top_srcdir
= @top_srcdir@
15 DEVDIR
= ${DISTDIR}/Developer
16 DRIVERDIR
= ${DEVDIR}/Drivers
21 INSTALL_DATA
= @INSTALL_DATA@
25 HAVE_OPENPCI
= @HAVE_OPENPCI@
27 HAVE_ASMIO
= @HAVE_ASMIO@
28 HAVE_ALSA
= @HAVE_ALSA@
32 ########################################
34 .PHONY
: all clean distclean maintainer-clean bindist
36 SUBDIRS
= Device Filesave Void
39 ifneq ($(strip $(HAVE_ASMIO
)),)
50 ifneq ($(strip $(HAVE_OSS
)),)
54 ifneq ($(strip $(HAVE_OPENPCI
)),)
58 ifeq ($(strip $(host
)),powerpc-unknown-amigaos
)
62 ifneq ($(strip $(HAVE_ALSA
)),)
67 @for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
) || exit
; done
70 @for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
) || exit
; done
73 -@for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
); done
76 -@for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
); done
79 maintainer-clean
: distclean
80 -@for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
); done
83 @for i in
$(SUBDIRS
); do
(cd
$$i && $(MAKE
) $(MFLAGS
) $@
) || exit
; done
84 $(INSTALL
) -d
$(DRIVERDIR
)
85 for d in
$(SUBDIRS
) Paula Toccata Void Wavetools
; do \
86 cd
$(srcdir) && find
$${d} -type f
-and
-not
-path
'*CVS*' \
87 -exec
$(INSTALL_DATA
) -D
{} $(DRIVERDIR
)/{} \
; ; \
91 # Auto-remake autoconf stuff
92 ########################################
94 Makefile
: Makefile.in ..
/config.status
95 (cd ..
&& .
/config.status
)
100 ########################################