#
# rcsid = "$Header: /ufs/repository/magic/net2ir/Makefile,v 1.3 2001/01/12 22:13:05 jsolomon Exp $"
#

MODULE   = net2ir
MAGICDIR = ..
SRCS     = net2ir.c

EXTRA_LIBS  = ${MAGICDIR}/utils/libutils.a

include ${MAGICDIR}/defs.mak

tcl-main:
	echo "Nothing to do here"

main: net2ir

install: ${BINDIR}/net2ir

install-tcl:
	echo "Nothing to do here"

include ${MAGICDIR}/rules.mak
