makefiles: Generate the config.status dependency as part of the makefile dependencies.
[wine/multimedia.git] / Make.rules.in
blobe155d88e087f9e43d21ca60626b945b51960ac4b
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_S      = @LN_S@
44 TOOLSDIR  = @TOOLSDIR@
45 LDFLAGS   = @LDFLAGS@
46 PRELINK   = @PRELINK@
47 RM        = rm -f
48 MV        = mv
49 LINT      = @LINT@
50 LINTFLAGS = @LINTFLAGS@
51 FONTFORGE = @FONTFORGE@
52 RSVG      = @RSVG@
53 ICOTOOL   = @ICOTOOL@
54 CROSSCC   = @CROSSCC@
55 CROSSTARGET = @CROSSTARGET@
56 CROSSAR     = $(CROSSTARGET)-ar
57 CROSSRANLIB = $(CROSSTARGET)-ranlib
58 FAKEEXT   = $(DLLEXT:.so=.fake)
59 INCLUDES     = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)
60 EXTRACFLAGS  = @EXTRACFLAGS@
61 ALLCFLAGS    = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS) $(MODCFLAGS)
62 ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS)
63 IDLFLAGS     = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS)
64 TARGETFLAGS  = @TARGETFLAGS@
65 WINEBUILDFLAGS = $(TARGETFLAGS) $(DLLFLAGS)
66 MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755
67 WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check
68 WINEWRAPPER  = $(TOPSRCDIR)/tools/winewrapper
69 C2MAN        = $(TOPSRCDIR)/tools/c2man.pl
70 RUNTEST      = $(TOPSRCDIR)/tools/runtest
71 WINEBUILD    = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT)
72 MAKEDEP      = $(TOOLSDIR)/tools/makedep$(TOOLSEXT)
73 MAKECTESTS   = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT)
74 WRC          = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT)
75 WMC          = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT)
76 WIDL         = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT)
77 WINEGCC      = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR)
78 CROSSWINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) --lib-suffix=.cross.a
79 RELPATH      = $(TOOLSDIR)/tools/relpath$(TOOLSEXT)
80 SFNT2FNT     = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT)
81 RC           = $(WRC)
82 RCFLAGS      = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
83 LDPATH       = @LDPATH@
84 DLLDIR       = $(TOPOBJDIR)/dlls
85 LIBPORT      = $(TOPOBJDIR)/libs/port/libwine_port.a
86 LIBWPP       = $(TOPOBJDIR)/libs/wpp/libwpp.a
87 LIBWINE      = -L$(TOPOBJDIR)/libs/wine -lwine
88 LDRPATH_INSTALL = @LDRPATH_INSTALL@
89 LDRPATH_LOCAL   = @LDRPATH_LOCAL@
91 @SET_MAKE@
93 # Installation infos
95 INSTALL         = @INSTALL@ $(INSTALL_FLAGS)
96 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
97 INSTALL_SCRIPT  = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
98 INSTALL_DATA    = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
99 prefix          = @prefix@
100 exec_prefix     = @exec_prefix@
101 bindir          = @bindir@
102 libdir          = @libdir@
103 datarootdir     = @datarootdir@
104 datadir         = @datadir@
105 infodir         = @infodir@
106 mandir          = @mandir@
107 sysconfdir      = @sysconfdir@
108 includedir      = @includedir@/wine
109 dlldir          = @libdir@/wine
110 fakedlldir      = $(dlldir)/fakedlls
111 prog_manext     = 1
112 api_manext      = 3w
113 conf_manext     = 5
114 CLEAN_FILES     = *.o *.a *.so *.ln *.res *.fake *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc core
116 IDL_GEN_C_SRCS  = $(IDL_C_SRCS:.idl=_c.c) $(IDL_I_SRCS:.idl=_i.c) \
117                   $(IDL_P_SRCS:.idl=_p.c) $(IDL_S_SRCS:.idl=_s.c)
118 IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h) $(IDL_C_SRCS:.idl=.h) $(IDL_I_SRCS:.idl=.h) \
119                   $(IDL_P_SRCS:.idl=.h) $(IDL_S_SRCS:.idl=.h)
121 CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \
122                 $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) $(MC_SRCS:.mc=.mc.rc)
124 OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o) \
125        $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.mc.res) $(EXTRA_OBJS)
127 CROSSOBJS = $(OBJS:.o=.cross.o)
128 LINTS  = $(C_SRCS:.c=.ln)
130 # 'all' target first in case the enclosing Makefile didn't define any target
132 all:
134 filter: dummy
135         @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
137 .PHONY: all filter
139 # Implicit rules
141 .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
143 .c.o:
144         $(CC) -c $(ALLCFLAGS) -o $@ $<
146 .c.cross.o:
147         $(CROSSCC) -c $(INCLUDES) $(DEFS) $(CPPFLAGS) $(CFLAGS) -o $@ $<
149 .y.tab.c:
150         $(BISON) $(BISONFLAGS) -p $*_ -o $@ $<
152 .y.tab.h:
153         $(BISON) $(BISONFLAGS) -p $*_ -o $*.tab.c -d $<
155 .l.yy.c:
156         $(FLEX) $(LEXFLAGS) -o$@ $<
158 .mc.mc.rc:
159         $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<
161 .rc.res:
162         $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $<
164 .idl.h:
165         $(WIDL) $(IDLFLAGS) -h -H $@ $<
167 .idl_c.c:
168         $(WIDL) $(IDLFLAGS) -c -C $@ $<
170 .idl_i.c:
171         $(WIDL) $(IDLFLAGS) -u -U $@ $<
173 .idl_p.c:
174         $(WIDL) $(IDLFLAGS) -p -P $@ $<
176 .idl_s.c:
177         $(WIDL) $(IDLFLAGS) -s -S $@ $<
179 .idl.tlb:
180         $(WIDL) $(TARGETFLAGS) $(IDLFLAGS) -t -T $@ $<
182 .c.ln:
183         $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
185 .c.ok:
186         $(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
188 .sfd.ttf:
189         $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
191 .man.in.man:
192         LC_ALL=C sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
194 .svg.ico:
195         $(RSVG) -w 16 -h 16 -f png $< $*-16.png
196         $(RSVG) -w 32 -h 32 -f png $< $*-32.png
197         $(RSVG) -w 48 -h 48 -f png $< $*-48.png
198         $(ICOTOOL) -c -o $@ $*-16.png $*-32.png $*-48.png
199         $(RM) $*-16.png $*-32.png $*-48.png
201 # Rules for IDL files
203 dlldata.c: $(WIDL) Makefile.in
204         $(WIDL) $(IDLFLAGS) --dlldata-only --dlldata=$@ $(IDL_P_SRCS)
206 # Rule for linting
208 $(MODULE).ln : $(LINTS)
209         if test "$(LINTS)" ; \
210         then \
211                 $(LINT) $(ALLLINTFLAGS) -o$(MODULE) $(LINTS) ; \
212                 $(MV) llib-l$(MODULE).ln $(MODULE).ln ; \
213         else \
214                 $(LINT) $(ALLLINTFLAGS) -C$(MODULE) /dev/null ; \
215         fi
217 lint:: $(MODULE).ln
219 # Rules for Windows API checking
221 winapi_check:: dummy
222         $(WINAPI_CHECK) $(WINAPI_CHECK_FLAGS) $(WINAPI_CHECK_EXTRA_FLAGS) .
224 .PHONY: winapi_check
226 # Rules for dependencies
228 DEPEND_SRCS = $(C_SRCS) $(RC_SRCS) $(MC_SRCS) \
229               $(IDL_H_SRCS) $(IDL_C_SRCS) $(IDL_I_SRCS) $(IDL_P_SRCS) $(IDL_S_SRCS) \
230               $(IDL_GEN_C_SRCS) $(IDL_TLB_SRCS) $(IDL_TLB_SRCS:.idl=.tlb) \
231               $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_SRCS)
233 $(SUBDIRS:%=%/__depend__): dummy
234         @cd `dirname $@` && $(MAKE) depend
236 depend: $(SUBDIRS:%=%/__depend__) dummy
237         $(MAKEDEP) $(MAKEDEPFLAGS) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
239 .PHONY: depend $(SUBDIRS:%=%/__depend__)
241 # Rules for cleaning
243 $(SUBDIRS:%=%/__clean__): dummy
244         @cd `dirname $@` && $(MAKE) clean
246 $(EXTRASUBDIRS:%=%/__clean__): dummy
247         -cd `dirname $@` && $(RM) $(CLEAN_FILES)
249 clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
250         $(RM) $(CLEAN_FILES) $(CLEAN_TARGETS) $(PROGRAMS) $(MANPAGES)
252 .PHONY: clean $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
254 # Rules for installing
256 $(SUBDIRS:%=%/__install__): dummy
257         @cd `dirname $@` && $(MAKE) install
259 $(SUBDIRS:%=%/__install-lib__): dummy
260         @cd `dirname $@` && $(MAKE) install-lib
262 $(SUBDIRS:%=%/__install-dev__): dummy
263         @cd `dirname $@` && $(MAKE) install-dev
265 $(SUBDIRS:%=%/__uninstall__): dummy
266         @cd `dirname $@` && $(MAKE) uninstall
268 install:: $(INSTALLSUBDIRS:%=%/__install__) dummy
269 install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__) dummy
270 install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__) dummy
271 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) dummy
273 $(INSTALLDIRS):
274         $(MKINSTALLDIRS) $@
276 .PHONY: install install-lib install-dev uninstall \
277         $(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
278         $(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
280 # Rules for testing
282 $(TESTSUBDIRS:%=%/__test__): dummy
283         @cd `dirname $@` && $(MAKE) test
285 $(TESTSUBDIRS:%=%/__crosstest__): dummy
286         @cd `dirname $@` && $(MAKE) crosstest
288 $(TESTSUBDIRS:%=%/__testclean__): dummy
289         @cd `dirname $@` && $(MAKE) testclean
291 check test:: $(TESTSUBDIRS:%=%/__test__) dummy
293 crosstest:: $(TESTSUBDIRS:%=%/__crosstest__) dummy
295 testclean:: $(TESTSUBDIRS:%=%/__testclean__) dummy
297 .PHONY: check test testclean crosstest $(TESTSUBDIRS:%=%/__test__) $(TESTSUBDIRS:%=%/__crosstest__) $(TESTSUBDIRS:%=%/__testclean__) 
299 # Rules for auto documentation
301 $(DOCSUBDIRS:%=%/__man__): dummy
302         @cd `dirname $@` && $(MAKE) man
304 $(DOCSUBDIRS:%=%/__doc_html__): dummy
305         @cd `dirname $@` && $(MAKE) doc-html
307 $(DOCSUBDIRS:%=%/__doc_sgml__): dummy
308         @cd `dirname $@` && $(MAKE) doc-sgml
310 $(DOCSUBDIRS:%=%/__doc_xml__): dummy
311         @cd `dirname $@` && $(MAKE) doc-xml
313 man: $(DOCSUBDIRS:%=%/__man__)
314 doc-html: $(DOCSUBDIRS:%=%/__doc_html__)
315 doc-sgml: $(DOCSUBDIRS:%=%/__doc_sgml__)
316 doc-xml: $(DOCSUBDIRS:%=%/__doc_xml__)
318 .PHONY: man doc-html doc-sgml doc-xml $(DOCSUBDIRS:%=%/__man__) $(DOCSUBDIRS:%=%/__doc_html__) $(DOCSUBDIRS:%=%/__doc_sgml__) $(DOCSUBDIRS:%=%/__doc_xml__)
320 # Misc. rules
322 $(MC_SRCS:.mc=.mc.rc): $(WMC)
324 $(IDL_GEN_HEADERS) $(IDL_GEN_C_SRCS) $(IDL_TLB_SRCS:.idl=.tlb): $(WIDL)
326 $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.mc.res): $(WRC)
328 $(SUBDIRS): dummy
329         @cd $@ && $(MAKE)
331 dummy:
333 .PHONY: dummy $(SUBDIRS)
335 # End of global rules