all:	lptest

lptest:	lptest.o ../common_source/libcommon.a

install: lptest
	install  -o root -g root -s -m755 lptest /usr/bin
	install  -o root -g root -m644 lptest.1 /usr/man/man1

clean:
	rm -f lptest *.o

