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
092f37fc
Commit
092f37fc
authored
Dec 31, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Include program files in the all: target.
parent
1adaad4c
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
22 additions
and
73 deletions
+22
-73
Make.rules.in
Make.rules.in
+1
-1
aclocal.m4
aclocal.m4
+0
-3
configure
configure
+10
-25
configure.ac
configure.ac
+8
-19
Makefile.in
loader/Makefile.in
+0
-7
Makefile.in
server/Makefile.in
+0
-2
Makefile.in
tools/Makefile.in
+2
-3
makedep.c
tools/makedep.c
+1
-1
Makefile.in
tools/widl/Makefile.in
+0
-2
Makefile.in
tools/winebuild/Makefile.in
+0
-2
Makefile.in
tools/winedump/Makefile.in
+0
-2
Makefile.in
tools/winegcc/Makefile.in
+0
-2
Makefile.in
tools/wmc/Makefile.in
+0
-2
Makefile.in
tools/wrc/Makefile.in
+0
-2
No files found.
Make.rules.in
View file @
092f37fc
...
...
@@ -35,7 +35,7 @@ all: $(MANPAGES:.man.in=.man)
# Rules for cleaning
clean::
$(RM) $(CLEAN_FILES)
$(PROGRAMS)
$(RM) $(CLEAN_FILES)
.PHONY: clean
...
...
aclocal.m4
View file @
092f37fc
...
...
@@ -644,9 +644,6 @@ wine_fn_config_tool ()
case $ac_dir in
tools/winebuild) wine_fn_append_rule "\$(WINEBUILD): $ac_dir" ;;
esac
case $ac_dir in
tools/*) wine_fn_ignore_file $ac_dir/`expr $ac_dir : tools/"\\(.*\\)"`$ac_exeext ;;
esac
}
wine_fn_config_makerules ()
...
...
configure
View file @
092f37fc
...
...
@@ -7049,10 +7049,6 @@ else
READELF
=
"
$ac_cv_prog_READELF
"
fi
wine_binary
=
"wine"
test
"x
$enable_win64
"
!=
"xyes"
||
wine_binary
=
"wine64"
wine_rules_file
=
conf
$$
rules.make
rm
-f
$wine_rules_file
ALL_POT_FILES
=
""
...
...
@@ -7521,9 +7517,6 @@ fi
case
$ac_dir
in
tools/winebuild
)
wine_fn_append_rule
"
\$
(WINEBUILD):
$ac_dir
"
;;
esac
case
$ac_dir
in
tools/
*
)
wine_fn_ignore_file
$ac_dir
/
`
expr
$ac_dir
: tools/
"
\\
(.*
\\
)"
`
$ac_exeext
;;
esac
}
wine_fn_config_makerules
()
...
...
@@ -7556,13 +7549,12 @@ distclean::
test
-n
"
$ac_linkdir
"
||
return
wine_fn_append_rule
"
$ac_linkdir
/Makefile
$ac_linkdir
/depend:
$ac_links
"
}
wine_fn_ignore_file
"loader/wine"
test
"
$wine_binary
"
=
wine
||
wine_fn_ignore_file
"loader/
$wine_binary
"
wine_fn_ignore_file
"loader/wine-installed"
LOADER_RULES
=
"
all:
$wine_binary
wine-installed
wine_binary
=
"wine"
test
"x
$enable_win64
"
!=
"xyes"
||
wine_binary
=
"wine64"
loader_programs
=
"
$wine_binary
wine-installed"
LOADER_RULES
=
"
install install-lib:: wine-installed
\$
(INSTALL_PROGRAM) wine-installed
\$
(DESTDIR)
\$
(bindir)/
$wine_binary
...
...
@@ -14409,11 +14401,9 @@ case $host_os in
linux
*
)
case
$host_cpu
in
*
i[3456789]86
*
|
x86_64
*
)
wine_fn_ignore_file
"loader/wine-preloader"
test
"
$wine_binary
"
=
wine
||
wine_fn_ignore_file
"loader/
$wine_binary
-preloader"
test
"
$wine_binary
"
=
wine
||
wine_fn_ignore_file
"loader/wine-preloader"
loader_programs
=
"
$loader_programs
$wine_binary
-preloader"
as_fn_append LOADER_RULES
"
all:
$wine_binary
-preloader
$wine_binary
-preloader: preloader.o
\$
(CC) -o
\$
@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o
\$
(LIBPORT)
\$
(LDFLAGS)
...
...
@@ -14426,6 +14416,9 @@ uninstall::
esac
;;
esac
as_fn_append LOADER_RULES
"
PROGRAMS =
$loader_programs
"
ac_save_CFLAGS
=
"
$CFLAGS
"
...
...
@@ -17400,16 +17393,8 @@ wine_fn_ignore_file "include/stamp-h"
test
"x
$enable_fonts
"
=
xno
||
wine_fn_ignore_file
"fonts/*.fon"
test
"x
$enable_winetest
"
=
xno
||
wine_fn_ignore_file
"programs/winetest/build.nfo"
test
"x
$enable_winetest
"
=
xno
||
wine_fn_ignore_file
"programs/winetest/build.rc"
test
"x
$enable_server
"
=
xno
||
wine_fn_ignore_file
"server/wineserver"
test
"x
$enable_server
"
=
xno
||
wine_fn_ignore_file
"server/wineserver-installed"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/fnt2fon
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/make_ctests
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/make_xftmpl
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/makedep
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/sfnt2fnt
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/wineapploader
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/winegcc/winecpp
$ac_exeext
"
test
"x
$enable_tools
"
=
xno
||
wine_fn_ignore_file
"tools/winegcc/wineg++
$ac_exeext
"
test
"
$wine_binary
"
=
wine
||
wine_fn_ignore_file
"loader/wine"
ac_config_commands
=
"
$ac_config_commands
Makefile"
...
...
configure.ac
View file @
092f37fc
...
...
@@ -682,17 +682,13 @@ DLLEXT=".so"
IMPLIBEXT="def"
STATIC_IMPLIBEXT="def.a"
WINE_PATH_SONAME_TOOLS
WINE_CONFIG_HELPERS
wine_binary="wine"
test "x$enable_win64" != "xyes" || wine_binary="wine64"
WINE_IGNORE_FILE("loader/wine")
test "$wine_binary" = wine || WINE_IGNORE_FILE("loader/$wine_binary")
WINE_IGNORE_FILE("loader/wine-installed")
loader_programs="$wine_binary wine-installed"
AC_SUBST(LOADER_RULES,["
all: $wine_binary wine-installed
install install-lib:: wine-installed
\$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
...
...
@@ -2000,11 +1996,9 @@ case $host_os in
linux*)
case $host_cpu in
*i[[3456789]]86*|x86_64*)
WINE_IGNORE_FILE("loader/wine-preloader")
test "$wine_binary" = wine || WINE_IGNORE_FILE("loader/$wine_binary-preloader")
test "$wine_binary" = wine ||
WINE_IGNORE_FILE("loader/wine-preloader")
loader_programs="$loader_programs $wine_binary-preloader"
AS_VAR_APPEND([LOADER_RULES],["
all: $wine_binary-preloader
$wine_binary-preloader: preloader.o
\$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
...
...
@@ -2017,6 +2011,9 @@ uninstall::
esac
;;
esac
AS_VAR_APPEND([LOADER_RULES],["
PROGRAMS = $loader_programs
"])
dnl **** Check for functions ****
...
...
@@ -3446,16 +3443,8 @@ WINE_IGNORE_FILE("include/stamp-h")
WINE_IGNORE_FILE("fonts/*.fon",enable_fonts)
WINE_IGNORE_FILE("programs/winetest/build.nfo",enable_winetest)
WINE_IGNORE_FILE("programs/winetest/build.rc",enable_winetest)
WINE_IGNORE_FILE("server/wineserver",enable_server)
WINE_IGNORE_FILE("server/wineserver-installed",enable_server)
WINE_IGNORE_FILE("tools/fnt2fon$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/make_ctests$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/make_xftmpl$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/makedep$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/sfnt2fnt$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/wineapploader$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/winegcc/winecpp$ac_exeext",enable_tools)
WINE_IGNORE_FILE("tools/winegcc/wineg++$ac_exeext",enable_tools)
test "$wine_binary" = wine || WINE_IGNORE_FILE("loader/wine")
AC_CONFIG_COMMANDS([Makefile], [wine_fn_output_makefile Makefile],
[wine_fn_output_makefile ()
...
...
loader/Makefile.in
View file @
092f37fc
...
...
@@ -5,13 +5,6 @@ C_SRCS = \
main.c
\
preloader.c
PROGRAMS
=
\
wine
\
wine-installed
\
wine-preloader
\
wine64
\
wine64-preloader
MANPAGES
=
\
wine.de.UTF-8.man.in
\
wine.fr.UTF-8.man.in
\
...
...
server/Makefile.in
View file @
092f37fc
...
...
@@ -52,8 +52,6 @@ MANPAGES = \
wineserver.fr.UTF-8.man.in
\
wineserver.man.in
all
:
$(PROGRAMS)
@MAKE_RULES@
wineserver
:
$(OBJS)
...
...
tools/Makefile.in
View file @
092f37fc
...
...
@@ -5,8 +5,7 @@ PROGRAMS = \
fnt2fon
$(EXEEXT)
\
make_ctests
$(EXEEXT)
\
make_xftmpl
$(EXEEXT)
\
sfnt2fnt
$(EXEEXT)
\
wineapploader
sfnt2fnt
$(EXEEXT)
MANPAGES
=
\
winemaker.de.UTF-8.man.in
\
...
...
@@ -25,7 +24,7 @@ IN_SRCS = \
UPDATE_DESKTOP_DATABASE
=
update-desktop-database
all
:
$(PROGRAMS)
all
:
wineapploader
@MAKE_RULES@
...
...
tools/makedep.c
View file @
092f37fc
...
...
@@ -1379,9 +1379,9 @@ static struct strarray output_sources(void)
struct
strarray
implib_objs
=
empty_strarray
;
struct
strarray
includes
=
empty_strarray
;
struct
strarray
subdirs
=
empty_strarray
;
struct
strarray
all_targets
=
empty_strarray
;
struct
strarray
phony_targets
=
empty_strarray
;
struct
strarray
imports
=
get_expanded_make_var_array
(
"IMPORTS"
);
struct
strarray
all_targets
=
get_expanded_make_var_array
(
"PROGRAMS"
);
struct
strarray
delayimports
=
get_expanded_make_var_array
(
"DELAYIMPORTS"
);
char
*
module
=
get_expanded_make_variable
(
"MODULE"
);
char
*
exeext
=
get_expanded_make_variable
(
"EXEEXT"
);
...
...
tools/widl/Makefile.in
View file @
092f37fc
...
...
@@ -21,8 +21,6 @@ BISON_SRCS = parser.y
EXTRADEFS
=
-DDEFAULT_INCLUDE_DIR
=
\"
$(includedir)
/windows/
\"
all
:
$(PROGRAMS)
@MAKE_RULES@
widl$(EXEEXT)
:
$(OBJS) $(LIBWPP)
...
...
tools/winebuild/Makefile.in
View file @
092f37fc
...
...
@@ -12,8 +12,6 @@ C_SRCS = \
spec32.c
\
utils.c
all
:
$(PROGRAMS)
@MAKE_RULES@
winebuild$(EXEEXT)
:
$(OBJS)
...
...
tools/winedump/Makefile.in
View file @
092f37fc
...
...
@@ -23,8 +23,6 @@ C_SRCS = \
symbol.c
\
tlb.c
all
:
$(PROGRAMS)
@MAKE_RULES@
winedump$(EXEEXT)
:
$(OBJS)
...
...
tools/winegcc/Makefile.in
View file @
092f37fc
...
...
@@ -18,8 +18,6 @@ C_SRCS = \
utils.c
\
winegcc.c
all
:
$(PROGRAMS)
@MAKE_RULES@
winegcc$(EXEEXT)
:
winegcc.o utils.o
...
...
tools/wmc/Makefile.in
View file @
092f37fc
...
...
@@ -12,8 +12,6 @@ C_SRCS = \
BISON_SRCS
=
mcy.y
all
:
$(PROGRAMS)
@MAKE_RULES@
wmc$(EXEEXT)
:
$(OBJS)
...
...
tools/wrc/Makefile.in
View file @
092f37fc
...
...
@@ -17,8 +17,6 @@ C_SRCS = \
LEX_SRCS
=
parser.l
BISON_SRCS
=
parser.y
all
:
$(PROGRAMS)
@MAKE_RULES@
wrc$(EXEEXT)
:
$(OBJS) $(LIBWPP)
...
...
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