XCOMM $XConsortium: Imakefile /main/5 1996/09/28 16:55:55 rws $ XCOMM $XFree86: xc/programs/Xserver/XIE/mixie/control/Imakefile,v 3.2 1996/12/23 06:26:53 dawes Exp $ XCOMM build device dependent machine independent control objects #include 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$(XINCLUDESRC) -I$(XINCLUDESRC)/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 #define DoSharedLib XieDynamicModule #include SubdirLibraryRule($(OBJS)) LintLibraryTarget(ctrl,$(SRCS)) NormalLintTarget($(SRCS)) DependTarget()