simplify building the apps Makefile

Remove extra machinery in favor of a plain-old Makefile.am.
Tighten up what files are copied on build, package a simple openssl.cnf.
This commit is contained in:
Brent Cook
2014-12-06 11:20:56 -06:00
parent 33ff088a60
commit 13035fa666
5 changed files with 97 additions and 58 deletions

7
.gitignore vendored
View File

@@ -88,7 +88,6 @@ crypto/Makefile.am
include/openssl/Makefile.am
ssl/Makefile.am
tls/Makefile.am
apps/Makefile.am
tests/Makefile.am
ssl/*.c
@@ -99,10 +98,12 @@ include/pqueue.h
include/tls.h
include/openssl/*.h
include/openssl/*.he
apps/*.c
apps/*.h
apps/*.cnf
apps/*.c
apps/openssl
apps/openssl.cnf
!apps/apps_win.c
!apps/poll_win.c
crypto/compat/arc4random.c
crypto/compat/chacha_private.h