summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/XIE/dixie/export/Imakefile
blob: 19ede1e2007a6035456565038561aeed4b4c2763 (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
XCOMM $XConsortium: Imakefile,v 1.5 94/01/12 19:47:21 rws Exp $
XCOMM build device independent export element objects
#include <Server.tmpl>

SRCS1 = eclut.c ecphoto.c edraw.c edrawp.c elut.c ephoto.c
OBJS1 = eclut.o ecphoto.o edraw.o edrawp.o elut.o ephoto.o
		
#if BuildDIS
DEFINES = -DXIE_DIS
#else
SRCS2 = echist.c ecroi.c eroi.c
OBJS2 = echist.o ecroi.o eroi.o
#endif

       SRCS = $(SRCS1) $(SRCS2)

       OBJS = $(OBJS1) $(OBJS2)

   INCLUDES = -I../../include -I$(SERVERSRC)/include -I$(INCLUDESRC) -I$(EXTINCSRC)
   LINTLIBS = ../export/llib-lexp.ln ../import/llib-limp.ln \
              ../process/llib-lproc.ln ../request/llib-lreq.ln
SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(exp,$(SRCS))

NormalLintTarget($(SRCS))

DependTarget()