makefiles: Generate the common rules for import libraries from configure.
[wine/multimedia.git] / dlls / Makedll.rules.in
blob82322e37a4546f2b28defd470463ccda59c0b105
1 # Global rules for building dlls     -*-Makefile-*-
3 # Each individual makefile should define the following variables:
4 # MODULE       : name of the main module being built
5 # EXTRALIBS    : extra libraries to link in (optional)
7 # plus all variables required by the global Make.rules.in
10 DLLFLAGS    = @DLLFLAGS@
11 MAINSPEC    = $(MODULE:%.dll=%).spec
12 IDL_TLB_RES = $(IDL_TLB_SRCS:.idl=_t.res)
13 MODULEFLAGS = -shared $(srcdir)/$(MAINSPEC) $(EXTRADLLFLAGS)
15 all: $(MODULE)$(DLLEXT) $(MODULE)$(FAKEEXT)
17 @MAKE_RULES@