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