2017-04-25 14:41:48 +02:00
|
|
|
#
|
|
|
|
|
# rcsid $Header: /usr/cvsroot/magic-8.0/cif/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
MODULE = cif
|
2026-07-22 19:04:21 +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 = CIFgen.c CIFhier.c CIFmain.c CIFrdcl.c CIFrdpt.c CIFrdpoly.c \
|
|
|
|
|
CIFrdtech.c CIFrdutils.c CIFsee.c CIFtech.c CIFwrite.c
|
|
|
|
|
|
|
|
|
|
include ${MAGICDIR}/defs.mak
|
2026-07-22 21:11:10 +02:00
|
|
|
include ${MAGICSRC}/rules.mak
|