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
20 # MODCFLAGS : extra CFLAGS for this module
22 # First some useful definitions
36 IMPLIBEXT = @IMPLIBEXT@
54 LINTFLAGS = @LINTFLAGS@
55 FONTFORGE = @FONTFORGE@
56 INCLUDES = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)
57 EXTRACFLAGS = @EXTRACFLAGS@
58 ALLCFLAGS = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS) $(MODCFLAGS)
59 ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS)
60 IDLFLAGS = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS)
61 WINEBUILDFLAGS = $(DLLFLAGS) --as-cmd "$(AS)"
62 MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755
63 WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check
64 WINEWRAPPER = $(TOPSRCDIR)/tools/winewrapper
65 C2MAN = $(TOPSRCDIR)/tools/c2man.pl
66 RUNTEST = $(TOPSRCDIR)/tools/runtest
67 WINEBUILD = $(TOOLSDIR)/tools/winebuild/winebuild
68 MAKEDEP = $(TOOLSDIR)/tools/makedep
69 MAKECTESTS = $(TOOLSDIR)/tools/make_ctests
70 WRC = $(TOOLSDIR)/tools/wrc/wrc
71 BIN2RES = $(TOOLSDIR)/tools/bin2res
72 WMC = $(TOOLSDIR)/tools/wmc/wmc
73 WIDL = $(TOOLSDIR)/tools/widl/widl
74 WINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc
75 RELPATH = $(TOOLSDIR)/tools/relpath
76 SFNT2FNT = $(TOOLSDIR)/tools/sfnt2fnt
77 FNT2FON = $(TOOLSDIR)/tools/fnt2fon
80 RCFLAGS = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
81 RC16FLAGS = -O res16 $(RCFLAGS)
83 DLLDIR = $(TOPOBJDIR)/dlls
84 LIBPORT = $(TOPOBJDIR)/libs/port/libwine_port.a
85 LIBWPP = $(TOPOBJDIR)/libs/wpp/libwpp.a
86 LIBWINE = -L$(TOPOBJDIR)/libs/wine -lwine
87 LIBWINE_LDFLAGS = @LIBWINE_LDFLAGS@ $(LIBWINE)
93 INSTALL = @INSTALL@ $(INSTALL_FLAGS)
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
96 INSTALL_DATA = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
98 exec_prefix = @exec_prefix@
101 datarootdir = @datarootdir@
105 sysconfdir = @sysconfdir@
106 includedir = @includedir@/wine
107 dlldir = @libdir@/wine
111 CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc core
113 IDL_GEN_C_SRCS = $(IDL_C_SRCS:.idl=_c.c) $(IDL_I_SRCS:.idl=_i.c) \
114 $(IDL_P_SRCS:.idl=_p.c) $(IDL_S_SRCS:.idl=_s.c)
116 CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb) \
117 $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) \
118 $(MC_SRCS:.mc=.mc.rc) $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res)
120 OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o) $(EXTRA_OBJS)
122 RCOBJS = $(RC_SRCS:.rc=.res.o)
123 LINTS = $(C_SRCS:.c=.ln)
127 .SUFFIXES: .mc .rc .mc.rc .res .res.o .spec .spec.o .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .sfd .ttf .man.in .man _c.c _i.c _p.c _s.c
130 $(CC) -c $(ALLCFLAGS) -o $@ $<
136 $(BISON) $(BISONFLAGS) -p $*_ -o $@ $<
139 $(BISON) $(BISONFLAGS) -p $*_ -o $*.tab.c -d $<
142 $(LEX) $(LEXFLAGS) -t $< >$@ || ($(RM) $@ && exit 1)
145 $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<
148 $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $<
151 $(WINDRES) -i $< -o $@
154 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --export $<
157 $(WIDL) $(IDLFLAGS) -h -H $@ $<
160 $(WIDL) $(IDLFLAGS) -c -C $@ $<
163 $(WIDL) $(IDLFLAGS) -u -U $@ $<
166 $(WIDL) $(IDLFLAGS) -p -P $@ $<
169 $(WIDL) $(IDLFLAGS) -s -S $@ $<
172 $(WIDL) $(IDLFLAGS) -t -T $@ $<
175 $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
178 $(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
181 $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
184 sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
186 # 'all' target first in case the enclosing Makefile didn't define any target
191 @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
195 # Rules for resources
197 $(RC_BINARIES): $(BIN2RES) $(RC_BINSRC)
198 $(BIN2RES) -f -o $@ $(SRCDIR)/$(RC_BINSRC)
200 $(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES) $(IDL_TLB_SRCS:.idl=.tlb)
204 $(MODULE).ln : $(LINTS)
205 if test "$(LINTS)" ; \
207 $(LINT) $(ALLLINTFLAGS) -o$(MODULE) $(LINTS) ; \
208 $(MV) llib-l$(MODULE).ln $(MODULE).ln ; \
210 $(LINT) $(ALLLINTFLAGS) -C$(MODULE) /dev/null ; \
215 # Rules for Windows API checking
218 $(WINAPI_CHECK) $(WINAPI_CHECK_FLAGS) $(WINAPI_CHECK_EXTRA_FLAGS) .
222 # Rules for dependencies
224 DEPEND_SRCS = $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_H_SRCS) $(IDL_GEN_C_SRCS) $(BISON_SRCS) $(LEX_SRCS) $(EXTRA_SRCS)
226 $(SUBDIRS:%=%/__depend__): dummy
227 @cd `dirname $@` && $(MAKE) depend
229 depend: $(SUBDIRS:%=%/__depend__) dummy
230 $(MAKEDEP) -C$(SRCDIR) -S$(TOPSRCDIR) -T$(TOPOBJDIR) $(EXTRAINCL) $(DEPEND_SRCS)
232 .PHONY: depend $(SUBDIRS:%=%/__depend__)
236 $(SUBDIRS:%=%/__clean__): dummy
237 @cd `dirname $@` && $(MAKE) clean
239 $(EXTRASUBDIRS:%=%/__clean__): dummy
240 -cd `dirname $@` && $(RM) $(CLEAN_FILES)
242 clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
243 $(RM) $(CLEAN_FILES) $(CLEAN_TARGETS) $(PROGRAMS) $(RC_BINARIES) $(MANPAGES)
245 .PHONY: clean $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
247 # Rules for installing
249 $(SUBDIRS:%=%/__install__): dummy
250 @cd `dirname $@` && $(MAKE) install
252 $(SUBDIRS:%=%/__install-lib__): dummy
253 @cd `dirname $@` && $(MAKE) install-lib
255 $(SUBDIRS:%=%/__install-dev__): dummy
256 @cd `dirname $@` && $(MAKE) install-dev
258 $(SUBDIRS:%=%/__uninstall__): dummy
259 @cd `dirname $@` && $(MAKE) uninstall
261 install:: $(INSTALLSUBDIRS:%=%/__install__)
263 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
268 .PHONY: install install-lib install-dev uninstall \
269 $(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
270 $(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
274 $(TESTSUBDIRS:%=%/__test__): dummy
275 @cd `dirname $@` && $(MAKE) test
277 $(TESTSUBDIRS:%=%/__crosstest__): dummy
278 @cd `dirname $@` && $(MAKE) crosstest
280 $(TESTSUBDIRS:%=%/__testclean__): dummy
281 @cd `dirname $@` && $(MAKE) testclean
283 check test:: $(TESTSUBDIRS:%=%/__test__)
285 crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
287 testclean:: $(TESTSUBDIRS:%=%/__testclean__)
289 .PHONY: check test testclean crosstest $(TESTSUBDIRS:%=%/__test__) $(TESTSUBDIRS:%=%/__crosstest__) $(TESTSUBDIRS:%=%/__testclean__)
291 # Rules for auto documentation
293 $(DOCSUBDIRS:%=%/__man__): dummy
294 @cd `dirname $@` && $(MAKE) man
296 $(DOCSUBDIRS:%=%/__doc_html__): dummy
297 @cd `dirname $@` && $(MAKE) doc-html
299 $(DOCSUBDIRS:%=%/__doc_sgml__): dummy
300 @cd `dirname $@` && $(MAKE) doc-sgml
302 man: $(DOCSUBDIRS:%=%/__man__)
303 doc-html: $(DOCSUBDIRS:%=%/__doc_html__)
304 doc-sgml: $(DOCSUBDIRS:%=%/__doc_sgml__)
306 .PHONY: man doc-html doc-sgml $(DOCSUBDIRS:%=%/__man__) $(DOCSUBDIRS:%=%/__doc_html__) $(DOCSUBDIRS:%=%/__doc_sgml__)
310 $(MC_SRCS:.mc=.mc.rc): $(WMC)
312 $(IDL_H_SRCS:.idl=.h) $(IDL_GEN_C_SRCS) $(IDL_TLB_SRCS:.idl=.tlb): $(WIDL)
319 .PHONY: dummy $(SUBDIRS)
321 # End of global rules