]> git.ipfire.org Git - thirdparty/util-linux.git/blob - lib/Makefile
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / lib / Makefile
1 include ../make_include
2 include ../MCONFIG
3
4 all: err.o my_reboot.o setproctitle.o env.o carefulputc.o
5
6 err.o: err.c
7
8 my_reboot.o: my_reboot.c linux_reboot.h
9
10 env.o: env.h
11
12 setproctitle.o: setproctitle.h
13
14 carefulputc.o: carefulputc.h
15
16 .PHONY: clean
17 clean:
18 -rm -f *.o *~ core
19
20 install: