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
LSH
lsh
Commits
dee5ec73
Commit
dee5ec73
authored
Sep 01, 2009
by
Niels Möller
Browse files
Added make rules for autoheader.
Rev: src/Makefile.in:1.48
parent
a15e9a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.in
View file @
dee5ec73
...
...
@@ -16,6 +16,8 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM
=
$(INSTALL_PROGRAM)
-s
MKDIR_P
=
@MKDIR_P@
AUTOHEADER
=
autoheader
SUBDIRS
=
testsuite
include
config.make
...
...
@@ -163,7 +165,7 @@ lshd_connection_SOURCES = lshd-connection.c \
server_pty.c
\
server_session.c
\
server_tcpforward.c
\
server_x11.c
\
server_x11.c
\
translate_signal.c
\
unix_process.c
...
...
@@ -185,7 +187,7 @@ SOURCES = $(COMMON_SOURCES) $(SPECIAL_SOURCES) \
DISTFILES
=
$(SOURCES)
$(HEADERS)
$(SCRIPTS)
\
.dist_headers
$(dist_headers)
.dist_classes
$(dist_classes)
\
atoms.in environ.h.in process_atoms invert-defs
$(generated_sources)
\
config.h.in Makefile.in config.make.in
config.h.in
stamp-h.in
Makefile.in config.make.in
SPECIAL_OBJS
=
$
(
SPECIAL_SOURCES:.c
=
.
$(OBJEXT)
)
MINIMAL_OBJS
=
$
(
SPECIAL_SOURCES:.c
=
.m
$(OBJEXT)
)
...
...
@@ -367,7 +369,7 @@ clean-here:
-
rm
-f
$(TARGETS)
*
.
$(OBJEXT)
*
.m
$(OBJEXT)
distclean-here
:
clean-here
-
rm
-f
config.h stamp-h
config.make environ.h Makefile
*
.d
-
rm
-f
config.h stamp-h
.in
config.make environ.h Makefile
*
.d
maintainer-clean-here
:
-
rm
-f
$(generated_sources)
...
...
@@ -375,7 +377,13 @@ maintainer-clean-here:
tags-here
:
etags
-o
$(srcdir)
/TAGS
$(srcdir)
/
*
.c
$(srcdir)
/
*
.h
# Standard targets
# Autoconf-related targets
# autoheader might not change config.h.in, so touch a stamp file.
config.h.in
:
stamp-h.in
stamp-h.in
:
../configure.ac ../aclocal.m4
cd
$(top_srcdir)
&&
$(AUTOHEADER)
echo
timestamp
>
$(srcdir)
/stamp-h.in
Makefile
:
$(srcdir)/Makefile.in ../config.status
cd
..
&&
$(SHELL)
./config.status src/Makefile
...
...
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