XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:23 cpqbld Exp $ XCOMM $XFree86: xc/programs/Xserver/XIE/dixie/Imakefile,v 3.16 2001/01/17 22:12:47 dawes Exp $ XCOMM build dixie archive #define IHaveModules #include SUBDIRS = request import process export OBJS = request/?*.o import/?*.o process/?*.o export/?*.o DONES = request/DONE import/DONE process/DONE export/DONE #define IHaveSubdirs #if HasParallelMake MakeMutex($(SUBDIRS) $(OBJS) $(DONES)) #endif #if HasGnuMake || HasBsdMake $(DONES): $(SUBDIRS) #endif DepLibraryModuleTarget(dixie,$(SUBDIRS) $(DONES),$(OBJS)) ForceSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) MakeLintLibSubdirs($(SUBDIRS)) LintSubdirs($(SUBDIRS))