wined3d: Move lowest_disabled_stage to the context.
[wine.git] / Make.vars.in
blobb5cca68bbad6c8a18413b1c53bb022fc990aeac7
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 OBJEXT          = @OBJEXT@
33 DLLEXT          = @DLLEXT@
34 DLLPREFIX       = @DLLPREFIX@
35 FAKEEXT         = $(DLLEXT:.so=.fake)
36 TOOLSEXT        = @TOOLSEXT@
37 IMPLIBEXT       = @IMPLIBEXT@
38 DLLTOOL         = @DLLTOOL@
39 AR              = @AR@
40 ARFLAGS         = @ARFLAGS@
41 RANLIB          = @RANLIB@
42 STRIP           = @STRIP@
43 LN_S            = @LN_S@
44 MKDIR_P         = @MKDIR_P@
45 TOOLSDIR        = @TOOLSDIR@
46 LDFLAGS         = @LDFLAGS@
47 PRELINK         = @PRELINK@
48 LINT            = @LINT@
49 LINTFLAGS       = @LINTFLAGS@
50 FONTFORGE       = @FONTFORGE@
51 RSVG            = @RSVG@
52 CONVERT         = @CONVERT@
53 ICOTOOL         = @ICOTOOL@
54 MSGFMT          = @MSGFMT@
55 CROSSTARGET     = @CROSSTARGET@
56 LINGUAS         = @LINGUAS@
57 ALL_MO_FILES    = $(LINGUAS:%=@top_builddir@/po/%.mo)
58 PORCFLAGS       = @PORCFLAGS@
59 CROSSAR         = $(CROSSTARGET)-ar
60 CROSSRANLIB     = $(CROSSTARGET)-ranlib
61 WINAPI_CHECK    = $(top_srcdir)/tools/winapi/winapi_check
62 BUILDIMAGE      = $(top_srcdir)/tools/buildimage
63 C2MAN           = $(top_srcdir)/tools/c2man.pl
64 RUNTEST         = $(top_srcdir)/tools/runtest
65 MAKECTESTS      = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
66 MAKEXFTMPL      = $(TOOLSDIR)/tools/make_xftmpl$(TOOLSEXT)
67 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
68 RELPATH         = $(TOOLSDIR)/tools/relpath$(TOOLSEXT)
69 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
70 WIDL            = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
71 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
72 WMC             = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
73 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
74 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
75 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
76 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
77 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
78 WINEGCC         = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) @UNWINDFLAGS@
79 CROSSWINEGCC    = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) --lib-suffix=.cross.a
80 LDRPATH_INSTALL = @LDRPATH_INSTALL@
81 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
82 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
83 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
84 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
85 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
86 prog_manext     = 1
87 api_manext      = 3w
88 conf_manext     = 5
89 @SET_MAKE@
91 all:
93 # End of common header