5 include $(top_builddir
)/src
/Makefile.global
43 ifeq ($(with_openssl
),yes
)
44 WANTED_DIRS
+= sslinfo
47 ifeq ($(with_ossp_uuid
),yes
)
48 WANTED_DIRS
+= uuid-ossp
51 ifeq ($(with_libxml
),yes
)
56 # start-scripts \ (does not have a makefile)
59 all install installdirs uninstall distprep
clean distclean maintainer-clean
:
60 @for
dir in
$(WANTED_DIRS
); do \
61 $(MAKE
) -C
$$dir $@ || exit
; \
64 # We'd like check operations to run all the subtests before failing.
66 @CHECKERR
=0; for
dir in
$(WANTED_DIRS
); do \
67 $(MAKE
) -C
$$dir $@ || CHECKERR
=$$?
; \