shell32: Improve some FIXMEs.
[wine/multimedia.git] / Make.rules.in
blobc7813b00502a91b250bed931dd45ca236fa4f836
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 # RC_SRCS      : resource source files
12 # EXTRA_SRCS   : extra source files for make depend
13 # EXTRA_OBJS   : extra object files
14 # IMPORTS      : dlls to import
15 # DELAYIMPORTS : dlls to import in delayed mode
16 # SUBDIRS      : subdirectories that contain a Makefile
17 # EXTRASUBDIRS : subdirectories that do not contain a Makefile
18 # INSTALLSUBDIRS : subdirectories to run make install/uninstall into
19 # MODCFLAGS    : extra CFLAGS for this module
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 FLEX      = @FLEX@
30 EXEEXT    = @EXEEXT@
31 OBJEXT    = @OBJEXT@
32 LIBEXT    = @LIBEXT@
33 DLLEXT    = @DLLEXT@
34 TOOLSEXT  = @TOOLSEXT@
35 IMPLIBEXT = @IMPLIBEXT@
36 LDSHARED  = @LDSHARED@
37 DLLTOOL   = @DLLTOOL@
38 DLLWRAP   = @DLLWRAP@
39 AR        = @AR@
40 ARFLAGS   = @ARFLAGS@
41 RANLIB    = @RANLIB@
42 STRIP     = @STRIP@
43 LN        = @LN@
44 LN_S      = @LN_S@
45 TOOLSDIR  = @TOOLSDIR@
46 LDFLAGS   = @LDFLAGS@
47 PRELINK   = @PRELINK@
48 RM        = rm -f
49 MV        = mv
50 LINT      = @LINT@
51 LINTFLAGS = @LINTFLAGS@
52 FONTFORGE = @FONTFORGE@
53 RSVG      = @RSVG@
54 ICOTOOL   = @ICOTOOL@
55 CROSSCC   = @CROSSCC@
56 CROSSTARGET = @CROSSTARGET@
57 CROSSAR     = $(CROSSTARGET)-ar
58 CROSSRANLIB = $(CROSSTARGET)-ranlib
59 FAKEEXT   = $(DLLEXT:.so=.fake)
60 INCLUDES     = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)
61 EXTRACFLAGS  = @EXTRACFLAGS@
62 ALLCFLAGS    = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS) $(MODCFLAGS)
63 ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS)
64 IDLFLAGS     = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS)
65 TARGETFLAGS  = @TARGETFLAGS@
66 WINEBUILDFLAGS = $(TARGETFLAGS) $(DLLFLAGS)
67 MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755
68 WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check
69 WINEWRAPPER  = $(TOPSRCDIR)/tools/winewrapper
70 C2MAN        = $(TOPSRCDIR)/tools/c2man.pl
71 RUNTEST      = $(TOPSRCDIR)/tools/runtest
72 WINEBUILD    = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
73 MAKEDEP      = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
74 MAKECTESTS   = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
75 WRC          = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
76 WMC          = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
77 WIDL         = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
78 WINEGCC      = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR)
79 CROSSWINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) --lib-suffix=.cross.a
80 RELPATH      = $(TOOLSDIR)/tools/relpath$(TOOLSEXT)
81 SFNT2FNT     = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
82 RC           = $(WRC)
83 RCFLAGS      = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
84 LDPATH       = @LDPATH@
85 DLLDIR       = $(TOPOBJDIR)/dlls
86 LIBPORT      = $(TOPOBJDIR)/libs/port/libwine_port.a
87 LIBWPP       = $(TOPOBJDIR)/libs/wpp/libwpp.a
88 LIBWINE      = -L$(TOPOBJDIR)/libs/wine -lwine
89 LDRPATH_INSTALL = @LDRPATH_INSTALL@
90 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
92 @SET_MAKE@
94 # Installation infos
96 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
98 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
99 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
100 prefix          = @prefix@
101 exec_prefix     = @exec_prefix@
102 bindir          = @bindir@
103 libdir          = @libdir@
104 datarootdir     = @datarootdir@
105 datadir         = @datadir@
106 infodir         = @infodir@
107 mandir          = @mandir@
108 sysconfdir      = @sysconfdir@
109 includedir      = @includedir@/wine
110 dlldir          = @libdir@/wine
111 fakedlldir      = $(dlldir)/fakedlls
112 prog_manext     = 1
113 api_manext      = 3w
114 conf_manext     = 5
115 CLEAN_FILES     = *.o *.a *.so *.ln *.res *.fake *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc core
117 IDL_GEN_C_SRCS  = $(IDL_C_SRCS:.idl=_c.c) $(IDL_I_SRCS:.idl=_i.c) \
118                   $(IDL_P_SRCS:.idl=_p.c) $(IDL_S_SRCS:.idl=_s.c)
119 IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h) $(IDL_C_SRCS:.idl=.h) $(IDL_I_SRCS:.idl=.h) \
120                   $(IDL_P_SRCS:.idl=.h) $(IDL_S_SRCS:.idl=.h)
122 CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \
123                 $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) $(MC_SRCS:.mc=.mc.rc)
125 OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o) \
126        $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.mc.res) $(EXTRA_OBJS)
128 CROSSOBJS = $(OBJS:.o=.cross.o)
129 LINTS  = $(C_SRCS:.c=.ln)
131 # 'all' target first in case the enclosing Makefile didn't define any target
133 all:
135 filter: dummy
136         @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
138 .PHONY: all filter
140 # Implicit rules
142 .SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c .cross.o @MAINTAINER_MODE@ .sfd .ttf .svg .ico
144 .c.o:
145         $(CC) -c $(ALLCFLAGS) -o $@ $<
147 .c.cross.o:
148         $(CROSSCC) -c $(INCLUDES) $(DEFS) $(CPPFLAGS) $(CFLAGS) -o $@ $<
150 .y.tab.c:
151         $(BISON) $(BISONFLAGS) -p $*_ -o $@ $<
153 .y.tab.h:
154         $(BISON) $(BISONFLAGS) -p $*_ -o $*.tab.c -d $<
156 .l.yy.c:
157         $(FLEX) $(LEXFLAGS) -o$@ $<
159 .mc.mc.rc:
160         $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<
162 .rc.res:
163         $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $<
165 .idl.h:
166         $(WIDL) $(IDLFLAGS) -h -H $@ $<
168 .idl_c.c:
169         $(WIDL) $(IDLFLAGS) -c -C $@ $<
171 .idl_i.c:
172         $(WIDL) $(IDLFLAGS) -u -U $@ $<
174 .idl_p.c:
175         $(WIDL) $(IDLFLAGS) -p -P $@ $<
177 .idl_s.c:
178         $(WIDL) $(IDLFLAGS) -s -S $@ $<
180 .idl.tlb:
181         $(WIDL) $(TARGETFLAGS) $(IDLFLAGS) -t -T $@ $<
183 .c.ln:
184         $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
186 .c.ok:
187         $(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
189 .sfd.ttf:
190         $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
192 .man.in.man:
193         LC_ALL=C sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
195 .svg.ico:
196         $(RSVG) -w 16 -h 16 -f png $< $*-16.png
197         $(RSVG) -w 32 -h 32 -f png $< $*-32.png
198         $(RSVG) -w 48 -h 48 -f png $< $*-48.png
199         $(ICOTOOL) -c -o $@ $*-16.png $*-32.png $*-48.png
200         $(RM) $*-16.png $*-32.png $*-48.png
202 # Rules for IDL files
204 dlldata.c: $(WIDL) Makefile.in
205         $(WIDL) $(IDLFLAGS) --dlldata-only --dlldata=$@ $(IDL_P_SRCS)
207 # Rule for linting
209 $(MODULE).ln : $(LINTS)
210         if test "$(LINTS)" ; \
211         then \
212                 $(LINT) $(ALLLINTFLAGS) -o$(MODULE) $(LINTS) ; \
213                 $(MV) llib-l$(MODULE).ln $(MODULE).ln ; \
214         else \
215                 $(LINT) $(ALLLINTFLAGS) -C$(MODULE) /dev/null ; \
216         fi
218 lint:: $(MODULE).ln
220 # Rules for Windows API checking
222 winapi_check:: dummy
223         $(WINAPI_CHECK) $(WINAPI_CHECK_FLAGS) $(WINAPI_CHECK_EXTRA_FLAGS) .
225 .PHONY: winapi_check
227 # Rules for dependencies
229 DEPEND_SRCS = $(C_SRCS) $(RC_SRCS) $(MC_SRCS) \
230               $(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) \
231               $(IDL_GEN_C_SRCS) $(IDL_TLB_SRCS) $(IDL_TLB_SRCS:.idl=.tlb) \
232               $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_SRCS)
234 $(SUBDIRS:%=%/__depend__): dummy
235         @cd `dirname $@` && $(MAKE) depend
237 depend: $(SUBDIRS:%=%/__depend__) dummy
238         $(MAKEDEP) $(MAKEDEPFLAGS) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
240 .PHONY: depend $(SUBDIRS:%=%/__depend__)
242 # Rules for cleaning
244 $(SUBDIRS:%=%/__clean__): dummy
245         @cd `dirname $@` && $(MAKE) clean
247 $(EXTRASUBDIRS:%=%/__clean__): dummy
248         -cd `dirname $@` && $(RM) $(CLEAN_FILES)
250 clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
251         $(RM) $(CLEAN_FILES) $(CLEAN_TARGETS) $(PROGRAMS) $(MANPAGES)
253 .PHONY: clean $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
255 # Rules for installing
257 $(SUBDIRS:%=%/__install__): dummy
258         @cd `dirname $@` && $(MAKE) install
260 $(SUBDIRS:%=%/__install-lib__): dummy
261         @cd `dirname $@` && $(MAKE) install-lib
263 $(SUBDIRS:%=%/__install-dev__): dummy
264         @cd `dirname $@` && $(MAKE) install-dev
266 $(SUBDIRS:%=%/__uninstall__): dummy
267         @cd `dirname $@` && $(MAKE) uninstall
269 install:: $(INSTALLSUBDIRS:%=%/__install__) dummy
270 install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__) dummy
271 install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__) dummy
272 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) dummy
274 $(INSTALLDIRS):
275         $(MKINSTALLDIRS) $@
277 .PHONY: install install-lib install-dev uninstall \
278         $(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
279         $(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
281 # Rules for testing
283 $(TESTSUBDIRS:%=%/__test__): dummy
284         @cd `dirname $@` && $(MAKE) test
286 $(TESTSUBDIRS:%=%/__crosstest__): dummy
287         @cd `dirname $@` && $(MAKE) crosstest
289 $(TESTSUBDIRS:%=%/__testclean__): dummy
290         @cd `dirname $@` && $(MAKE) testclean
292 check test:: $(TESTSUBDIRS:%=%/__test__) dummy
294 crosstest:: $(TESTSUBDIRS:%=%/__crosstest__) dummy
296 testclean:: $(TESTSUBDIRS:%=%/__testclean__) dummy
298 .PHONY: check test testclean crosstest $(TESTSUBDIRS:%=%/__test__) $(TESTSUBDIRS:%=%/__crosstest__) $(TESTSUBDIRS:%=%/__testclean__) 
300 # Rules for auto documentation
302 $(DOCSUBDIRS:%=%/__man__): dummy
303         @cd `dirname $@` && $(MAKE) man
305 $(DOCSUBDIRS:%=%/__doc_html__): dummy
306         @cd `dirname $@` && $(MAKE) doc-html
308 $(DOCSUBDIRS:%=%/__doc_sgml__): dummy
309         @cd `dirname $@` && $(MAKE) doc-sgml
311 $(DOCSUBDIRS:%=%/__doc_xml__): dummy
312         @cd `dirname $@` && $(MAKE) doc-xml
314 man: $(DOCSUBDIRS:%=%/__man__)
315 doc-html: $(DOCSUBDIRS:%=%/__doc_html__)
316 doc-sgml: $(DOCSUBDIRS:%=%/__doc_sgml__)
317 doc-xml: $(DOCSUBDIRS:%=%/__doc_xml__)
319 .PHONY: man doc-html doc-sgml doc-xml $(DOCSUBDIRS:%=%/__man__) $(DOCSUBDIRS:%=%/__doc_html__) $(DOCSUBDIRS:%=%/__doc_sgml__) $(DOCSUBDIRS:%=%/__doc_xml__)
321 # Misc. rules
323 $(MC_SRCS:.mc=.mc.rc): $(WMC)
325 $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS) $(IDL_TLB_SRCS:.idl=.tlb): $(WIDL)
327 $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.mc.res): $(WRC)
329 $(SUBDIRS): dummy
330         @cd $@ && $(MAKE)
332 dummy:
334 .PHONY: dummy $(SUBDIRS)
336 # End of global rules