]> andersk Git - splint.git/blob - lib/Makefile.os2
985b66f60d43bbba8e70db5a0903caa2503a9327
[splint.git] / lib / Makefile.os2
1 #\r
2 # splint Makefile for GNU Make on OS/2 systems\r
3 #\r
4 # Derived from original Unix makefile by Herbert\r
5 #\r
6 \r
7 include ../os2/make.vars\r
8 \r
9 DATAFILES = standard.h standard.lcd standardstrict.lcd posix.h posix.lcd \\r
10         posixstrict.lcd unix.h unix.lcd unixstrict.lcd \r
11 SPLINT = ../bin/splint$(EXEEXT)\r
12 \r
13 all: $(DATAFILES)\r
14 \r
15 clean: $(RM) -f $(DATAFILES)\r
16 \r
17 standard.lcd: standard.h $(SPLINT)\r
18         -$(SPLINT) -nof -nolib +impconj standard.h -dump standard\r
19         @touch $@\r
20 \r
21 standardstrict.lcd: standard.h $(SPLINT)\r
22         -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict\r
23         @touch $@\r
24 \r
25 posix.lcd: standard.h posix.h $(SPLINT)\r
26         -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix\r
27         @touch $@\r
28 \r
29 posixstrict.lcd: standard.h posix.h $(SPLINT)\r
30         -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict\r
31         @touch $@\r
32 \r
33 unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)\r
34         -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix\r
35         @touch $@\r
36 \r
37 unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)\r
38         -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict\r
39         @touch $@\r
This page took 0.042495 seconds and 3 git commands to generate.