diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:40:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:40:58 +0000 |
commit | 2757bfca77efa82f943adb32c8d143c42d4d3e58 (patch) | |
tree | cd41e7e9c2b3ce14e2e17138e816ce1f317b6dd9 /dmake/tests/Makefile.in | |
parent | e6b81e7911da4b4a7aa509bd64c7d0a6bf9ce055 (diff) |
INTEGRATION: CWS dmake47 (1.4.2); FILE MERGED
2006/12/02 19:10:54 vq 1.4.2.14: #i72210# Add missing detail and a testcase.
2006/11/19 21:10:41 vq 1.4.2.13: #i71704# Add testcase and documentation.
2006/11/17 23:09:19 vq 1.4.2.12: #i61856# Add testcase.
2006/11/13 20:39:10 vq 1.4.2.11: #i71422# Add testcases.
2006/11/12 05:25:28 vq 1.4.2.10: #i71422# Remove unused macro and regenerate autotools files.
2006/11/10 03:25:00 vq 1.4.2.9: #i69943# Add testcase to check directory caching with DOS style path
targets on cygwin dmake.
2006/11/09 21:31:23 vq 1.4.2.8: #i69821# Add testcase to verify that .SETDIR works (with drive letters
on cygwin) and sets TMD correctly.
2006/10/08 23:27:12 vq 1.4.2.7: #i70210# Fix dmakes handling of empty dynamic prerequisites.
2006/10/08 22:49:04 vq 1.4.2.6: #i70168# Improve $ handling in targets/prerequisites.
2006/10/07 20:23:15 vq 1.4.2.5: #i70027# Fix diagnostic output and add a testcase.
2006/10/07 02:28:41 vq 1.4.2.4: #i69742# Add testcase.
2006/09/29 18:50:24 vq 1.4.2.3: #i69814# Add/fix option to make directory cache case insensitive. (Make
this the default for Windows and Mac OS X.) Added testcase.
2006/09/28 21:42:38 vq 1.4.2.2: #i69821# Fix TMD macro and add testcase.
2006/09/28 21:16:27 vq 1.4.2.1: #i69953# Clean up of the autotooling.
Diffstat (limited to 'dmake/tests/Makefile.in')
-rw-r--r-- | dmake/tests/Makefile.in | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/dmake/tests/Makefile.in b/dmake/tests/Makefile.in index 76159f22123d..4c8d6c95877a 100644 --- a/dmake/tests/Makefile.in +++ b/dmake/tests/Makefile.in @@ -72,6 +72,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -86,8 +87,10 @@ MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ MAKEINFO = @MAKEINFO@ OBJEXT = @OBJEXT@ -OS_LIBRARY = @OS_LIBRARY@ -OS_SUBDIRS = @OS_SUBDIRS@ +OSTYPEUNIX_FALSE = @OSTYPEUNIX_FALSE@ +OSTYPEUNIX_TRUE = @OSTYPEUNIX_TRUE@ +OSTYPEWIN32_FALSE = @OSTYPEWIN32_FALSE@ +OSTYPEWIN32_TRUE = @OSTYPEWIN32_TRUE@ OS_TYPE = @OS_TYPE@ OS_VERSION = @OS_VERSION@ PACKAGE = @PACKAGE@ @@ -103,8 +106,6 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -119,19 +120,26 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -139,13 +147,14 @@ target_alias = @target_alias@ TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \ function_macros-4 function_macros-5 function_macros-6 \ function_macros-7 \ - macros-1 macros-2 macros-3 macros-4 \ - recipes-1 recipes-2 recipes-3 recipes-4 \ + macros-1 macros-2 macros-3 macros-4 macros-5 macros-6 \ + recipes-1 recipes-2 recipes-3 recipes-4 recipes-5 recipes-6 \ + recipes-7 \ misc-1 misc-2 misc-3 misc-4 misc-5 misc-6 misc-7 misc-8 misc-9 \ - misc-10 misc-11 misc-12 \ + misc-10 misc-11 misc-12 misc-13 misc-14 misc-15 misc-16 misc-17 \ targets-1 targets-2 targets-3 targets-4 targets-5 targets-6 \ targets-7 targets-8 targets-9 targets-10 targets-11 targets-12 \ - targets-13 targets-14 + targets-13 targets-14 targets-15 targets-16 targets-17 TESTS_ENVIRONMENT = DMAKEPROG="../dmake" EXTRA_DIST = $(TESTS) |