~ubuntu-branches/ubuntu/utopic/nettle/utopic

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2013-03-24 11:38:21 UTC
  • mto: (1.4.6) (3.1.11 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130324113821-3rsmekqi09c93lnh
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
PRE_LDFLAGS = -L..
12
12
 
13
13
OPENSSL_LIBFLAGS = @OPENSSL_LIBFLAGS@
14
 
BENCH_LIBS = @BENCH_LIBS@
 
14
BENCH_LIBS = @BENCH_LIBS@ -lm
15
15
 
16
16
RSA_TARGETS = rsa-keygen$(EXEEXT) rsa-sign$(EXEEXT) \
17
17
              rsa-verify$(EXEEXT) rsa-encrypt$(EXEEXT) rsa-decrypt$(EXEEXT)
39
39
.c.$(OBJEXT):
40
40
        $(COMPILE) -c $< && $(DEP_PROCESS)
41
41
 
42
 
$(getopt_OBJS) ../nettle-internal.$(OBJEXT):
43
 
        ( cd .. && $(MAKE) $@ )
 
42
# NOTE: If we required GNU make, we could use a single rule with $(@F)
 
43
# or $(notdir $@)
 
44
../getopt.$(OBJEXT):
 
45
        ( cd .. && $(MAKE) getopt.$(OBJEXT))
 
46
../getopt1.$(OBJEXT):
 
47
        ( cd .. && $(MAKE) getopt1.$(OBJEXT))
 
48
../nettle-internal.$(OBJEXT):
 
49
        ( cd .. && $(MAKE) nettle-internal.$(OBJEXT))
44
50
 
45
51
# For Solaris and BSD make, we have to use an explicit rule for each executable
46
52
next-prime$(EXEEXT): next-prime.$(OBJEXT) $(GETOPT_OBJS) ../libhogweed.a