re-establish kernel assert()s.
[minix.git] / commands / profile / Makefile
blob2fa766aaa84377005a332c7469e31a965f7ca6c5
1 # Makefile for profile and profalyze.pl
3 CC=exec cc
5 all: profile sprofalyze.pl cprofalyze.pl
7 profile: profile.c
8 $(CC) -o $@ profile.c
9 install -S 65m $@
10 sprofalyze.pl:
11 install $@
13 cprofalyze.pl:
14 install $@
16 install: /usr/bin/profile /usr/bin/sprofalyze.pl /usr/bin/cprofalyze.pl
18 /usr/bin/profile: profile
19 install -cs -o bin $? $@
21 /usr/bin/sprofalyze.pl: sprofalyze.pl
22 install -o bin $? $@
24 /usr/bin/cprofalyze.pl: cprofalyze.pl
25 install -o bin $? $@
27 clean:
28 rm -f *.o core *.bak profile