summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/MORE/MAKEFILE
blob: 9121b53878238aa5717fbdc1d5163a73b69a8354 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#************************ makefile for cmd\more *************************

msg	=..\..\messages
dos	=..\..\dos
inc	=..\..\inc
hinc	=..\..\h

#
#######################	dependencies begin here. #########################
#

all: more.com

more.ctl:       more.skl \
                $(msg)\$(COUNTRY).msg \
                makefile

more.obj: more.asm             \
          more.inc             \
          makefile             \
          more.ctl             \
          more.cla             \
          more.cl1             \
          more.cl2             \
          $(inc)\syscall.inc   \
          $(inc)\struc.inc     \
          $(inc)\msgserv.asm   \
          $(inc)\sysmsg.inc    \
          $(inc)\versiona.inc  \
          $(inc)\copyrigh.inc

more.com: more.obj \
          more.lnk 
        link @more.lnk
        exe2bin more.exe more.com
        del more.exe