XCOMM $XConsortium: Imakefile,v 1.5 94/01/12 19:47:21 rws 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$(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()