Define the msidbControlAttributes enumeration.
[wine/multimedia.git] / Make.rules.in
blobfad7c3a7788422358713b009e7c2381e6bc48b07
1 # Global rules shared by all makefiles     -*-Makefile-*-
3 # Each individual makefile must define the following variables:
4 # TOPSRCDIR    : top-level source directory
5 # TOPOBJDIR    : top-level object directory
6 # SRCDIR       : source directory for this module
7 # MODULE       : name of the module being built
9 # Each individual makefile may define the following additional variables:
10 # C_SRCS       : C sources for the module
11 # C_SRCS16     : 16-bit C sources for the module
12 # RC_SRCS      : resource source files
13 # EXTRA_SRCS   : extra source files for make depend
14 # EXTRA_OBJS   : extra object files
15 # IMPORTS      : dlls to import
16 # DELAYIMPORTS : dlls to import in delayed mode
17 # SUBDIRS      : subdirectories that contain a Makefile
18 # EXTRASUBDIRS : subdirectories that do not contain a Makefile
19 # INSTALLSUBDIRS : subdirectories to run make install/uninstall into
21 # First some useful definitions
23 SHELL     = /bin/sh
24 CC        = @CC@
25 CFLAGS    = @CFLAGS@
26 CPPFLAGS  = @CPPFLAGS@
27 LIBS      = @LIBS@
28 BISON     = @BISON@
29 YACC      = $(BISON) -y
30 LEX       = @LEX@
31 LEXLIB    = @LEXLIB@
32 EXEEXT    = @EXEEXT@
33 OBJEXT    = @OBJEXT@
34 LIBEXT    = @LIBEXT@
35 DLLEXT    = @DLLEXT@
36 IMPLIBEXT = @IMPLIBEXT@
37 LDSHARED  = @LDSHARED@
38 DLLTOOL   = @DLLTOOL@
39 DLLWRAP   = @DLLWRAP@
40 AR        = @AR@ rc
41 RANLIB    = @RANLIB@
42 STRIP     = @STRIP@
43 WINDRES   = @WINDRES@
44 LN        = @LN@
45 LN_S      = @LN_S@
46 TOOLSDIR  = @TOOLSDIR@
47 AS        = @AS@
48 LD        = @LD@
49 LDFLAGS   = @LDFLAGS@
50 RM        = rm -f
51 MV        = mv
52 LINT      = @LINT@
53 LINTFLAGS = @LINTFLAGS@
54 FONTFORGE = @FONTFORGE@
55 INCLUDES     = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)
56 EXTRACFLAGS  = @EXTRACFLAGS@
57 ALLCFLAGS    = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS)
58 ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS)
59 IDLFLAGS     = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS)
60 MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755
61 WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check
62 WINEWRAPPER  = $(TOPSRCDIR)/tools/winewrapper
63 C2MAN        = $(TOPSRCDIR)/tools/c2man.pl
64 RUNTEST      = $(TOPSRCDIR)/tools/runtest
65 WINEBUILD    = $(TOOLSDIR)/tools/winebuild/winebuild
66 MAKEDEP      = $(TOOLSDIR)/tools/makedep
67 MAKECTESTS   = $(TOOLSDIR)/tools/make_ctests
68 WRC          = $(TOOLSDIR)/tools/wrc/wrc
69 BIN2RES      = $(TOOLSDIR)/tools/bin2res
70 WMC          = $(TOOLSDIR)/tools/wmc/wmc
71 WIDL         = $(TOOLSDIR)/tools/widl/widl
72 WINEGCC      = $(TOOLSDIR)/tools/winegcc/winegcc
73 SFNT2FNT     = $(TOOLSDIR)/tools/sfnt2fnt
74 FNT2FON      = $(TOOLSDIR)/tools/fnt2fon
75 RC           = $(WRC)
76 RC16         = $(WRC)
77 RCFLAGS      = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
78 RC16FLAGS    = -O res16 $(RCFLAGS)
79 LDPATH       = @LDPATH@
80 DLLDIR       = $(TOPOBJDIR)/dlls
81 LIBDIR       = $(TOPOBJDIR)/libs
82 LIBPORT      = -L$(TOPOBJDIR)/libs/port -lwine_port
83 LIBUNICODE   = -L$(TOPOBJDIR)/libs/unicode -lwine_unicode
84 LIBWINE      = -L$(TOPOBJDIR)/libs/wine -lwine
86 @SET_MAKE@
88 # Installation infos
90 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
91 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
92 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
93 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
94 prefix          = @prefix@
95 exec_prefix     = @exec_prefix@
96 bindir          = @bindir@
97 libdir          = @libdir@
98 datadir         = @datadir@
99 infodir         = @infodir@
100 mandir          = @mandir@
101 sysconfdir      = @sysconfdir@
102 includedir      = @includedir@/wine
103 dlldir          = @libdir@/wine
104 prog_manext     = 1
105 api_manext      = 3w
106 conf_manext     = 5
107 CLEAN_FILES     = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
108                   *.flc *.spec.c *.dbg.c *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core
110 OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)
112 RCOBJS = $(RC_SRCS:.rc=.res.o)
113 LINTS  = $(C_SRCS:.c=.ln)
115 # Implicit rules
117 .SUFFIXES: .mc .rc .mc.rc .res .res.o .spec .spec.c .idl .tlb .h .ok .sfd .ttf
119 .c.o:
120         $(CC) -c $(ALLCFLAGS) -o $@ $<
122 .s.o:
123         $(AS) -o $@ $<
125 .mc.mc.rc:
126         $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<
128 .rc.res:
129         $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $<
131 .res.res.o:
132         $(WINDRES) -i $< -o $@
134 .spec.spec.c:
135         $(WINEBUILD) $(DEFS) --dll -o $@ --main-module $(MODULE) --export $<
137 .idl.h:
138         $(WIDL) $(IDLFLAGS) -h -H $@ $<
140 .idl.tlb:
141         $(WIDL) $(IDLFLAGS) -t -T $@ $<
143 .c.ln:
144         $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
146 .c.ok:
147         $(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
149 .sfd.ttf:
150         $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $<
152 # 'all' target first in case the enclosing Makefile didn't define any target
154 all: Makefile
156 filter:
157         @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
159 .PHONY: all filter
161 # Rules for resources
163 $(RC_BINARIES): $(BIN2RES) $(RC_BINSRC)
164         $(BIN2RES) -f -o $@ $(SRCDIR)/$(RC_BINSRC)
166 $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES) $(RC_TLB)
168 # Rule for main module debug channels
170 $(MODULE).dbg.c: $(C_SRCS) $(C_SRCS16) $(WINEBUILD)
171         $(WINEBUILD) $(DEFS) -o $@ --debug -C$(SRCDIR) $(C_SRCS) $(C_SRCS16)
173 # Rules for makefile
175 Makefile: Makefile.in $(TOPSRCDIR)/configure
176         @echo Makefile is older than $?, please rerun $(TOPSRCDIR)/configure
177         @exit 1
179 # Rule for linting
181 $(MODULE).ln : $(LINTS)
182         if test "$(LINTS)" ; \
183         then \
184                 $(LINT) $(ALLLINTFLAGS) -o$(MODULE) $(LINTS) ; \
185                 $(MV) llib-l$(MODULE).ln $(MODULE).ln ; \
186         else \
187                 $(LINT) $(ALLLINTFLAGS) -C$(MODULE) /dev/null ; \
188         fi
190 lint:: $(MODULE).ln
192 # Rules for Windows API checking
194 winapi_check:: dummy
195         $(WINAPI_CHECK) $(WINAPI_CHECK_FLAGS) $(WINAPI_CHECK_EXTRA_FLAGS) .
197 .PHONY: winapi_check
199 # Rules for dependencies
201 $(SUBDIRS:%=%/__depend__): dummy
202         cd `dirname $@` && $(MAKE) depend
204 depend: $(IDL_SRCS:.idl=.h) $(SUBDIRS:%=%/__depend__)
205         $(MAKEDEP) $(INCLUDES) -C$(SRCDIR) $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_SRCS) $(EXTRA_SRCS)
207 .PHONY: depend $(SUBDIRS:%=%/__depend__)
209 # Rules for cleaning
211 $(SUBDIRS:%=%/__clean__): dummy
212         cd `dirname $@` && $(MAKE) clean
214 $(SUBDIRS:%=%/__testclean__): dummy
215         cd `dirname $@` && $(MAKE) testclean
217 $(EXTRASUBDIRS:%=%/__clean__): dummy
218         -cd `dirname $@` && $(RM) $(CLEAN_FILES)
220 testclean:: $(SUBDIRS:%=%/__testclean__)
222 clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
223         $(RM) $(CLEAN_FILES) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res) $(MC_SRCS:.mc=.mc.rc) $(IDL_SRCS:.idl=.h) $(PROGRAMS) $(RC_BINARIES) $(RC_TLB)
225 .PHONY: clean testclean $(SUBDIRS:%=%/__clean__) $(SUBDIRS:%=%/__testclean__) $(EXTRASUBDIRS:%=%/__clean__)
227 # Rules for installing
229 $(SUBDIRS:%=%/__install__): dummy
230         cd `dirname $@` && $(MAKE) install
232 $(SUBDIRS:%=%/__install-lib__): dummy
233         cd `dirname $@` && $(MAKE) install-lib
235 $(SUBDIRS:%=%/__install-dev__): dummy
236         cd `dirname $@` && $(MAKE) install-dev
238 $(SUBDIRS:%=%/__uninstall__): dummy
239         cd `dirname $@` && $(MAKE) uninstall
241 install:: $(INSTALLSUBDIRS:%=%/__install__)
243 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
245 .PHONY: install install-lib install-dev uninstall \
246         $(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
247         $(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
249 # Rules for checking that no imports are missing
251 $(SUBDIRS:%=%/__checklink__): dummy
252         @cd `dirname $@` && $(MAKE) checklink
254 .PHONY: checklink $(SUBDIRS:%=%/__checklink__)
256 # Rules for testing
258 $(SUBDIRS:%=%/__test__): dummy
259         @cd `dirname $@` && $(MAKE) test
261 $(SUBDIRS:%=%/__crosstest__): dummy
262         @cd `dirname $@` && $(MAKE) crosstest
264 .PHONY: check test crosstest $(SUBDIRS:%=%/__test__) $(SUBDIRS:%=%/__crosstest__)
266 # Misc. rules
268 $(MC_SRCS:.mc=.mc.rc): $(WMC)
270 $(IDL_SRCS:.idl=.h): $(WIDL)
272 $(RC_TLB:.idl=.tlb): $(WIDL)
274 $(SUBDIRS): dummy
275         @cd $@ && $(MAKE)
277 dummy:
279 .PHONY: dummy $(SUBDIRS)
281 # End of global rules