File: Makefile.riscos

package info (click to toggle)
pngcheck 3.0.3-1~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: ansic: 5,041; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (9)
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
CC = cc
LD = link
CFLAGS = -c -Otime -Ospace -fa -IC:,Zlib: -DUSE_ZLIB -DCHAR_IS_UNSIGNED -DENGLISH -throwback -depend !Depend
LDFLAGS =

LIBS = zlib:o.zlib C:o.gststubs

# Static dependencies

install:	pngcheck
	squeeze -v pngcheck Boot:Library.pngcheck

pngcheck:	o.pngcheck
	$(LD) $(LDFLAGS) -o pngcheck o.pngcheck $(LIBS)

o.pngcheck:	c.pngcheck
	$(CC) $(CFLAGS) -o o.pngcheck c.pngcheck

# Maintenance

clean:
	remove pngcheck
	remove o.pngcheck

# Dynamic dependencies:
o.pngcheck:	c.pngcheck
o.pngcheck:	Zlib:h.zlib
o.pngcheck:	Zlib:h.zconf