~ubuntu-branches/ubuntu/hoary/s390-tools/hoary

« back to all changes in this revision

Viewing changes to qetharp/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2004-06-27 18:45:15 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040627184515-q7lnvli1j94gr6dv
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Common definitions
 
2
include ../common.mak
 
3
 
 
4
CFLAGS        = -Wall -O2
 
5
 
 
6
all: qetharp-2.4 qetharp-2.6
 
7
 
 
8
qetharp-2.4: qetharp24.c
 
9
        $(CC) $(CFLAGS) -o qetharp-2.4 qetharp24.c
 
10
 
 
11
qetharp-2.6: qetharp26.c
 
12
        $(CC) $(CFLAGS) -o qetharp-2.6 qetharp26.c
 
13
 
 
14
install: all
 
15
        $(INSTALL) -d -m 755 $(MANDIR)/man8 $(BINDIR)
 
16
        $(INSTALL) -m 700 qetharp $(BINDIR)
 
17
        $(INSTALL) -m 700 qetharp-2.4 $(BINDIR)
 
18
        $(INSTALL) -m 700 qetharp-2.6 $(BINDIR)
 
19
        $(INSTALL) -m 644 qetharp.8 $(MANDIR)/man8 
 
20
 
 
21
clean:
 
22
        rm -f qetharp-2.4 qetharp-2.6 *.o *~ core