gdiplus: Add option to save metafile tests to files.
[wine/multimedia.git] / Make.vars.in
blob21f7facf38610b02480e4dcff2ea108df4749b62
1 # @configure_input@      -*-Makefile-*-
3 prefix          = @prefix@
4 exec_prefix     = @exec_prefix@
5 bindir          = @bindir@
6 libdir          = @libdir@
7 datarootdir     = @datarootdir@
8 datadir         = @datadir@
9 mandir          = @mandir@
10 fontdir         = ${datadir}/wine/fonts
11 includedir      = @includedir@/wine
12 dlldir          = @dlldir@
13 fakedlldir      = ${dlldir}/fakedlls
14 top_srcdir      = @top_srcdir@
15 top_builddir    = @top_builddir@
16 srcdir          = @srcdir@
17 SHELL           = /bin/sh
18 RM              = rm -f
19 MV              = mv
20 CC              = @CC@
21 CROSSCC         = @CROSSCC@
22 CFLAGS          = @CFLAGS@
23 CPPFLAGS        = @CPPFLAGS@
24 EXTRACFLAGS     = @EXTRACFLAGS@
25 MSVCRTFLAGS     = @BUILTINFLAG@
26 TARGETFLAGS     = @TARGETFLAGS@
27 UNWINDFLAGS     = @UNWINDFLAGS@
28 LIBS            = @LIBS@
29 BISON           = @BISON@
30 FLEX            = @FLEX@
31 EXEEXT          = @EXEEXT@
32 DLLPREFIX       = @DLLPREFIX@
33 TOOLSEXT        = @TOOLSEXT@
34 DLLTOOL         = @DLLTOOL@
35 AR              = @AR@
36 ARFLAGS         = @ARFLAGS@
37 RANLIB          = @RANLIB@
38 STRIP           = @STRIP@
39 LN_S            = @LN_S@
40 TOOLSDIR        = @TOOLSDIR@
41 LDFLAGS         = @LDFLAGS@
42 DLLFLAGS        = @DLLFLAGS@
43 PRELINK         = @PRELINK@
44 FONTFORGE       = @FONTFORGE@
45 RSVG            = @RSVG@
46 CONVERT         = @CONVERT@
47 ICOTOOL         = @ICOTOOL@
48 MSGFMT          = @MSGFMT@
49 CROSSTARGET     = @CROSSTARGET@
50 LINGUAS         = @LINGUAS@
51 RUNTESTFLAGS    = -q -P wine
52 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
53 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
54 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
55 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
56 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
57 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
58 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
59 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
60 SED_CMD         = LC_ALL=C sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' -e 's,@PACKAGE_VERSION\@,@PACKAGE_VERSION@,g'
61 LDRPATH_INSTALL = @LDRPATH_INSTALL@
62 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
63 INSTALL_PROGRAM = STRIPPROG="$(STRIP)" $(top_srcdir)/tools/install-sh $(INSTALL_PROGRAM_FLAGS)
64 INSTALL_SCRIPT  = $(top_srcdir)/tools/install-sh $(INSTALL_SCRIPT_FLAGS)
65 INSTALL_DATA    = $(top_srcdir)/tools/install-sh -m 644 $(INSTALL_DATA_FLAGS)
66 prog_manext     = 1
67 api_manext      = 3w
68 conf_manext     = 5
69 @SET_MAKE@
71 all:
72 dummy:
73 .PHONY: all dummy
75 # End of common header