Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
MSP-OpenSSL
Commits
408d13f6
Commit
408d13f6
authored
May 03, 2018
by
powelld
Browse files
Update to version 0.1 to include missing makefiles
parent
e4e7103b
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/Makefile
0 → 100644
View file @
408d13f6
#
# OpenSSL/tools/Makefile
#
DIR
=
tools
TOP
=
..
CC
=
cc
INCLUDES
=
-I
$(TOP)
-I
../../include
CFLAG
=
-g
MAKEFILE
=
Makefile
CFLAGS
=
$(INCLUDES)
$(CFLAG)
GENERAL
=
Makefile
TEST
=
APPS
=
c_rehash
MISC_APPS
=
c_hash c_info c_issuer c_name
all
:
install
:
@
[
-n
"
$(INSTALLTOP)
"
]
# should be set by top Makefile...
@
for
i
in
$(APPS)
;
\
do
\
(
cp
$$
i
$(INSTALL_PREFIX)$(INSTALLTOP)
/bin/
$$
i.new
;
\
chmod
755
$(INSTALL_PREFIX)$(INSTALLTOP)
/bin/
$$
i.new
;
\
mv
-f
$(INSTALL_PREFIX)$(INSTALLTOP)
/bin/
$$
i.new
$(INSTALL_PREFIX)$(INSTALLTOP)
/bin/
$$
i
)
;
\
done
;
@
for
i
in
$(MISC_APPS)
;
\
do
\
(
cp
$$
i
$(INSTALL_PREFIX)$(OPENSSLDIR)
/misc/
$$
i.new
;
\
chmod
755
$(INSTALL_PREFIX)$(OPENSSLDIR)
/misc/
$$
i.new
;
\
mv
-f
$(INSTALL_PREFIX)$(OPENSSLDIR)
/misc/
$$
i.new
$(INSTALL_PREFIX)$(OPENSSLDIR)
/misc/
$$
i
)
;
\
done
;
files
:
$(PERL)
$(TOP)
/util/files.pl Makefile
>>
$(TOP)
/MINFO
links
:
lint
:
tags
:
errors
:
depend
:
dclean
:
$(PERL)
-pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}'
$(MAKEFILE)
>
Makefile.new
mv
-f
Makefile.new
$(MAKEFILE)
rm
-f
c_rehash
clean
:
rm
-f
*
.o
*
.obj lib tags core .pure .nfs
*
*
.old
*
.bak fluff
errors
:
# DO NOT DELETE THIS LINE -- make depend depends on it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment