summaryrefslogtreecommitdiff
path: root/scard/Makefile.in
blob: ab4e22043949a443815234e6008559161b425a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: Makefile.in,v 1.4 2002/04/26 01:25:41 djm Exp $

prefix=@prefix@
datadir=@datadir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@

INSTALL=@INSTALL@

VPATH=@srcdir@

all:

#Ssh.bin:  Ssh.bin.uu
#	uudecode Ssh.bin.uu

clean:
#	rm -rf Ssh.bin

distprep:
	uudecode Ssh.bin.uu

distclean: clean
	rm -f Makefile *~

install: $(srcdir)/Ssh.bin
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
	$(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin