Alexandre Julliard
|
18e5313cd9
|
makefiles: Output the top-level depend rules explicitly for each module.
|
2010-03-25 22:01:31 +01:00 |
Alexandre Julliard
|
943cd739b2
|
makefiles: Add a helper function for rules that are common to all directories.
|
2010-03-25 22:01:31 +01:00 |
Alexandre Julliard
|
6c90aeaef5
|
makefiles: Output the top-level build rules explicitly for each module.
|
2010-03-25 22:01:29 +01:00 |
Alexandre Julliard
|
e84063bff3
|
makefiles: Output the top-level installation rules explicitly for each module.
|
2010-03-25 22:00:53 +01:00 |
Alexandre Julliard
|
eab7efd179
|
makefiles: Fix test rules to allow parallel makes again.
|
2010-03-25 22:00:33 +01:00 |
Alexandre Julliard
|
60a05ad2d9
|
makefiles: Output all the documentation rules explicitly for each module.
|
2010-03-25 12:05:44 +01:00 |
Alexandre Julliard
|
6dbe7a0388
|
makefiles: Output all the tool install rules explicitly for each module.
|
2010-03-25 11:51:24 +01:00 |
Alexandre Julliard
|
82b743ffad
|
makefiles: Output all the dll install rules explicitly for each module.
|
2010-03-25 11:15:32 +01:00 |
Alexandre Julliard
|
c2c3c21078
|
makefiles: Output all the static library rules explicitly for each module.
|
2010-03-25 11:13:07 +01:00 |
Alexandre Julliard
|
d7b387d376
|
makefiles: Output all the program rules explicitly for each module.
|
2010-03-25 11:11:34 +01:00 |
Alexandre Julliard
|
44cff7e9ec
|
makefiles: Output all the test rules explicitly for each module.
|
2010-03-25 11:06:37 +01:00 |
Alexandre Julliard
|
e55ff7fea5
|
makefiles: Output all the import lib dependencies explicitly for each module.
|
2010-03-25 11:02:52 +01:00 |
Alexandre Julliard
|
03642414a8
|
makefiles: Generate all the top-level make rules inside the corresponding shell function.
|
2010-03-20 15:24:22 +01:00 |
Alexandre Julliard
|
7d83115512
|
makefiles: Define the variables that are used by aclocal macros in aclocal too.
|
2010-03-20 15:07:45 +01:00 |
Alexandre Julliard
|
d81a8f8d47
|
makefiles: Add a configure macro for tools directories.
|
2010-03-20 15:02:56 +01:00 |
Alexandre Julliard
|
d394e0420f
|
makefiles: Generate all the program rules inside the corresponding shell function.
|
2010-03-20 14:53:39 +01:00 |
Alexandre Julliard
|
5cdd84158c
|
makefiles: Generate all the dll rules inside the corresponding shell function.
|
2010-03-20 14:52:44 +01:00 |
Alexandre Julliard
|
dc3afa1fda
|
makefiles: Generate all the test rules inside the corresponding shell function.
|
2010-03-20 14:51:52 +01:00 |
Alexandre Julliard
|
b8fb1d5d9a
|
makefiles: Generate all the static lib rules inside the corresponding shell function.
|
2010-03-20 14:50:53 +01:00 |
Alexandre Julliard
|
50231941ee
|
makefiles: Add more shell functions to generate the main makefile.
|
2010-03-16 22:00:02 +01:00 |
Yann Droneaud
|
5d3eacd250
|
aclocal.m4: Fix WINE_TRY_CFLAGS macro (LLVM/Clang).
|
2010-03-04 12:30:57 +01:00 |
Alexandre Goujon
|
2b05c84016
|
configure: Add dll name recognition for cygwin.
|
2010-03-02 11:36:39 +01:00 |
Alexandre Julliard
|
fc7f1c7e5a
|
makefiles: Add some shell function helpers to generate the makefile rules.
|
2010-02-23 14:24:57 +01:00 |
Alexandre Julliard
|
1784adca8b
|
makefiles: Always build dependencies by default and get rid of the auto-depend rules.
|
2010-02-23 13:44:55 +01:00 |
Alexandre Julliard
|
64362acfea
|
makefiles: Always generate the subdirs makefiles from the main makefile.
|
2010-02-23 13:33:52 +01:00 |
Alexandre Julliard
|
d59227e580
|
makefiles: Make sure that dependencies are always updated when regenerating makefiles.
|
2010-02-22 10:40:33 +01:00 |
Alexandre Julliard
|
2de10c4a42
|
makefiles: Add helper functions to build the various make lists more efficiently.
|
2010-02-11 23:32:44 +01:00 |
Alexandre Julliard
|
a1c253e056
|
makefiles: Use AS_MKDIR_P to create the extra directories.
|
2010-02-11 20:26:35 +01:00 |
Alexandre Julliard
|
0dc503bcf1
|
makefiles: Use AS_VAR_APPEND to build the list of warning messages.
|
2010-02-11 20:25:47 +01:00 |
Alexandre Julliard
|
52c400e97e
|
makefiles: Auto-generate the list of all subdirectories too.
|
2010-02-10 19:57:06 +01:00 |
Alexandre Julliard
|
3be8b409ae
|
makefiles: Simplify the WINE_CONFIG_DLL macro by defining some local variables.
|
2010-02-10 19:51:11 +01:00 |
Alexandre Julliard
|
c6e62dda1c
|
makefiles: Simplify the WINE_CONFIG_MAKEFILE macro by removing the no longer needed prefix arg.
|
2010-02-10 19:51:11 +01:00 |
Alexandre Julliard
|
9463687f78
|
makefiles: Build the programs directly from the top-level makefile.
|
2010-02-10 19:51:08 +01:00 |
Alexandre Julliard
|
5acb431511
|
makefiles: Build the dlls directly from the top-level makefile.
|
2010-02-10 19:32:31 +01:00 |
Alexandre Julliard
|
4435e99540
|
makefiles: Add support for having tests under the programs directory.
|
2010-02-10 11:31:12 +01:00 |
Alexandre Julliard
|
cb1fc8f4f5
|
makefiles: Move Maketest.rules to the top level.
|
2010-02-10 11:21:19 +01:00 |
Alexandre Julliard
|
ea9a113a81
|
makefiles: Build the tests directly from the top-level makefile.
|
2010-02-10 11:07:43 +01:00 |
Alexandre Julliard
|
86ab297bea
|
makefiles: Build the import libraries directly from the top-level makefile.
|
2010-02-10 11:05:38 +01:00 |
Alexandre Julliard
|
10e4edd9f4
|
makefiles: Build the static libraries directly from the top-level makefile.
|
2010-02-10 11:05:26 +01:00 |
Alexandre Julliard
|
454fb3c1da
|
makefiles: Generate the list of test binaries from configure.
|
2010-02-08 21:29:13 +01:00 |
Alexandre Julliard
|
d5addea279
|
makefiles: Generate the winetest rules from the WINE_CONFIG_TEST macro.
|
2010-02-08 21:27:54 +01:00 |
Alexandre Julliard
|
5496636850
|
makefiles: Generate dependencies to match each makefile to its subdirectory.
|
2010-02-08 20:47:41 +01:00 |
Alexandre Julliard
|
9acf1d18ce
|
configure: Avoid incorrectly cleaning up symlink targets when running in the source dir.
|
2010-02-05 17:24:12 +01:00 |
Alexandre Julliard
|
7d020c9f08
|
makefiles: Create the wine symlink from configure.
|
2010-02-03 13:43:04 +01:00 |
Alexandre Julliard
|
03e01a2987
|
makefiles: Generate the config.status dependency as part of the makefile dependencies.
|
2010-02-03 13:40:57 +01:00 |
Alexandre Julliard
|
7b7444fbca
|
makefiles: Simplify the installation of program binaries by not attempting to hardlink them.
|
2010-02-03 11:50:24 +01:00 |
Alexandre Julliard
|
950a0f87a0
|
makefiles: Generate the import library rules from configure.
|
2010-01-26 21:10:14 +01:00 |
Alexandre Julliard
|
b6c275b1b4
|
makefiles: Generate the static library rules from configure.
|
2010-01-26 20:40:12 +01:00 |
Alexandre Julliard
|
aa6c4d4e92
|
configure: Add specific creation macros for the various types of makefiles.
|
2010-01-23 14:15:43 +01:00 |
Alexandre Julliard
|
a91fb219a9
|
aclocal.m4: Perform a more exhaustive search of the possible naming combinations for Mingw tools.
|
2009-12-07 15:36:09 +01:00 |
Alexandre Julliard
|
295806f9c0
|
configure: Build with -Wstrict-prototypes if supported.
|
2009-10-07 13:46:06 +02:00 |
Alexandre Julliard
|
ccbf959969
|
configure: Don't accept mingw32 as target name, we need an explicit CPU specification.
|
2009-06-18 21:35:51 +02:00 |
Alexandre Julliard
|
fc4f3efbd8
|
configure: Add detection of Mingw64 for crosstests.
|
2008-12-09 17:42:42 +01:00 |
Paul Vriens
|
1598779b10
|
aclocal.m4: Add i686-pc-mingw32 to the cross-compiler prefixes.
|
2008-11-26 12:28:00 +01:00 |
Rafał Mużyło
|
4736c9933f
|
configure: Avoid problem with recent autoconf.
|
2008-10-21 11:46:10 +02:00 |
Philip Nilsson
|
2876bcd098
|
configure: Add i486-mingw to the cross-compiler prefixes.
|
2008-09-22 12:21:14 +02:00 |
Alexandre Julliard
|
4051eaf7c9
|
configure: Allow multiple variables in makefile output, and generate the programs directory lists.
|
2008-08-25 12:14:54 +02:00 |
Alexandre Julliard
|
485cc59c14
|
configure: Add possibility to exclude some directories from the generated lists.
|
2008-08-25 12:03:35 +02:00 |
Alexandre Julliard
|
49163da1d1
|
configure: Generate the dlls directory lists in configure instead of make_makefiles.
|
2008-08-25 12:02:27 +02:00 |
Alexandre Julliard
|
a360e93430
|
configure: Generate the makefiles list in configure instead of make_makefiles.
|
2008-08-21 11:13:57 +02:00 |
Alexandre Julliard
|
76adea11a0
|
configure: Added an ERROR_WITH macro for packages that we can't do without.
|
2008-05-21 14:48:33 +02:00 |
Alexandre Julliard
|
a41f0f1b45
|
configure: Add --without options for all optional dependencies.
|
2008-01-07 14:51:44 +01:00 |
Marcel Partap
|
7c3a7d8af1
|
configure: Add i586-mingw32 prefix for crosscompiling.
|
2007-12-12 14:47:01 +01:00 |
Peter Oberndorfer
|
cfd561f605
|
configure: Recognize i686-mingw32 prefix for crosscompiling.
|
2007-09-17 13:47:42 +02:00 |
Alexandre Julliard
|
8d8c5c60a6
|
aclocal: Add macros for logging messages about missing features.
|
2007-07-10 15:05:40 +02:00 |
Alexandre Julliard
|
66afa98f13
|
configure: Change WINE_GET_SONAME to allow it to be used as a replacement for AC_CHECK_LIB.
|
2007-07-02 17:02:51 +02:00 |
Alexandre Julliard
|
446befbb4d
|
configure: Don't use a default soname if a library is not found, leave it undefined.
|
2007-07-02 14:35:05 +02:00 |
Alexandre Julliard
|
ad356def52
|
configure: Replace some obsolete macros to avoid warnings.
|
2007-06-08 20:23:16 +02:00 |
Alexandre Julliard
|
eae0dc23ab
|
configure: Added a generic macro for checking for Mingw programs.
|
2007-01-01 13:14:21 +01:00 |
Alexandre Julliard
|
182d150aa9
|
configure: Move cache handling into the WINE_TRY_CFLAGS macro.
|
2006-08-25 13:22:33 +02:00 |
Alexandre Julliard
|
bdbffd9740
|
configure: Fixed soname detection on MacOS by using otool instead of ldd.
|
2006-08-07 21:41:55 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
30de3e8efe
|
aclocal.m4: Avoid invalid characters in the cache variable name in WINE_GET_SONAME.
|
2006-03-10 21:24:05 +01:00 |
Alexandre Julliard
|
2d1a6274ee
|
configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions
when linking with specific libraries.
|
2006-02-11 20:54:06 +01:00 |
Marcus Meissner
|
049b5943e6
|
Print first line of LDD output only.
|
2005-10-27 10:22:13 +00:00 |
Francois Gouget
|
4d801b66e6
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00:00 |
Warren Baird
|
421e8b92cf
|
Fix autoconf to have a new WINE_TRY_SHLIB_FLAGS function that tests if
the provided flags can be used to link a shared library.
Added test for building shared libs on HP-UX with gcc.
|
2004-09-22 19:17:55 +00:00 |
Pierre d'Herbemont
|
197b5e315f
|
- strip support for darwin
- WINE_GET_SONAME support for darwin
|
2004-06-14 19:34:42 +00:00 |
Todd Vierling
|
47f021c4ed
|
Make WINE_GET_SONAME work on NetBSD.
|
2003-07-26 20:27:47 +00:00 |
Alexandre Julliard
|
3200c02b9c
|
Don't bother checking for the errno function, simply define all of
them.
|
2003-04-02 23:27:46 +00:00 |
Alexandre Julliard
|
5537dbbf40
|
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
|
2003-03-28 00:36:12 +00:00 |
Alexandre Julliard
|
05783b55e0
|
Added WINE_CHECK_DEFINE macro to factor out some repeated code.
|
2002-12-11 00:21:55 +00:00 |
Alexandre Julliard
|
520852c769
|
Don't make the ac_asm function wrapper static to prevent it from being
optimized out.
|
2002-08-07 00:04:44 +00:00 |
Alexandre Julliard
|
1d8d0171bb
|
Install the aclocal macros for use by Winelib apps.
|
2002-08-02 19:34:21 +00:00 |
Alexandre Julliard
|
84555cc771
|
Generate the __ASM_NAME and __ASM_FUNC macros directly from
configure.
Simplified the WINE_TRY_ASM_LINK test.
Moved DECL_GLOBAL_CONSTRUCTOR to wine/port.h.
|
2002-07-22 20:51:02 +00:00 |
Alexandre Julliard
|
5fb46a49b3
|
Fixed quoting in WINE_TRY_ASM_LINK macro.
|
2002-07-20 20:08:31 +00:00 |
Alexandre Julliard
|
770c33f68e
|
Hopefully more portable errno check.
|
2002-07-01 18:39:26 +00:00 |
Alexandre Julliard
|
df234a9f9f
|
Added check for ln.
|
2002-05-22 02:10:39 +00:00 |
Alexandre Julliard
|
67e8dc6861
|
Added configure check for the soname of libraries that we load
dynamically. Added a few other configure macros, and moved all macros
into aclocal.m4.
|
2002-05-20 18:29:58 +00:00 |