msvcrt: Return per-thread information also in lc_codepage_func and lc_handle_func.
[wine.git] / Make.vars.in
blob75cb1e6bfc7d8d0fead22d9cf62089ce4d149190
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 LIBS            = @LIBS@
28 BISON           = @BISON@
29 FLEX            = @FLEX@
30 EXEEXT          = @EXEEXT@
31 DLLPREFIX       = @DLLPREFIX@
32 TOOLSEXT        = @TOOLSEXT@
33 DLLTOOL         = @DLLTOOL@
34 AR              = @AR@
35 ARFLAGS         = @ARFLAGS@
36 RANLIB          = @RANLIB@
37 STRIP           = @STRIP@
38 LN_S            = @LN_S@
39 MKDIR_P         = @MKDIR_P@
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 ALL_MO_FILES    = $(LINGUAS:%=@top_builddir@/po/%.mo)
52 PORCFLAGS       = @PORCFLAGS@
53 RUNTESTFLAGS    = -q -P wine
54 MAKECTESTS      = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
55 MAKEXFTMPL      = $(TOOLSDIR)/tools/make_xftmpl$(TOOLSEXT)
56 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
57 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
58 WIDL            = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
59 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
60 WMC             = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
61 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
62 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
63 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
64 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
65 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
66 WINEGCC         = $(TOOLSDIR)/tools/winegcc/winegcc -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) @UNWINDFLAGS@
67 CROSSWINEGCC    = $(TOOLSDIR)/tools/winegcc/winegcc -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) --lib-suffix=.cross.a
68 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'
69 LDRPATH_INSTALL = @LDRPATH_INSTALL@
70 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
71 INSTALL_PROGRAM = STRIPPROG="$(STRIP)" $(top_srcdir)/tools/install-sh $(INSTALL_PROGRAM_FLAGS)
72 INSTALL_SCRIPT  = $(top_srcdir)/tools/install-sh $(INSTALL_SCRIPT_FLAGS)
73 INSTALL_DATA    = $(top_srcdir)/tools/install-sh -m 644 $(INSTALL_DATA_FLAGS)
74 CLEAN_FILES     = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
75 prog_manext     = 1
76 api_manext      = 3w
77 conf_manext     = 5
78 @SET_MAKE@
80 all:
81 dummy:
82 .PHONY: all dummy
84 # End of common header