5 include $(top_builddir
)/src
/Makefile.global
41 ifeq ($(with_openssl
),yes
)
42 WANTED_DIRS
+= sslinfo
45 ifeq ($(with_ossp_uuid
),yes
)
46 WANTED_DIRS
+= uuid-ossp
49 ifeq ($(with_libxml
),yes
)
54 # start-scripts \ (does not have a makefile)
57 all install installdirs uninstall distprep
clean distclean maintainer-clean
:
58 @for
dir in
$(WANTED_DIRS
); do \
59 $(MAKE
) -C
$$dir $@ || exit
; \
62 # We'd like check operations to run all the subtests before failing.
64 @CHECKERR
=0; for
dir in
$(WANTED_DIRS
); do \
65 $(MAKE
) -C
$$dir $@ || CHECKERR
=$$?
; \