blob: 9deee72b78c8946259b26225d57fd35440993ef9 [file] [log] [blame]
Alexandre Julliard139a4b11996-11-02 14:24:07 +00001# Global rules shared by all makefiles -*-Makefile-*-
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002#
Alexandre Julliardc53ceba2000-04-09 18:19:59 +00003# Each individual makefile must define the following variables:
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00004# 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
Alexandre Julliardc53ceba2000-04-09 18:19:59 +00008#
9# Each individual makefile may define the following additional variables:
10# C_SRCS : C sources for the module
Alexandre Julliardc728efc2002-10-02 02:34:09 +000011# C_SRCS16 : 16-bit C sources for the module
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000012# RC_SRCS : resource source files
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000013# EXTRA_SRCS : extra source files for make depend
14# EXTRA_OBJS : extra object files
Alexandre Julliard32459912002-05-09 00:05:48 +000015# IMPORTS : dlls to import
16# DELAYIMPORTS : dlls to import in delayed mode
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000017# SUBDIRS : subdirectories that contain a Makefile
18# EXTRASUBDIRS : subdirectories that do not contain a Makefile
Alexandre Julliardf673b712002-06-14 23:48:27 +000019# INSTALLSUBDIRS : subdirectories to run make install/uninstall into
Mike McCormackb7443722005-08-11 17:12:18 +000020# MODCFLAGS : extra CFLAGS for this module
Alexandre Julliardff8331e1995-09-18 11:19:54 +000021
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000022# First some useful definitions
23
Alexandre Julliard8664b891996-04-05 14:58:24 +000024SHELL = /bin/sh
25CC = @CC@
Alexandre Julliardfc094232003-04-14 21:46:41 +000026CFLAGS = @CFLAGS@
Alexandre Julliard15566392003-06-13 23:26:01 +000027CPPFLAGS = @CPPFLAGS@
Alexandre Julliard02e90081998-01-04 17:49:09 +000028LIBS = @LIBS@
Mike McCormackc068f672004-03-16 03:11:39 +000029BISON = @BISON@
Alexandre Julliardff8331e1995-09-18 11:19:54 +000030LEX = @LEX@
31LEXLIB = @LEXLIB@
Alexandre Julliardfc01b722002-05-12 03:16:39 +000032EXEEXT = @EXEEXT@
33OBJEXT = @OBJEXT@
Alexandre Julliard2fa4f762000-10-31 00:20:51 +000034LIBEXT = @LIBEXT@
Alexandre Julliardc1bfca02002-03-20 22:19:06 +000035DLLEXT = @DLLEXT@
Alexandre Julliardada5e652002-12-12 22:03:14 +000036IMPLIBEXT = @IMPLIBEXT@
Alexandre Julliard2fa4f762000-10-31 00:20:51 +000037LDSHARED = @LDSHARED@
Alexandre Julliardada5e652002-12-12 22:03:14 +000038DLLTOOL = @DLLTOOL@
Hidenori Takeshimad48ca942000-12-22 22:28:00 +000039DLLWRAP = @DLLWRAP@
Alexandre Julliardfc01b722002-05-12 03:16:39 +000040AR = @AR@ rc
Alexandre Julliard641ee761997-08-04 16:34:36 +000041RANLIB = @RANLIB@
Alexandre Julliardfc01b722002-05-12 03:16:39 +000042STRIP = @STRIP@
43WINDRES = @WINDRES@
Alexandre Julliarddf234a92002-05-22 02:10:39 +000044LN = @LN@
Alexandre Julliard641ee761997-08-04 16:34:36 +000045LN_S = @LN_S@
Alexandre Julliardfc01b722002-05-12 03:16:39 +000046TOOLSDIR = @TOOLSDIR@
Marcus Meissner1d4db782003-01-09 00:46:54 +000047AS = @AS@
Alexandre Julliardeb5f89c2002-05-24 21:22:10 +000048LD = @LD@
Marcus Meissnera387aa42000-09-26 23:09:47 +000049LDFLAGS = @LDFLAGS@
Alexandre Julliardadbb0982005-08-09 11:12:29 +000050PRELINK = @PRELINK@
Alexandre Julliardff8331e1995-09-18 11:19:54 +000051RM = rm -f
Patrik Stridvalla9be64e1999-07-31 17:39:44 +000052MV = mv
Patrik Stridvalla9be64e1999-07-31 17:39:44 +000053LINT = @LINT@
54LINTFLAGS = @LINTFLAGS@
Huw Davies00acb5f2004-08-17 22:33:14 +000055FONTFORGE = @FONTFORGE@
Alexandre Julliardfc094232003-04-14 21:46:41 +000056INCLUDES = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL)
57EXTRACFLAGS = @EXTRACFLAGS@
Mike McCormackb7443722005-08-11 17:12:18 +000058ALLCFLAGS = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS) $(MODCFLAGS)
Alexandre Julliardfc094232003-04-14 21:46:41 +000059ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS)
Alexandre Julliard16cd8612003-09-24 19:01:44 +000060IDLFLAGS = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS)
Alexandre Julliard5cb97d82005-09-21 14:23:54 +000061WINEBUILDFLAGS = $(DLLFLAGS) --as-cmd "$(AS)"
Alexandre Julliardfc094232003-04-14 21:46:41 +000062MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755
Hans Leidekkera7644502005-05-04 09:55:17 +000063WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check
Alexandre Julliard35363162002-05-22 21:32:49 +000064WINEWRAPPER = $(TOPSRCDIR)/tools/winewrapper
Richard Cohen6039fb02003-07-21 22:01:07 +000065C2MAN = $(TOPSRCDIR)/tools/c2man.pl
Dimitrie O. Paune39e8a12002-11-11 20:25:54 +000066RUNTEST = $(TOPSRCDIR)/tools/runtest
Alexandre Julliardfc01b722002-05-12 03:16:39 +000067WINEBUILD = $(TOOLSDIR)/tools/winebuild/winebuild
68MAKEDEP = $(TOOLSDIR)/tools/makedep
Alexandre Julliardbcb75912005-03-16 20:02:17 +000069MAKECTESTS = $(TOOLSDIR)/tools/make_ctests
Alexandre Julliardfc01b722002-05-12 03:16:39 +000070WRC = $(TOOLSDIR)/tools/wrc/wrc
Dimitrie O. Paun54e6b0d2003-10-03 05:01:33 +000071BIN2RES = $(TOOLSDIR)/tools/bin2res
Alexandre Julliardfc01b722002-05-12 03:16:39 +000072WMC = $(TOOLSDIR)/tools/wmc/wmc
Alexandre Julliarded2f8fc2002-12-03 23:36:05 +000073WIDL = $(TOOLSDIR)/tools/widl/widl
Alexandre Julliardccc3d662004-03-02 06:58:21 +000074WINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc
Alexandre Julliard35842ca2006-02-17 11:42:17 +010075RELPATH = $(TOOLSDIR)/tools/relpath
Huw Davies00acb5f2004-08-17 22:33:14 +000076SFNT2FNT = $(TOOLSDIR)/tools/sfnt2fnt
77FNT2FON = $(TOOLSDIR)/tools/fnt2fon
Dimitrie O. Paun1a1f9bf2003-05-06 18:34:53 +000078RC = $(WRC)
79RC16 = $(WRC)
Alexandre Julliard49b9c762003-12-13 03:19:34 +000080RCFLAGS = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS)
Dimitrie O. Paun1a1f9bf2003-05-06 18:34:53 +000081RC16FLAGS = -O res16 $(RCFLAGS)
Alexandre Julliard2a93f852002-12-11 01:34:51 +000082LDPATH = @LDPATH@
83DLLDIR = $(TOPOBJDIR)/dlls
Alexandre Julliarde1a9b102003-05-01 03:16:21 +000084LIBDIR = $(TOPOBJDIR)/libs
Alexandre Julliard6a9fe362003-03-19 22:09:16 +000085LIBPORT = -L$(TOPOBJDIR)/libs/port -lwine_port
Alexandre Julliard7ab9a712003-03-21 05:06:48 +000086LIBUNICODE = -L$(TOPOBJDIR)/libs/unicode -lwine_unicode
Alexandre Julliard2d1c7902003-03-22 20:40:48 +000087LIBWINE = -L$(TOPOBJDIR)/libs/wine -lwine
Alexandre Julliardb0182392000-12-06 00:04:10 +000088
Alexandre Julliardff8331e1995-09-18 11:19:54 +000089@SET_MAKE@
90
Alexandre Julliard641ee761997-08-04 16:34:36 +000091# Installation infos
92
Alexandre Julliardf673b712002-06-14 23:48:27 +000093INSTALL = @INSTALL@ $(INSTALL_FLAGS)
94INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
95INSTALL_SCRIPT = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
96INSTALL_DATA = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
Alexandre Julliard641ee761997-08-04 16:34:36 +000097prefix = @prefix@
98exec_prefix = @exec_prefix@
99bindir = @bindir@
100libdir = @libdir@
Alexandre Julliard1d8d0172002-08-02 19:34:21 +0000101datadir = @datadir@
Alexandre Julliard641ee761997-08-04 16:34:36 +0000102infodir = @infodir@
Alexandre Julliardd6baf1b1999-07-18 15:47:22 +0000103mandir = @mandir@
Alexandre Julliard9bb05fc2002-05-14 18:36:54 +0000104sysconfdir = @sysconfdir@
105includedir = @includedir@/wine
Alexandre Julliardc1bfca02002-03-20 22:19:06 +0000106dlldir = @libdir@/wine
Alexandre Julliardd6baf1b1999-07-18 15:47:22 +0000107prog_manext = 1
Jon Griffiths35345f22003-03-15 19:48:34 +0000108api_manext = 3w
Alexandre Julliardd6baf1b1999-07-18 15:47:22 +0000109conf_manext = 5
Alexandre Julliard382dba62005-02-01 14:37:36 +0000110CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
Alexandre Julliard7ddab752005-09-28 18:34:00 +0000111 *.flc *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core
Alexandre Julliard641ee761997-08-04 16:34:36 +0000112
Alexandre Julliardc728efc2002-10-02 02:34:09 +0000113OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000114
Steven Edwards9138fbb2002-07-29 23:28:09 +0000115RCOBJS = $(RC_SRCS:.rc=.res.o)
116LINTS = $(C_SRCS:.c=.ln)
Patrik Stridvalla9be64e1999-07-31 17:39:44 +0000117
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000118# Implicit rules
119
Alexandre Julliard664e4102005-10-06 16:06:04 +0000120.SUFFIXES: .mc .rc .mc.rc .res .res.o .spec .spec.o .idl .tlb .h .ok .sfd .ttf .man.in .man
Alexandre Julliardff8331e1995-09-18 11:19:54 +0000121
122.c.o:
François Gouget1c3a2422001-11-09 19:15:51 +0000123 $(CC) -c $(ALLCFLAGS) -o $@ $<
Alexandre Julliardff8331e1995-09-18 11:19:54 +0000124
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +0000125.s.o:
François Gouget1c3a2422001-11-09 19:15:51 +0000126 $(AS) -o $@ $<
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +0000127
Alexandre Julliard017a61e2000-11-06 05:30:48 +0000128.mc.mc.rc:
Martin Fuchs3f441672002-10-19 17:15:00 +0000129 $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $<
Alexandre Julliardf5aee672000-07-25 17:52:08 +0000130
Alexandre Julliarda845b881998-06-01 10:44:35 +0000131.rc.res:
Dimitrie O. Paun1a1f9bf2003-05-06 18:34:53 +0000132 $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $<
Alexandre Julliarda845b881998-06-01 10:44:35 +0000133
Alexandre Julliardfc01b722002-05-12 03:16:39 +0000134.res.res.o:
135 $(WINDRES) -i $< -o $@
136
Alexandre Julliard5cb97d82005-09-21 14:23:54 +0000137.spec.spec.o:
138 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --main-module $(MODULE) --export $<
Ulrich Weigand3dff7bb1999-07-11 13:58:31 +0000139
Alexandre Julliard233766a2004-09-20 21:48:42 +0000140.idl.h:
Alexandre Julliardd0629242004-10-05 04:44:20 +0000141 $(WIDL) $(IDLFLAGS) -h -H $@ $<
Alexandre Julliard233766a2004-09-20 21:48:42 +0000142
Huw Davies40468462005-01-28 14:13:08 +0000143.idl.tlb:
144 $(WIDL) $(IDLFLAGS) -t -T $@ $<
145
Patrik Stridvalla9be64e1999-07-31 17:39:44 +0000146.c.ln:
147 $(LINT) -c $(ALLLINTFLAGS) $< || ( $(RM) $@ && exit 1 )
148
Alexandre Julliardcaa03382002-02-20 19:03:59 +0000149.c.ok:
Alexandre Julliardedeee892002-08-09 01:22:40 +0000150 $(RUNTEST) $(RUNTESTFLAGS) $< && touch $@
Alexandre Julliardcaa03382002-02-20 19:03:59 +0000151
Huw Davies00acb5f2004-08-17 22:33:14 +0000152.sfd.ttf:
Robert Shearman8b00c3d2005-07-20 17:48:26 +0000153 $(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
Huw Davies00acb5f2004-08-17 22:33:14 +0000154
Alexandre Julliard664e4102005-10-06 16:06:04 +0000155.man.in.man:
156 sed -e 's,@bindir\@,$(bindir),g' -e 's,@dlldir\@,$(dlldir),g' -e 's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
157
Alexandre Julliardd0edc5f2000-03-04 22:31:27 +0000158# 'all' target first in case the enclosing Makefile didn't define any target
159
160all: Makefile
161
Patrik Stridvallb7190292001-07-29 20:20:13 +0000162filter:
163 @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all
164
Alexandre Julliardf673b712002-06-14 23:48:27 +0000165.PHONY: all filter
166
Dimitrie O. Paun54e6b0d2003-10-03 05:01:33 +0000167# Rules for resources
168
169$(RC_BINARIES): $(BIN2RES) $(RC_BINSRC)
170 $(BIN2RES) -f -o $@ $(SRCDIR)/$(RC_BINSRC)
171
Huw Davies40468462005-01-28 14:13:08 +0000172$(RC_SRCS:.rc=.res) $(RC_SRCS16:.rc=.res): $(WRC) $(RC_BINARIES) $(RC_TLB)
Dimitrie O. Paun54e6b0d2003-10-03 05:01:33 +0000173
Alexandre Julliarde66d4211999-03-14 15:22:29 +0000174# Rules for makefile
175
Marcus Meissnerca004e51999-01-03 12:26:22 +0000176Makefile: Makefile.in $(TOPSRCDIR)/configure
177 @echo Makefile is older than $?, please rerun $(TOPSRCDIR)/configure
178 @exit 1
179
Alexandre Julliard46ea8b31998-05-03 19:01:20 +0000180# Rule for linting
181
Patrik Stridvalla9be64e1999-07-31 17:39:44 +0000182$(MODULE).ln : $(LINTS)
183 if test "$(LINTS)" ; \
184 then \
185 $(LINT) $(ALLLINTFLAGS) -o$(MODULE) $(LINTS) ; \
186 $(MV) llib-l$(MODULE).ln $(MODULE).ln ; \
187 else \
188 $(LINT) $(ALLLINTFLAGS) -C$(MODULE) /dev/null ; \
189 fi
190
191lint:: $(MODULE).ln
Alexandre Julliard46ea8b31998-05-03 19:01:20 +0000192
Patrik Stridvall385dc181999-09-29 10:24:19 +0000193# Rules for Windows API checking
194
Alexandre Julliardf673b712002-06-14 23:48:27 +0000195winapi_check:: dummy
Patrik Stridvall385dc181999-09-29 10:24:19 +0000196 $(WINAPI_CHECK) $(WINAPI_CHECK_FLAGS) $(WINAPI_CHECK_EXTRA_FLAGS) .
197
Alexandre Julliardf673b712002-06-14 23:48:27 +0000198.PHONY: winapi_check
199
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000200# Rules for dependencies
201
Alexandre Julliard3a3307d2004-10-07 03:12:44 +0000202$(SUBDIRS:%=%/__depend__): dummy
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000203 cd `dirname $@` && $(MAKE) depend
204
Alexandre Julliard3a3307d2004-10-07 03:12:44 +0000205depend: $(IDL_SRCS:.idl=.h) $(SUBDIRS:%=%/__depend__)
Alexandre Julliardfc094232003-04-14 21:46:41 +0000206 $(MAKEDEP) $(INCLUDES) -C$(SRCDIR) $(C_SRCS) $(C_SRCS16) $(RC_SRCS) $(RC_SRCS16) $(MC_SRCS) $(IDL_SRCS) $(EXTRA_SRCS)
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000207
Alexandre Julliardf673b712002-06-14 23:48:27 +0000208.PHONY: depend $(SUBDIRS:%=%/__depend__)
209
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000210# Rules for cleaning
211
212$(SUBDIRS:%=%/__clean__): dummy
213 cd `dirname $@` && $(MAKE) clean
214
Alexandre Julliard13b0c092002-01-10 03:30:21 +0000215$(SUBDIRS:%=%/__testclean__): dummy
216 cd `dirname $@` && $(MAKE) testclean
217
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000218$(EXTRASUBDIRS:%=%/__clean__): dummy
219 -cd `dirname $@` && $(RM) $(CLEAN_FILES)
220
Alexandre Julliard13b0c092002-01-10 03:30:21 +0000221testclean:: $(SUBDIRS:%=%/__testclean__)
Alexandre Julliard13b0c092002-01-10 03:30:21 +0000222
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000223clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
Alexandre Julliard664e4102005-10-06 16:06:04 +0000224 $(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) $(MANPAGES)
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000225
Alexandre Julliardf673b712002-06-14 23:48:27 +0000226.PHONY: clean testclean $(SUBDIRS:%=%/__clean__) $(SUBDIRS:%=%/__testclean__) $(EXTRASUBDIRS:%=%/__clean__)
227
Alexandre Julliard2f158c22000-06-14 21:45:38 +0000228# Rules for installing
229
Alexandre Julliard2d1c7902003-03-22 20:40:48 +0000230$(SUBDIRS:%=%/__install__): dummy
Alexandre Julliard2f158c22000-06-14 21:45:38 +0000231 cd `dirname $@` && $(MAKE) install
232
Alexandre Julliard2d1c7902003-03-22 20:40:48 +0000233$(SUBDIRS:%=%/__install-lib__): dummy
234 cd `dirname $@` && $(MAKE) install-lib
235
236$(SUBDIRS:%=%/__install-dev__): dummy
237 cd `dirname $@` && $(MAKE) install-dev
238
239$(SUBDIRS:%=%/__uninstall__): dummy
Alexandre Julliard2f158c22000-06-14 21:45:38 +0000240 cd `dirname $@` && $(MAKE) uninstall
241
Alexandre Julliardf673b712002-06-14 23:48:27 +0000242install:: $(INSTALLSUBDIRS:%=%/__install__)
243
244uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
245
Alexandre Julliardada5e652002-12-12 22:03:14 +0000246.PHONY: install install-lib install-dev uninstall \
Alexandre Julliard2d1c7902003-03-22 20:40:48 +0000247 $(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
248 $(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
Alexandre Julliardf673b712002-06-14 23:48:27 +0000249
Alexandre Julliardedeee892002-08-09 01:22:40 +0000250# Rules for checking that no imports are missing
Alexandre Julliard13b0c092002-01-10 03:30:21 +0000251
Alexandre Julliardedeee892002-08-09 01:22:40 +0000252$(SUBDIRS:%=%/__checklink__): dummy
253 @cd `dirname $@` && $(MAKE) checklink
254
255.PHONY: checklink $(SUBDIRS:%=%/__checklink__)
256
257# Rules for testing
Alexandre Julliard13b0c092002-01-10 03:30:21 +0000258
Alexandre Julliardd7c606d2002-04-02 02:58:45 +0000259$(SUBDIRS:%=%/__test__): dummy
260 @cd `dirname $@` && $(MAKE) test
261
Alexandre Julliardc3c587e2002-09-06 19:46:00 +0000262$(SUBDIRS:%=%/__crosstest__): dummy
263 @cd `dirname $@` && $(MAKE) crosstest
264
265.PHONY: check test crosstest $(SUBDIRS:%=%/__test__) $(SUBDIRS:%=%/__crosstest__)
Alexandre Julliardf673b712002-06-14 23:48:27 +0000266
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000267# Misc. rules
268
Alexandre Julliard017a61e2000-11-06 05:30:48 +0000269$(MC_SRCS:.mc=.mc.rc): $(WMC)
Alexandre Julliardf5aee672000-07-25 17:52:08 +0000270
Alexandre Julliard233766a2004-09-20 21:48:42 +0000271$(IDL_SRCS:.idl=.h): $(WIDL)
272
Vincent BĂ©ron860c84b2005-02-08 12:13:10 +0000273$(RC_TLB:.idl=.tlb): $(WIDL)
274
Alexandre Julliardc53ceba2000-04-09 18:19:59 +0000275$(SUBDIRS): dummy
276 @cd $@ && $(MAKE)
Alexandre Julliardff8331e1995-09-18 11:19:54 +0000277
Alexandre Julliardff8331e1995-09-18 11:19:54 +0000278dummy:
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000279
Alexandre Julliardf673b712002-06-14 23:48:27 +0000280.PHONY: dummy $(SUBDIRS)
281
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000282# End of global rules