magic/extcheck/Makefile.in

27 lines
613 B
Makefile
Raw Normal View History

#
# rcsid "$Header: /usr/cvsroot/magic-8.0/extcheck/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"
#
MODULE = extcheck
# 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 = extcheck.c
EXTRA_LIBS = ${MAGICDIR}/extflat/libextflat.o ${MAGICDIR}/utils/libutils.a
include ${MAGICDIR}/defs.mak
LIBS += -lm
main: extcheck
install: $(DESTDIR)${BINDIR}/${MODULE}${EXEEXT}
install-tcl:
echo "Nothing to do here"
include ${MAGICSRC}/rules.mak