2017-04-25 14:41:48 +02:00
|
|
|
#
|
|
|
|
|
# rcsid "$Header: /usr/cvsroot/magic-8.0/extcheck/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
MODULE = extcheck
|
2026-07-22 19:30:32 +02:00
|
|
|
# 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@
|
2017-04-25 14:41:48 +02:00
|
|
|
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"
|
|
|
|
|
|
2026-07-22 21:11:10 +02:00
|
|
|
include ${MAGICSRC}/rules.mak
|