/* * Jmakefile for ewb (client) */ ;# Files used to build the daemon LSRC = ewb_proto.c eproto.c eif_in.c eif_out.c ewb_init.c ewb_dumped.c ;# Derived object file names LOBJ = \ |expand f!$(LSRC)! !f:\.c=.o \ -expand \\ ;# Where shared archive is located (path and name) LIB_SHARED = ../shared LIB_IDR = ../../idrs /* The following are understood by jmake to alter built-in commands */ RUN_TIME = ../../run-time DPFLAGS = -I$(TOP) -I$(LIB_SHARED) -I$(RUN_TIME) -I$(LIB_IDR) -I$(RUN_TIME)/include CFLAGS = $(DPFLAGS) -DEIF_IPC NormalObjectRule() NormalLibraryTarget(ewb,$(LSRC),$(LOBJ)) DependTarget() LintTarget()