quartz: Add stubbed IVMRFilterConfig interface.
[wine.git] / Make.vars.in
blob87c77a11c08689573310ecf6345133846b5bbca0
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 infodir         = @infodir@
10 mandir          = @mandir@
11 fontdir         = $(datadir)/wine/fonts
12 includedir      = @includedir@/wine
13 dlldir          = @dlldir@
14 fakedlldir      = $(dlldir)/fakedlls
15 top_srcdir      = @top_srcdir@
16 top_builddir    = @top_builddir@
17 srcdir          = @srcdir@
18 VPATH           = @srcdir@
19 SHELL           = /bin/sh
20 RM              = rm -f
21 MV              = mv
22 CC              = @CC@
23 CROSSCC         = @CROSSCC@
24 CFLAGS          = @CFLAGS@
25 CPPFLAGS        = @CPPFLAGS@
26 EXTRACFLAGS     = @EXTRACFLAGS@
27 TARGETFLAGS     = @TARGETFLAGS@
28 LIBS            = @LIBS@
29 BISON           = @BISON@
30 FLEX            = @FLEX@
31 EXEEXT          = @EXEEXT@
32 DLLPREFIX       = @DLLPREFIX@
33 TOOLSEXT        = @TOOLSEXT@
34 IMPLIBEXT       = @IMPLIBEXT@
35 DLLTOOL         = @DLLTOOL@
36 AR              = @AR@
37 ARFLAGS         = @ARFLAGS@
38 RANLIB          = @RANLIB@
39 STRIP           = @STRIP@
40 LN_S            = @LN_S@
41 MKDIR_P         = @MKDIR_P@
42 TOOLSDIR        = @TOOLSDIR@
43 LDFLAGS         = @LDFLAGS@
44 PRELINK         = @PRELINK@
45 FONTFORGE       = @FONTFORGE@
46 RSVG            = @RSVG@
47 CONVERT         = @CONVERT@
48 ICOTOOL         = @ICOTOOL@
49 MSGFMT          = @MSGFMT@
50 CROSSTARGET     = @CROSSTARGET@
51 LINGUAS         = @LINGUAS@
52 ALL_MO_FILES    = $(LINGUAS:%=@top_builddir@/po/%.mo)
53 PORCFLAGS       = @PORCFLAGS@
54 CROSSAR         = $(CROSSTARGET)-ar
55 CROSSRANLIB     = $(CROSSTARGET)-ranlib
56 BUILDIMAGE      = $(top_srcdir)/tools/buildimage
57 C2MAN           = $(top_srcdir)/tools/c2man.pl
58 RUNTEST         = $(top_srcdir)/tools/runtest
59 MAKECTESTS      = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
60 MAKEXFTMPL      = $(TOOLSDIR)/tools/make_xftmpl$(TOOLSEXT)
61 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
62 RELPATH         = $(TOOLSDIR)/tools/relpath$(TOOLSEXT)
63 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
64 WIDL            = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
65 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
66 WMC             = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
67 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
68 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
69 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
70 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
71 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
72 WINEGCC         = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) @UNWINDFLAGS@
73 CROSSWINEGCC    = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) --lib-suffix=.cross.a
74 LDRPATH_INSTALL = @LDRPATH_INSTALL@
75 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
76 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
77 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
78 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
79 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
80 prog_manext     = 1
81 api_manext      = 3w
82 conf_manext     = 5
83 @SET_MAKE@
85 all:
86 dummy:
87 .PHONY: all dummy
89 # End of common header