summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/XCOPY/MAKEFILE
blob: d801f95f5953a7ddc34b5414b0ad62810ca5480d (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
37
38
39
40
41
42
43
44
45
46
47
48
49
#************************** makefile for cmd\... ***************************

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

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

all: xcopy.exe

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

xcopy.obj: xcopy.asm \
   makefile \
   $(inc)\versiona.inc \
   $(inc)\copyrigh.inc \
   $(inc)\sysmsg.inc \
   $(inc)\msgserv.asm \
   dos.equ \
   xcopy.equ \
   xcopy.ctl \
   xcopy.cl1 \
   xcopy.cl2 \
   xcopy.cla \
   xmainmsg.equ

xcpyinit.obj: xcpyinit.asm \
   makefile \
   $(inc)\versiona.inc \
   xcopy.equ \
   dos.equ \
   xinitmsg.equ

xcopypar.obj: xcopypar.asm \
   makefile \
   $(inc)\psdata.inc \
   $(inc)\parse.asm

xcopy.exe: xcopy.obj \
   makefile  \
   xcopy.lnk  \
   xcopypar.obj \
   xcpyinit.obj
        link @xcopy.lnk