Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
49c31e3b
Commit
49c31e3b
authored
Jun 12, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Use the generic install flags for the tools directories.
parent
e492fcc8
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
24 additions
and
59 deletions
+24
-59
aclocal.m4
aclocal.m4
+3
-21
configure
configure
+9
-26
configure.ac
configure.ac
+6
-6
Makefile.in
tools/widl/Makefile.in
+1
-1
Makefile.in
tools/winebuild/Makefile.in
+1
-1
Makefile.in
tools/winedump/Makefile.in
+1
-1
Makefile.in
tools/winegcc/Makefile.in
+1
-1
Makefile.in
tools/wmc/Makefile.in
+1
-1
Makefile.in
tools/wrc/Makefile.in
+1
-1
No files found.
aclocal.m4
View file @
49c31e3b
...
...
@@ -439,28 +439,10 @@ wine_fn_config_tool ()
ac_flags=$[2]
AS_VAR_IF([enable_tools],[no],[return 0])
wine_fn_
all_dir_rules $ac_dir Make.rule
s
wine_fn_
config_makefile $ac_dir enable_tools $ac_flag
s
case $ac_dir in
dnl tools directory has both install-lib and install-dev
tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"install:: $ac_dir
@cd $ac_dir && \$(MAKE) install
install-lib:: $ac_dir
@cd $ac_dir && \$(MAKE) install-lib
install-dev:: $ac_dir
@cd $ac_dir && \$(MAKE) install-dev" ;;
*) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"install install-dev:: $ac_dir
@cd $ac_dir && \$(MAKE) install" ;;
esac
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"uninstall:: $ac_dir/Makefile
@cd $ac_dir && \$(MAKE) uninstall
all __tooldeps__: $ac_dir
.PHONY: $ac_dir
$ac_dir: $ac_dir/Makefile libs/port dummy
@cd $ac_dir && \$(MAKE)"
wine_fn_append_rule ALL_MAKEFILE_DEPENDS "__tooldeps__: $ac_dir"
wine_fn_append_rule ALL_MAKEFILE_DEPENDS "$ac_dir: libs/port"
case $ac_dir in
tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
esac
...
...
configure
View file @
49c31e3b
...
...
@@ -14817,27 +14817,10 @@ wine_fn_config_tool ()
return
0
fi
wine_fn_
all_dir_rules
$ac_dir
Make.rule
s
wine_fn_
config_makefile
$ac_dir
enable_tools
$ac_flag
s
case
$ac_dir
in
tools
)
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"install::
$ac_dir
@cd
$ac_dir
&&
\$
(MAKE) install
install-lib::
$ac_dir
@cd
$ac_dir
&&
\$
(MAKE) install-lib
install-dev::
$ac_dir
@cd
$ac_dir
&&
\$
(MAKE) install-dev"
;;
*
)
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"install install-dev::
$ac_dir
@cd
$ac_dir
&&
\$
(MAKE) install"
;;
esac
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"uninstall::
$ac_dir
/Makefile
@cd
$ac_dir
&&
\$
(MAKE) uninstall
all __tooldeps__:
$ac_dir
.PHONY:
$ac_dir
$ac_dir
:
$ac_dir
/Makefile libs/port dummy
@cd
$ac_dir
&&
\$
(MAKE)"
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"__tooldeps__:
$ac_dir
"
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"
$ac_dir
: libs/port"
case
$ac_dir
in
tools/winebuild
)
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
"
\$
(WINEBUILD):
$ac_dir
"
;;
esac
...
...
@@ -15560,12 +15543,12 @@ wine_fn_config_test programs/wscript/tests wscript.exe_test
wine_fn_config_program xcopy enable_xcopy
install
,po
wine_fn_config_makefile server enable_server install-lib
wine_fn_config_tool tools install-dev,install-lib
wine_fn_config_tool tools/widl
wine_fn_config_tool tools/winebuild
wine_fn_config_tool tools/winedump
wine_fn_config_tool tools/winegcc
wine_fn_config_tool tools/wmc
wine_fn_config_tool tools/wrc
wine_fn_config_tool tools/widl
install-dev
wine_fn_config_tool tools/winebuild
install-dev
wine_fn_config_tool tools/winedump
install-dev
wine_fn_config_tool tools/winegcc
install-dev
wine_fn_config_tool tools/wmc
install-dev
wine_fn_config_tool tools/wrc
install-dev
LINGUAS
=
"
\
ar
\
...
...
configure.ac
View file @
49c31e3b
...
...
@@ -3011,12 +3011,12 @@ WINE_CONFIG_TEST(programs/wscript/tests)
WINE_CONFIG_PROGRAM(xcopy,,[install,po])
WINE_CONFIG_MAKEFILE([server],,[install-lib])
WINE_CONFIG_TOOL(tools,[install-dev,install-lib])
WINE_CONFIG_TOOL(tools/widl)
WINE_CONFIG_TOOL(tools/winebuild)
WINE_CONFIG_TOOL(tools/winedump)
WINE_CONFIG_TOOL(tools/winegcc)
WINE_CONFIG_TOOL(tools/wmc)
WINE_CONFIG_TOOL(tools/wrc)
WINE_CONFIG_TOOL(tools/widl
,[install-dev]
)
WINE_CONFIG_TOOL(tools/winebuild
,[install-dev]
)
WINE_CONFIG_TOOL(tools/winedump
,[install-dev]
)
WINE_CONFIG_TOOL(tools/winegcc
,[install-dev]
)
WINE_CONFIG_TOOL(tools/wmc
,[install-dev]
)
WINE_CONFIG_TOOL(tools/wrc
,[install-dev]
)
AC_SUBST([LINGUAS],["\
ar \
...
...
tools/widl/Makefile.in
View file @
49c31e3b
...
...
@@ -30,7 +30,7 @@ all: $(PROGRAMS)
widl$(EXEEXT)
:
$(OBJS) $(LIBWPP)
$(CC)
$(CFLAGS)
-o
$@
$(OBJS)
$(LIBWPP)
$(LIBPORT)
$(LDFLAGS)
install
::
$(PROGRAMS) $(DESTDIR)$(bindir)
install
install-dev
::
$(PROGRAMS) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
widl
$(EXEEXT)
$(DESTDIR)$(bindir)
/widl
$(EXEEXT)
uninstall
::
...
...
tools/winebuild/Makefile.in
View file @
49c31e3b
...
...
@@ -23,7 +23,7 @@ all: $(PROGRAMS)
winebuild$(EXEEXT)
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
$@
$(OBJS)
$(LIBPORT)
$(LDFLAGS)
install
::
$(PROGRAMS) $(DESTDIR)$(bindir)
install
install-dev
::
$(PROGRAMS) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
winebuild
$(EXEEXT)
$(DESTDIR)$(bindir)
/winebuild
$(EXEEXT)
uninstall
::
...
...
tools/winedump/Makefile.in
View file @
49c31e3b
...
...
@@ -33,7 +33,7 @@ all: $(PROGRAMS)
winedump$(EXEEXT)
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
winedump
$(EXEEXT)
$(OBJS)
$(LIBPORT)
$(LDFLAGS)
install
::
$(PROGRAMS) $(DESTDIR)$(bindir)
install
install-dev
::
$(PROGRAMS) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
winedump
$(EXEEXT)
$(DESTDIR)$(bindir)
/winedump
$(EXEEXT)
$(INSTALL_SCRIPT)
$(srcdir)
/function_grep.pl
$(DESTDIR)$(bindir)
/function_grep.pl
...
...
tools/winegcc/Makefile.in
View file @
49c31e3b
...
...
@@ -32,7 +32,7 @@ winegcc$(EXEEXT): winegcc.o utils.o
winecpp$(EXEEXT) wineg++$(EXEEXT)
:
winegcc$(EXEEXT)
$(RM)
$@
&&
$(LN_S)
winegcc
$(EXEEXT)
$@
install
::
$(PROGRAMS) $(DESTDIR)$(bindir) install-man-pages
install
install-dev
::
$(PROGRAMS) $(DESTDIR)$(bindir) install-man-pages
$(INSTALL_PROGRAM)
winegcc
$(EXEEXT)
$(DESTDIR)$(bindir)
/winegcc
$(EXEEXT)
cd
$(DESTDIR)$(bindir)
&&
$(RM)
wineg++
$(EXEEXT)
&&
$(LN_S)
winegcc
$(EXEEXT)
wineg++
$(EXEEXT)
cd
$(DESTDIR)$(bindir)
&&
$(RM)
winecpp
$(EXEEXT)
&&
$(LN_S)
winegcc
$(EXEEXT)
winecpp
$(EXEEXT)
...
...
tools/wmc/Makefile.in
View file @
49c31e3b
...
...
@@ -25,7 +25,7 @@ wmc$(EXEEXT): $(OBJS)
wmc-installed
:
$(OBJS)
$(CC)
$(CFLAGS)
-o
$@
$(OBJS)
$(ALL_LIBS)
$(LDFLAGS)
$(LDRPATH_INSTALL)
install
::
wmc-installed $(DESTDIR)$(bindir)
install
install-dev
::
wmc-installed $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
wmc-installed
$(DESTDIR)$(bindir)
/wmc
$(EXEEXT)
uninstall
::
...
...
tools/wrc/Makefile.in
View file @
49c31e3b
...
...
@@ -29,7 +29,7 @@ wrc$(EXEEXT): $(OBJS) $(LIBWPP)
wrc-installed
:
$(OBJS) $(LIBWPP)
$(CC)
$(CFLAGS)
-o
$@
$(OBJS)
$(ALL_LIBS)
$(LDFLAGS)
$(LDRPATH_INSTALL)
install
::
wrc-installed $(DESTDIR)$(bindir)
install
install-dev
::
wrc-installed $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM)
wrc-installed
$(DESTDIR)$(bindir)
/wrc
$(EXEEXT)
uninstall
::
...
...
Write
Preview
Markdown
is supported
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