summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/XIE/mixie/control/Imakefile
blob: b5c9dc35d5d71cc15cecaf8a1909d736731883a0 (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
27
28
29
30
31
32
XCOMM $XConsortium: Imakefile,v 1.4 93/11/07 10:57:19 rws Exp $
XCOMM build device dependent machine independent control objects
#include <Server.tmpl>

       SRCS = 	analyze.c \
		domain.c \
		floman.c \
		sched.c \
		strip.c 

       OBJS = 	analyze.o \
		domain.o \
		floman.o \
		sched.o \
		strip.o 

#if BuildDIS
    DEFINES = -DXIE_DIS
#endif

   INCLUDES = -I../include -I../../include -I$(SERVERSRC)/include -I$(INCLUDESRC) -I$(INCLUDESRC)/extensions
   LINTLIBS = ../../dixie/export/llib-lexp.ln ../../dixie/import/llib-limp.ln \
              ../../dixie/process/llib-lproc.ln ../../dixie/request/llib-lreq.ln \
              ../control/llib-lctrl.ln ../export/llib-lmexp.ln ../fax/llib-lfax.ln \
              ../import/llib-lmimp.ln ../jpeg/llib-ljpeg.ln ../process/llib-lmproc.ln

SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(ctrl,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()