summaryrefslogtreecommitdiff
path: root/commands/Makefile
blob: e934dae8013a4ad6fbf1867ad04f8e6a93121c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# rcsid $Header: /usr/cvsroot/magic-8.0/commands/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
#

MODULE    = commands
MAGICDIR  = ..
SRCS      = CmdSubrs.c CmdAB.c CmdCD.c CmdE.c CmdFI.c \
            CmdLQ.c CmdRS.c CmdTZ.c CmdWizard.c CmdAuto.c

# Force the module to regenerate the symbolic link in the readline
# directory, as it may be needed by CmdFI.c (in the non-Tcl compile)

module: lib${MODULE}.o

include ${MAGICDIR}/defs.mak
include ${MAGICDIR}/rules.mak