
links: $(opensslinclude_HEADERS) $(Test_Sources)
	@if test -n "$(opensslinclude_HEADERS)"; then \
		$(PERL) $(top_builddir)/util/mklink.pl \
			$(top_builddir)/include/openssl/  \
			$(opensslinclude_HEADERS); \
	fi;
	@if test -n "$(Test_Sources)"; then \
		$(PERL) $(top_builddir)/util/mklink.pl \
		$(top_builddir)/test $(Test_Sources); \
	fi;
	@for i in $(SUBDIRS) ""; do \
		if test -n "$$i"; then \
			(cd $$i; $(MAKE) links ); \
		fi; \
	done;


