Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
e4eff85c
Commit
e4eff85c
authored
May 22, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Create the binary resources for winetest from the top-level makefile.
parent
305aca28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
20 deletions
+14
-20
aclocal.m4
aclocal.m4
+7
-8
configure
configure
+7
-10
Makefile.in
programs/winetest/Makefile.in
+0
-2
No files found.
aclocal.m4
View file @
e4eff85c
...
...
@@ -151,7 +151,6 @@ Makefile: Makefile.in Make.vars.in Make.rules config.status
@./config.status Make.tmp Makefile"
ALL_POT_FILES=""
AC_SUBST(ALL_WINETEST_DEPENDS,["# Test binaries"])
AC_SUBST(ALL_TEST_BINARIES,"")
wine_fn_append_file ()
...
...
@@ -392,19 +391,19 @@ wine_fn_config_test ()
ac_dir=$[1]
ac_name=$[2]
wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
wine_fn_append_rule ALL_WINETEST_DEPENDS \
"$ac_name.exe: \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT
cp \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT \$[@] && \$(STRIP) \$[@]
$ac_name.res: $ac_name.exe
echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" | \$(LDPATH) \$(WRC) \$(RCFLAGS) -o \$[@]"
wine_fn_all_dir_rules $ac_dir Maketest.rules
AS_VAR_IF([enable_tests],[no],,[wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"all
programs/winetest
: $ac_dir
"all
$ac_dir/$ac_name.exe$DLLEXT
: $ac_dir
.PHONY: $ac_dir
$ac_dir: $ac_dir/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE)
test: $ac_dir/__test__
programs/winetest/$ac_name.exe: $ac_dir/$ac_name.exe$DLLEXT
cp $ac_dir/$ac_name.exe$DLLEXT \$[@] && \$(STRIP) \$[@]
programs/winetest/$ac_name.res: programs/winetest/$ac_name.exe
echo \"$ac_name.exe TESTRES \\\"programs/winetest/$ac_name.exe\\\"\" | \$(LDPATH) \$(WRC) \$(RCFLAGS) -o \$[@]
programs/winetest: programs/winetest/$ac_name.res
check test: $ac_dir/__test__
.PHONY: $ac_dir/__test__
$ac_dir/__test__: dummy
@cd $ac_dir && \$(MAKE) test
...
...
configure
View file @
e4eff85c
...
...
@@ -606,7 +606,6 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
LINGUAS
ALL_TEST_BINARIES
ALL_WINETEST_DEPENDS
LDAPLIBS
LIBPOLL
LIBDL
...
...
@@ -14609,8 +14608,6 @@ Makefile: Makefile.in Make.vars.in Make.rules config.status
@./config.status Make.tmp Makefile"
ALL_POT_FILES
=
""
ALL_WINETEST_DEPENDS
=
"# Test binaries"
ALL_TEST_BINARIES
=
""
...
...
@@ -14858,22 +14855,22 @@ wine_fn_config_test ()
ac_dir
=
$1
ac_name
=
$2
wine_fn_append_file ALL_TEST_BINARIES
$ac_name
.exe
wine_fn_append_rule ALL_WINETEST_DEPENDS
\
"
$ac_name
.exe:
\$
(top_builddir)/
$ac_dir
/
$ac_name
.exe
$DLLEXT
cp
\$
(top_builddir)/
$ac_dir
/
$ac_name
.exe
$DLLEXT
\$
@ &&
\$
(STRIP)
\$
@
$ac_name
.res:
$ac_name
.exe
echo
\"
$ac_name
.exe TESTRES
\\\"
$ac_name
.exe
\\\"\"
|
\$
(LDPATH)
\$
(WRC)
\$
(RCFLAGS) -o
\$
@"
wine_fn_all_dir_rules
$ac_dir
Maketest.rules
if
test
"x
$enable_tests
"
=
xno
;
then
:
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS
\
"all
programs/winetest
:
$ac_dir
"all
$ac_dir
/
$ac_name
.exe
$DLLEXT
:
$ac_dir
.PHONY:
$ac_dir
$ac_dir
:
$ac_dir
/Makefile __builddeps__ dummy
@cd
$ac_dir
&&
\$
(MAKE)
test:
$ac_dir
/__test__
programs/winetest/
$ac_name
.exe:
$ac_dir
/
$ac_name
.exe
$DLLEXT
cp
$ac_dir
/
$ac_name
.exe
$DLLEXT
\$
@ &&
\$
(STRIP)
\$
@
programs/winetest/
$ac_name
.res: programs/winetest/
$ac_name
.exe
echo
\"
$ac_name
.exe TESTRES
\\\"
programs/winetest/
$ac_name
.exe
\\\"\"
|
\$
(LDPATH)
\$
(WRC)
\$
(RCFLAGS) -o
\$
@
programs/winetest: programs/winetest/
$ac_name
.res
check test:
$ac_dir
/__test__
.PHONY:
$ac_dir
/__test__
$ac_dir
/__test__: dummy
@cd
$ac_dir
&&
\$
(MAKE) test
...
...
programs/winetest/Makefile.in
View file @
e4eff85c
...
...
@@ -39,5 +39,3 @@ dist: winetest-dist.exe$(DLLEXT)
winetest-dist.exe$(DLLEXT)
:
winetest.exe$(DLLEXT)
cp
winetest.exe
$(DLLEXT)
$@
-
upx
-9
-qqq
$@
@ALL_WINETEST_DEPENDS@
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