Break out DllMain from crypto/cryptlib.c and use it in shared libs only
[openssl.git] / Makefile.in
index d101df1ca81a91bb82b864980d401022bac7b584..baaaf84432b15dc0913f0e4574913112df7ab1d8 100644 (file)
@@ -465,19 +465,11 @@ clean:    libclean
        rm -f speed.* .pure
        rm -f $(TARFILE)
 
-makefile.one: files
-       $(PERL) util/mk1mf.pl >makefile.one; \
-       sh util/do_ms.sh
-
-files:
-       $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
-       @set -e; target=files; $(RECURSIVE_BUILD_CMD)
-
 gentests:
        @(cd test && echo "generating dummy tests (if needed)..." && \
        $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
 
-test:   files tests
+test:   tests
 
 tests:  build_tests 
        @(cd test && echo "testing..." && \