# Makefile for hiag
# written by k3sato on March 14th in '95.
# $Id: Makefile,v 1.0 1995/03/31 11:29:57 k3sato Exp k3sato $

SRCS = hiagMain.c	hiagAgentInfo.c	hiagData.c	hiagDirInfo.c \
	hiagMakefile.c	hiagMkInit.c	hiagKeyWord.c	hiagCommon.c

OBJS=${SRCS:c=o} ../daemon/hdHiaInfo.o ../mkhinit/agentInfo.o
TARGET=hiag
TOPDIR=..
CFLAGS_ADD=-D_DEBUG_HIAG -I../heliosd # -D_PATH_DEBUG -pg
LIBS= libheliosd.a

include ${TOPDIR}/Makefile-cmd.inc
