commit | 32ab895e4680270fbe2a0c799fc41c370a74a42f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Sep 14 09:38:16 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 14 09:38:16 2006 +0200 |
tree | ddc97a82ea32f8696b930228d2df02cdb5275866 | |
parent | ebcf4a0e6884cd646fac3ae57e81fdbf5f5bb615 [diff] [blame] |
makefiles: Generate the dependencies line to avoid some code duplication.
diff --git a/configure.ac b/configure.ac index 14ef9b8..229cecd 100644 --- a/configure.ac +++ b/configure.ac
@@ -1457,6 +1457,12 @@ dnl **** Generate output files **** +AC_SUBST(DEPENDENCIES,"### Dependencies: + +\$(ALL_OBJS): \$(IDL_SRCS:.idl=.h) +\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c) +\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)") + AH_TOP([#define __WINE_CONFIG_H]) WINE_CONFIG_EXTRA_DIR(dlls/gdi/enhmfdrv)