summaryrefslogtreecommitdiffstats
path: root/private/net/makefil0
blob: d2035b5d97ab8f986dfc7e89e0aa4f5475073f38 (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
#
# If BUILDMSG is not defined, the define it as the empty string to make
# the conditionals easier to write.
#

!INCLUDE $(NTMAKEENV)\makefile.plt

TARGETSRCS= inc\dosprint.h inc\rxprint.h

all: $(TARGETSRCS)
!IF "$(BUILDMSG)" != ""
    @ech ; $(BUILDMSG) ;
!ENDIF

clean: cleansrc all

cleansrc:
    -erase $(TARGETSRCS)

inc\dosprint.h: inc\dosprint.x
    wcshdr < inc\dosprint.x > inc\dosprint.h

inc\rxprint.h: inc\rxprint.x
    wcshdr < inc\rxprint.x > inc\rxprint.h