all:	lpf

lpf:	lpf.o ../common_source/libcommon.a

install: lpf
	install  -o root -g root -s lpf /usr/sbin

clean:
	rm -f lpf *.o

