winemac: When clearing the OpenGL context, disassociate it from its view.
[wine/multimedia.git] / Make.vars.in
blob1a1aae95f4d32fdd221c2e03986f2a69190cd93b
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 MKDIR_P         = @MKDIR_P@
41 TOOLSDIR        = @TOOLSDIR@
42 LDFLAGS         = @LDFLAGS@
43 DLLFLAGS        = @DLLFLAGS@
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 RUNTESTFLAGS    = -q -P wine
55 MAKEDEP         = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
56 SFNT2FNT        = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
57 WINEBUILD       = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
58 WRC             = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
59 LIBPORT         = $(top_builddir)/libs/port/libwine_port.a
60 LIBWPP          = $(top_builddir)/libs/wpp/libwpp.a
61 LIBWINE         = -L$(top_builddir)/libs/wine -lwine
62 LIBWINE_STATIC  = $(top_builddir)/libs/wine/libwine_static.a
63 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'
64 LDRPATH_INSTALL = @LDRPATH_INSTALL@
65 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
66 INSTALL_PROGRAM = STRIPPROG="$(STRIP)" $(top_srcdir)/tools/install-sh $(INSTALL_PROGRAM_FLAGS)
67 INSTALL_SCRIPT  = $(top_srcdir)/tools/install-sh $(INSTALL_SCRIPT_FLAGS)
68 INSTALL_DATA    = $(top_srcdir)/tools/install-sh -m 644 $(INSTALL_DATA_FLAGS)
69 CLEAN_FILES     = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
70 prog_manext     = 1
71 api_manext      = 3w
72 conf_manext     = 5
73 @SET_MAKE@
75 all:
76 dummy:
77 .PHONY: all dummy
79 # End of common header