File: Makefile

package info (click to toggle)
magic 8.0.210-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 18,148 kB
  • ctags: 12,466
  • sloc: ansic: 175,447; sh: 10,448; perl: 4,105; tcl: 2,917; lisp: 2,554; makefile: 1,898; cpp: 587; csh: 149; awk: 140
file content (16 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (4)
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