Commit 9fbf473a authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: Build makedep from the top-level makefile.

parent 0dcc1cc3
...@@ -75,9 +75,6 @@ tools/wmc tools/wrc: tools ...@@ -75,9 +75,6 @@ tools/wmc tools/wrc: tools
tools tools/wmc tools/wrc: libs/wine tools tools/wmc tools/wrc: libs/wine
tools/widl tools/wmc tools/wrc: libs/wpp tools/widl tools/wmc tools/wrc: libs/wpp
$(MAKEDEP): include/config.h
@cd $(TOOLSDIR)/tools && $(MAKE) makedep$(TOOLSEXT)
# Misc rules # Misc rules
TAGSFLAGS = --langmap='c:+.idl.l.rh,make:(Make*.in)' TAGSFLAGS = --langmap='c:+.idl.l.rh,make:(Make*.in)'
......
...@@ -218,20 +218,13 @@ wine_fn_depend_rules () ...@@ -218,20 +218,13 @@ wine_fn_depend_rules ()
ac_alldeps=$[1] ac_alldeps=$[1]
ac_makedep="\$(MAKEDEP)" ac_makedep="\$(MAKEDEP)"
ac_input=Make.vars.in:$ac_dir/Makefile.in ac_input=Make.vars.in:$ac_dir/Makefile.in
if test $ac_dir != tools
then
dnl makedep is in tools so tools makefile cannot depend on it
ac_alldeps="$[1] $ac_makedep"
else
ac_alldeps="$[1] include/config.h"
fi
case $[1] in case $[1] in
*.in) ac_input=$ac_input:$[1] ;; *.in) ac_input=$ac_input:$[1] ;;
*) ac_makedep="$[1] $ac_makedep" ;; *) ac_makedep="$[1] $ac_makedep" ;;
esac esac
wine_fn_append_rule \ wine_fn_append_rule \
"$ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps "$ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps \$(MAKEDEP)
@./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
depend: $ac_dir/depend depend: $ac_dir/depend
.PHONY: $ac_dir/depend .PHONY: $ac_dir/depend
......
...@@ -16135,19 +16135,13 @@ wine_fn_depend_rules () ...@@ -16135,19 +16135,13 @@ wine_fn_depend_rules ()
ac_alldeps=$1 ac_alldeps=$1
ac_makedep="\$(MAKEDEP)" ac_makedep="\$(MAKEDEP)"
ac_input=Make.vars.in:$ac_dir/Makefile.in ac_input=Make.vars.in:$ac_dir/Makefile.in
if test $ac_dir != tools
then
ac_alldeps="$1 $ac_makedep"
else
ac_alldeps="$1 include/config.h"
fi
case $1 in case $1 in
*.in) ac_input=$ac_input:$1 ;; *.in) ac_input=$ac_input:$1 ;;
*) ac_makedep="$1 $ac_makedep" ;; *) ac_makedep="$1 $ac_makedep" ;;
esac esac
wine_fn_append_rule \ wine_fn_append_rule \
"$ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps "$ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps \$(MAKEDEP)
@./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
depend: $ac_dir/depend depend: $ac_dir/depend
.PHONY: $ac_dir/depend .PHONY: $ac_dir/depend
...@@ -17449,9 +17443,12 @@ fi ...@@ -17449,9 +17443,12 @@ fi
if test "x$enable_tools" != xno if test "x$enable_tools" != xno
then then
wine_fn_append_rule "\$(MAKEDEP): tools/Makefile ac_config_commands="$ac_config_commands tools"
wine_fn_append_rule "tools/makedep$ac_exeext: tools/makedep.c include/config.h
\$(CC) \$(ALLCFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
clean:: __clean__ clean:: __clean__
\$(RM) tools/makedep\$(EXEEXT)" \$(RM) tools/makedep$ac_exeext"
fi fi
if test -n "$with_wine64" if test -n "$with_wine64"
...@@ -18214,6 +18211,7 @@ do ...@@ -18214,6 +18211,7 @@ do
"Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;; "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
"Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;; "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
"Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;; "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
"tools") CONFIG_COMMANDS="$CONFIG_COMMANDS tools" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac esac
...@@ -18862,6 +18860,7 @@ $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/ ...@@ -18862,6 +18860,7 @@ $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/
"include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
$as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;; $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
"Makefile":C) wine_fn_output_makefile Makefile ;; "Makefile":C) wine_fn_output_makefile Makefile ;;
"tools":C) as_dir=tools; as_fn_mkdir_p ;;
esac esac
done # for ac_tag done # for ac_tag
......
...@@ -3492,10 +3492,12 @@ fi ...@@ -3492,10 +3492,12 @@ fi
if test "x$enable_tools" != xno if test "x$enable_tools" != xno
then then
AC_CONFIG_COMMANDS([tools],[AS_MKDIR_P(tools)])
WINE_APPEND_RULE( WINE_APPEND_RULE(
[\$(MAKEDEP): tools/Makefile [tools/makedep$ac_exeext: tools/makedep.c include/config.h
\$(CC) \$(ALLCFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
clean:: __clean__ clean:: __clean__
\$(RM) tools/makedep\$(EXEEXT)]) \$(RM) tools/makedep$ac_exeext])
fi fi
if test -n "$with_wine64" if test -n "$with_wine64"
......
...@@ -35,13 +35,10 @@ INSTALLDIRS = \ ...@@ -35,13 +35,10 @@ INSTALLDIRS = \
UPDATE_DESKTOP_DATABASE = update-desktop-database UPDATE_DESKTOP_DATABASE = update-desktop-database
all: makedep$(EXEEXT) $(PROGRAMS) all: $(PROGRAMS)
@MAKE_RULES@ @MAKE_RULES@
makedep $(EXEEXT:%=makedep%): makedep.o
$(CC) $(CFLAGS) -o $@ makedep.o $(LDFLAGS)
make_ctests$(EXEEXT): make_ctests.o make_ctests$(EXEEXT): make_ctests.o
$(CC) $(CFLAGS) -o $@ make_ctests.o $(LDFLAGS) $(CC) $(CFLAGS) -o $@ make_ctests.o $(LDFLAGS)
...@@ -77,5 +74,3 @@ uninstall:: ...@@ -77,5 +74,3 @@ uninstall::
$(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/winemaker.$(prog_manext) \ $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/winemaker.$(prog_manext) \
$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/winemaker.$(prog_manext) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/winemaker.$(prog_manext)
-$(UPDATE_DESKTOP_DATABASE) -$(UPDATE_DESKTOP_DATABASE)
depend: makedep$(EXEEXT)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment