summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/NLSFUNC/MAKEFILE
blob: 912c42c4962a9a4993f2d232f4b7884d99a87f44 (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
#************************** makefile for cmd\... ***************************

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

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

all: nlsfunc.exe

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


nlsfunc.obj: nlsfunc.asm	  \
	     funcdbcs.inc	  \
	     msg2nls.inc	  \
	     funcparm.inc	  \
	     nlsfunc.ctl	  \
	     nlsfunc.cla	  \
	     nlsfunc.cl1	  \
	     nlsfunc.cl2	  \
	     doesmac.inc       \
	     $(inc)\mult.inc     \
	     $(inc)\msgserv.asm   \
	     $(inc)\doscntry.inc \
	     $(inc)\devsym.inc   \
	     $(inc)\struc.inc    \
	     $(inc)\copyrigh.inc \
	     makefile

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



nlsfunc.exe: nlsfunc.obj nlsparm.obj
	link nlsfunc+nlsparm;