summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/SORT/MAKEFILE
blob: d64b66becb103ab2729845ebc23e85bf7ccaa184 (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\... ***************************

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

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

all: sort.exe

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

sort.obj: sort.asm              \
          makefile              \
          sort.ctl              \
          sort.cla              \
          sort.cl1              \
          sort.cl2              \
          $(inc)\parse.asm      \
          $(inc)\psdata.inc     \
          $(inc)\syscall.inc    \
          $(inc)\msgserv.asm    \
          $(inc)\sysmsg.inc

sortmes.obj: sort.asm           \
          makefile              \
          $(inc)\syscall.inc

sort.exe: sort.obj sortmes.obj
        link sort+sortmes,sort.exe;
        exefix sort.exe 1 1