/* * Jmakefile for shared files */ /* We build a libshared.a archive for shared routines needed by both the * daemon and the client. */ LIBRUN = ../../run-time LIBIDR = ../../idrs DPFLAGS = -I$(TOP) -I$(LIBRUN) -I$(LIBIDR) CFLAGS = $(DPFLAGS) -DWORKBENCH LSRC = com.c identify.c lock.c logfile.c network.c select.c shword.c stack.c \ stream.c system.c transfer.c rqst_idrs.c /* Object files are derived from source files */ LOBJ = \ |expand f!$(LSRC)! !f:\.c=.o \ -expand \\ NormalLibraryTarget(ipc,$(LSRC),$(LOBJ)) DependTarget() LintTarget()