summaryrefslogtreecommitdiffstats
path: root/private/nw/nw16/inc/makefile
blob: ad117a13772d094efc0252c68491a2f0bbba2950 (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
!IF 0

Copyright (c) 1991 & 1993  Microsoft Corporation

Module Name:

    makefile

Abstract:

    makefile for Vdm NetWare Redir program

Author:

    Richard L Firth (rfirth) 13-Sep-1991

Revision History:

    13-Sep-1991 rfirth
        Created

!ENDIF

.SUFFIXES:
.SUFFIXES:  .asm .h

.h.inc:
    h2inc $< -o $*.inc

nwdos.inc:  nwdos.h

clean:
    del *.inc
    $(MAKE)