18 lines
630 B
Makefile
18 lines
630 B
Makefile
#
|
|
# rcsid $Header: /usr/cvsroot/magic-8.0/mzrouter/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
|
|
#
|
|
|
|
MODULE = mzrouter
|
|
# Provided by configure: the module's source dir + the build top.
|
|
# defs.mak sees `srcdir` already set and skips its own srcdir derivation.
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
MAGICDIR = @top_builddir@
|
|
SRCS = mzBlock.c mzDebug.c mzEstimate.c mzXtndDown.c \
|
|
mzXtndLeft.c mzXtndRght.c mzXtndUp.c mzHint.c mzInit.c mzNumLine.c \
|
|
mzMain.c mzSearch.c mzStart.c mzSubrs.c mzTech.c mzTestCmd.c \
|
|
mzWalk.c
|
|
|
|
include ${MAGICDIR}/defs.mak
|
|
include ${MAGICDIR}/rules.mak
|