Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Niclas Zeising
libXt
Commits
93ffd50c
Verified
Commit
93ffd50c
authored
Jun 18, 2019
by
Thomas E. Dickey
Browse files
add a dependency on makestrs to help with parallel builds
Signed-off-by:
Thomas E. Dickey
<
dickey@invisible-island.net
>
parent
6abd578a
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
93ffd50c
...
...
@@ -23,8 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([libXt],
[1.2.0],
AC_INIT([libXt], [1.2.0],
[https://gitlab.freedesktop.org/xorg/lib/libXt/issues], [libXt])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
...
...
src/Makefile.am
View file @
93ffd50c
...
...
@@ -96,10 +96,13 @@ all-local: $(BUILT_FILES)
$(BUILT_HEADER)
:
$(BUILT_SOURCE)
$(BUILT_SOURCE)
:
$(BUILT_SOURCE)
:
$(top_builddir)/util/makestrs$(EXEEXT)
$(AM_V_GEN)$(top_builddir)
/util/makestrs
-i
$(top_srcdir)
$(STRINGSABIOPTIONS)
<
$(STRING_LIST)
>
StringDefs.c
$(AM_V_at)$(MKDIR_P)
$(top_builddir)
/src
$(AM_V_at)$(MKDIR_P)
$(top_builddir)
/include/X11
$(AM_V_at)
cp
StringDefs.h
$(top_builddir)
/include/X11
$(AM_V_at)
cp
Shell.h
$(top_builddir)
/include/X11
$(AM_V_at)
rm
StringDefs.h Shell.h
$(top_builddir)/util/makestrs$(EXEEXT)
:
$(am__cd)
$
(
@D
)
&&
$(MAKE)
$(AM_MAKEFLAGS)
$
(
@F
)
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