XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:47:33 cpqbld Exp $ XCOMM $XFree86: xc/programs/Xserver/XIE/mixie/Imakefile,v 3.17 2001/01/17 22:12:59 dawes Exp $ #define IHaveModules #include #if BuildDIS SUBDIRS = control fax import process export OBJS = control/?*.o fax/?*.o import/?*.o process/?*.o export/?*.o DONES = control/DONE fax/DONE import/DONE process/DONE export/DONE #else SUBDIRS = control fax import jpeg process export OBJS = control/?*.o fax/?*.o import/?*.o jpeg/?*.o process/?*.o export/?*.o DONES = control/DONE fax/DONE import/DONE jpeg/DONE process/DONE export/DONE #endif #define IHaveSubdirs #if HasParallelMake MakeMutex($(SUBDIRS) $(OBJS) $(DONES)) #endif #if HasGnuMake || HasBsdMake $(DONES): $(SUBDIRS) #endif DepLibraryModuleTarget(mixie,$(SUBDIRS) $(DONES),$(OBJS)) ForceSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) MakeLintLibSubdirs($(SUBDIRS)) LintSubdirs($(SUBDIRS))