XCOMM $XConsortium: Imakefile /main/6 1996/09/28 16:55:25 rws $ XCOMM $XFree86: xc/programs/Xserver/XIE/dixie/export/Imakefile,v 3.2 1996/12/23 06:26:40 dawes Exp $ XCOMM build device independent export element objects #include 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$(XINCLUDESRC) -I$(EXTINCSRC) LINTLIBS = ../export/llib-lexp.ln ../import/llib-limp.ln \ ../process/llib-lproc.ln ../request/llib-lreq.ln #define DoSharedLib XieDynamicModule #include SubdirLibraryRule($(OBJS)) LintLibraryTarget(exp,$(SRCS)) NormalLintTarget($(SRCS)) DependTarget()