summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/XIE/mixie/Imakefile
blob: 12b34aa9ec123f8e01ce5532ca3019d182150dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
XCOMM $XConsortium: Imakefile,v 1.4 94/11/21 18:30:38 kaleb Exp $
#include <Server.tmpl>

#define	IHaveSubdirs

#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

NormalDepLibraryTarget(mixie,$(SUBDIRS) $(DONES),$(OBJS))

ForceSubdirs($(SUBDIRS))

DependSubdirs($(SUBDIRS))

MakeLintLibSubdirs($(SUBDIRS))
LintSubdirs($(SUBDIRS))

InstallLinkKitLibrary(mixie,$(LINKKITDIR)/lib)