]> andersk Git - splint.git/blame - lib/Makefile.os2
Fixed line numbering in faq.html
[splint.git] / lib / Makefile.os2
CommitLineData
87fa79e5 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
7include ../os2/make.vars\r
8\r
9DATAFILES = standard.h standard.lcd standardstrict.lcd posix.h posix.lcd \\r
10 posixstrict.lcd unix.h unix.lcd unixstrict.lcd \r
11SPLINT = ../bin/splint$(EXEEXT)\r
12\r
13all: $(DATAFILES)\r
14\r
15clean: $(RM) -f $(DATAFILES)\r
16\r
17standard.lcd: standard.h $(SPLINT)\r
18 -$(SPLINT) -nof -nolib +impconj standard.h -dump standard\r
19 @touch $@\r
20\r
21standardstrict.lcd: standard.h $(SPLINT)\r
22 -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict\r
23 @touch $@\r
24\r
25posix.lcd: standard.h posix.h $(SPLINT)\r
26 -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix\r
27 @touch $@\r
28\r
29posixstrict.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
33unix.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
37unixstrict.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.064597 seconds and 5 git commands to generate.