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