Commit Graph

117 Commits (71fe9c95a4fc9edf5a19d7eb3d7479094cfc8b0a)

Author SHA1 Message Date
Alexandre Julliard 9797da40ec configure: Add some quoting required by autoconf 2.68. 2011-04-27 17:37:43 +02:00
Alexandre Julliard 417b70bf44 makefiles: Add rules to update po files from .mc files in maintainer mode. 2011-01-24 21:34:23 +01:00
Alexandre Julliard 367fd228d8 makefiles: Add rules to rebuild the po files in maintainer mode. 2011-01-04 17:05:21 +01:00
Alexandre Julliard c1e29580ed configure: Fix the bin install rule in wow64 mode. 2011-01-03 18:28:56 +01:00
Alexandre Julliard 1858f43d99 configure: Make the import lib name optional in WINE_CONFIG_DLL. 2010-12-29 14:10:47 +01:00
Alexandre Julliard 6cce7fa0ce configure: Add a generic mechanism for passing flags to dll and program rules. 2010-12-28 16:35:40 +01:00
Jacek Caban 0b6bfade52 aclocal.m4: Recognize mingw-w64 as 32-bit cross compiler. 2010-12-21 19:20:54 +01:00
Vincent Povirk d21037519f aclocal: Detect the mingw variant named amd64-mingw32msvc. 2010-10-12 12:17:51 +02:00
Alexandre Julliard 9dd743fddc configure: Support specifying a .rules.in file as dependency. 2010-09-25 12:24:36 +02:00
Alexandre Julliard 52c9e85b19 configure: Make the ac_dir variable contain the full directory name for all types of make rules. 2010-09-25 12:05:49 +02:00
Alexandre Julliard c57aa38e86 configure: Automatically append the makedep dependency to all makefile rules. 2010-09-25 11:56:33 +02:00
Alexandre Julliard 4e9e38ee4f configure: Make sure the rules files are rebuilt when doing make depend. 2010-09-20 20:23:25 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard f56dd18a0c configure: Add dependency on makefile for import libs to make sure the destination directory is created. 2010-07-31 11:15:33 +02:00
Alexandre Julliard b0e48e1e2b configure: Build the import libraries without recursing when possible. 2010-07-26 21:41:47 +02:00
Alexandre Julliard a070f9b038 configure: Only output the disabled crosstest rule once. 2010-07-26 21:07:17 +02:00
Alexandre Julliard faa7eae8c4 makefiles: Always build the cross import libraries if crosstest is supported. 2010-07-26 13:34:07 +02:00
Alexandre Julliard 7d2e7726e7 makefiles: Always build the static cross libraries if crosstest is supported. 2010-07-26 12:46:32 +02:00
Alexandre Julliard 9bdd0272ce configure: Disable clean and depend rules for disabled top-level directories. 2010-06-30 17:34:20 +02:00
Alexandre Julliard bd3110d8ab configure: Disable makefile auto-updating on BSD make, it's broken for parallel builds. 2010-05-23 10:34:36 +02:00
Alexandre Julliard 764d4c2a1c configure: BSD make doesn't treat .PHONY as a proper target, so it needs its own dependencies. 2010-05-23 09:54:48 +02:00
Alexandre Julliard 0ef63e16d6 makefiles: Don't create font symlinks when fonts are disabled. 2010-03-27 11:44:13 +01:00
Alexandre Julliard 718ea42fe4 makefiles: Move wineapploader to the tools directory and get rid of the programs makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard 2fb302188d makefiles: Install bindir programs from the top-level makefile. 2010-03-27 11:42:30 +01:00
Alexandre Julliard 39b4ba214b makefiles: Bypass the normal substitution mechanism for the makefile dependencies.
This avoids performance problems with large substitutions.
2010-03-26 08:52:14 +01:00
Alexandre Julliard abfb11e1cc makefiles: Add shell functions to generate dependencies for symlinks and rule files. 2010-03-26 08:38:44 +01:00
Alexandre Julliard 3cc14dc3fb makefiles: Output the top-level clean rules explicitly for each module. 2010-03-26 08:37:55 +01:00
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