summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/DISKCOPY/MAKEFILE
blob: 9a3e564099011e5621f469556532d05fac44fbc4 (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
50
51
52
53
54
55
56
57
#************************** makefile for cmd\append ***************************

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

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

all: diskcopy.com

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

diskcopy.obj: diskcopy.asm \
   makefile \
   dcpymacr.inc \
   diskcopy.equ \
   $(inc)\bootform.inc

copyinit.obj: copyinit.asm \
   makefile \
   dcpymacr.inc \
   diskcopy.equ

dcopyp.obj: dcopyp.asm \
   makefile \
   $(inc)\parse.asm

dcopysm.obj: dcopysm.asm \
   makefile \
   $(inc)\sysmsg.inc \
   $(inc)\msghan.inc \
   $(inc)\versiona.inc \
   diskcopy.ctl \
   diskcopy.cla \
   diskcopy.cl1 \
   diskcopy.cl2 \
   dcopyms.inc \
   $(inc)\copyrigh.inc

dcopypar.obj: dcopypar.asm \
   makefile

diskcopy.com: diskcopy.obj \
   makefile \
   diskcopy.lnk \
   dcopysm.obj \
   dcopyp.obj \
   dcopypar.obj \
   copyinit.obj
	link @diskcopy.lnk
	exe2bin diskcopy.exe diskcopy.com
	del diskcopy.exe