Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
49105649
Commit
49105649
authored
Mar 19, 2015
by
Niels Möller
Browse files
Makefile fixes to make make distcheck happy.
parent
ab985f3a
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
49105649
2015-03-19 Niels Möller <nisse@diamant.hack.org>
* Makefile.in (DISTFILES): Added version.h.in, libnettle.map.in,
and libhogweed.map.in (latter two patch by Nikos).
(version.h): New make target.
(distclean-here): Added version.h, libnettle.map, and
libhogweed.map.
From Nikos Mavrogiannopoulos.
* configure.ac (MAJOR_VERSION, MINOR_VERSION): New substituted
variables.
...
...
Makefile.in
View file @
49105649
...
...
@@ -215,7 +215,7 @@ SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) \
DISTFILES
=
$(SOURCES)
$(HEADERS)
getopt.h getopt_int.h
\
.bootstrap run-tests
\
aclocal.m4 configure.ac
\
configure stamp-h.in bignum.h.in
\
configure stamp-h.in bignum.h.in
version.h.in
\
libnettle.map.in libhogweed.map.in
\
config.guess config.sub install-sh texinfo.tex
\
config.h.in config.m4.in config.make.in Makefile.in
\
...
...
@@ -435,6 +435,9 @@ nettle.pc: nettle.pc.in config.status
hogweed.pc
:
hogweed.pc.in config.status
./config.status
$@
version.h
:
version.h.in config.status
./config.status
$@
# Installation
install-doc
:
@IF_DOCUMENTATION@ install-info
install-here
:
install-doc install-headers install-static install-pkgconfig
\
...
...
@@ -626,8 +629,8 @@ clean-here:
distclean-here
:
clean-here
-
rm
-f
config.h stamp-h config.log config.status machine.m4
\
config.make config.m4 Makefile nettle-stdint.h bignum.h
\
nettle.pc hogweed.pc
\
config.make config.m4 Makefile nettle-stdint.h bignum.h
version.h
\
nettle.pc hogweed.pc
libnettle.map libhogweed.map
\
*
.asm
*
.d
maintainer-clean-here
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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