magic/gcr/Makefile.in

17 lines
479 B
Makefile
Raw Normal View History

#
# rscid $Header:
#
MODULE = gcr
# 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 = gcrChannel.c gcrColl.c gcrDebug.c gcrEdge.c gcrFeas.c \
gcrFlags.c gcrInit.c gcrLib.c gcrRiver.c gcrRoute.c gcrShwFlgs.c \
2024-10-16 11:28:42 +02:00
gcrUnsplit.c
include ${MAGICDIR}/defs.mak
include ${MAGICSRC}/rules.mak