summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
blob: 78dddedbe74402237f2e63a44c5b2b47cbdb35a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIB=	disk
SRCS=	blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \
	create_chunk.c rules.c write_disk.c data.c

CFLAGS+= 	-Wall -g
CLEANFILES+=	tmp.c tst01 tst01.o
VPATH=		${.CURDIR}/../../sbin/disklabel
NOPROFILE=	yes
NOSHARED=	yes

.include <bsd.lib.mk>

BOOTS=/usr/mdec

data.c:
	file2c 'const unsigned char boot1[] = {' '};' \
                < ${BOOTS}/boot1 > tmp.c
	file2c 'const unsigned char boot2[] = {' '};' \
                < ${BOOTS}/boot2 >> tmp.c
	mv tmp.c data.c

tst01: tst01.o libdisk.a
	cc ${CFLAGS} -static tst01.o -o tst01 libdisk.a
OpenPOWER on IntegriCloud