magic/gcr/Makefile

13 lines
285 B
Makefile
Raw Normal View History

#
# rscid $Header:
#
MODULE = gcr
MAGICDIR = ..
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 ${MAGICDIR}/rules.mak