Mercurial > dropbear
comparison Makefile.in @ 137:a3b58707122b
Pristine compilation works.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 17 Dec 2004 06:26:55 +0000 |
parents | c56d40d54538 |
children | b9d3f725e00b |
comparison
equal
deleted
inserted
replaced
136:fb7147e2fb04 | 137:a3b58707122b |
---|---|
52 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) | 52 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS) |
53 dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS) | 53 dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS) |
54 dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS) | 54 dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS) |
55 scpobjs=$(SCPOBJS) | 55 scpobjs=$(SCPOBJS) |
56 | 56 |
57 VPATH=@srcdir@ | |
58 srcdir=@srcdir@ | |
59 | |
57 prefix=@prefix@ | 60 prefix=@prefix@ |
58 exec_prefix=${prefix} | 61 exec_prefix=${prefix} |
59 bindir=${exec_prefix}/bin | 62 bindir=${exec_prefix}/bin |
60 sbindir=${exec_prefix}/sbin | 63 sbindir=${exec_prefix}/sbin |
61 | 64 |
63 LD=@LD@ | 66 LD=@LD@ |
64 AR=@AR@ | 67 AR=@AR@ |
65 RANLIB=@RANLIB@ | 68 RANLIB=@RANLIB@ |
66 STRIP=@STRIP@ | 69 STRIP=@STRIP@ |
67 INSTALL=@INSTALL@ | 70 INSTALL=@INSTALL@ |
68 CFLAGS=-Ilibtomcrypt @CFLAGS@ | 71 CFLAGS=-I. -I$(srcdir)/libtomcrypt @CFLAGS@ |
69 LIBS=$(LTC) $(LTM) @LIBS@ | 72 LIBS=$(LTC) $(LTM) @LIBS@ |
70 LDFLAGS=@LDFLAGS@ | 73 LDFLAGS=@LDFLAGS@ |
71 | 74 |
72 EXEEXT=@EXEEXT@ | 75 EXEEXT=@EXEEXT@ |
73 | 76 |