Import version 1.8.3
[s390-tools.git] / qetharp / Makefile
blobbebd90ef8e6c18f375b43539d2a1a182502f455f
1 include ../common.mak
3 CPPFLAGS += -I../include
5 all: qetharp
7 qetharp.o: qeth26.h qetharp.h
9 qetharp: qetharp.o
11 install: all
12 $(INSTALL) -d -m 755 $(MANDIR)/man8 $(BINDIR)
13 $(INSTALL) -m 755 qetharp $(BINDIR)
14 $(INSTALL) -m 644 qetharp.8 $(MANDIR)/man8
16 clean:
17 rm -f qetharp *.o *~ core
19 .PHONY: all install clean