magic/extract/Makefile.in

18 lines
646 B
Makefile
Raw Permalink Normal View History

#
# rcsid "$Header: /usr/cvsroot/magic-8.0/extract/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"
#
MODULE = extract
# 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 = ExtArray.c ExtBasic.c ExtCell.c ExtCouple.c ExtHard.c \
ExtHier.c ExtLength.c ExtMain.c ExtNghbors.c ExtPerim.c \
ExtRegion.c ExtSubtree.c ExtTech.c ExtTest.c ExtTimes.c ExtYank.c \
2024-10-16 11:28:42 +02:00
ExtInter.c ExtUnique.c
include ${MAGICDIR}/defs.mak
include ${MAGICSRC}/rules.mak