msvcp71: Share the ios.c implementation with msvcp90.
[wine.git] / Make.vars.in
blob7b6e265fb41eeca2e37ee5c1e1b9add5ac16062c
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 SHELL           = /bin/sh
19 RM              = rm -f
20 MV              = mv
21 CC              = @CC@
22 CROSSCC         = @CROSSCC@
23 CFLAGS          = @CFLAGS@
24 CPPFLAGS        = @CPPFLAGS@
25 EXTRACFLAGS     = @EXTRACFLAGS@
26 TARGETFLAGS     = @TARGETFLAGS@
27 LIBS            = @LIBS@
28 BISON           = @BISON@
29 FLEX            = @FLEX@
30 EXEEXT          = @EXEEXT@
31 DLLPREFIX       = @DLLPREFIX@
32 TOOLSEXT        = @TOOLSEXT@
33 IMPLIBEXT       = @IMPLIBEXT@
34 DLLTOOL         = @DLLTOOL@
35 AR              = @AR@
36 ARFLAGS         = @ARFLAGS@
37 RANLIB          = @RANLIB@
38 STRIP           = @STRIP@
39 LN_S            = @LN_S@
40 MKDIR_P         = @MKDIR_P@
41 TOOLSDIR        = @TOOLSDIR@
42 LDFLAGS         = @LDFLAGS@
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 CROSSAR         = $(CROSSTARGET)-ar
54 CROSSRANLIB     = $(CROSSTARGET)-ranlib
55 BUILDIMAGE      = $(top_srcdir)/tools/buildimage
56 C2MAN           = $(top_srcdir)/tools/c2man.pl
57 RUNTEST         = $(top_srcdir)/tools/runtest
58 MAKECTESTS      = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
59 MAKEXFTMPL      = $(TOOLSDIR)/tools/make_xftmpl$(TOOLSEXT)
60 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
61 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
62 WIDL            = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
63 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
64 WMC             = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
65 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
66 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
67 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
68 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
69 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
70 WINEGCC         = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) @UNWINDFLAGS@
71 CROSSWINEGCC    = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(top_builddir) --lib-suffix=.cross.a
72 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'
73 LDRPATH_INSTALL = @LDRPATH_INSTALL@
74 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
75 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
76 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
77 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
78 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
79 CLEAN_FILES     = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
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