/*
 * Jmakefile for platform specific information
 */

;# Files used to build the daemon
LSRC = names.c commands.c

;# Derived object file names
LOBJ = \
|expand f!$(LSRC)!
    !f:\.c=.o \
-expand \\

;# Where shared archive is located (path and name)
LIBRUN = ../run-time

/* The following are understood by jmake to alter built-in commands */
DPFLAGS = -I$(TOP) -I$(LIBRUN) -I$(LIBRUN)/include
CFLAGS = $(DPFLAGS)

NormalObjectRule()
NormalLibraryTarget(platform,$(LSRC),$(LOBJ))
DependTarget()
LintTarget()
