equal
deleted
inserted
replaced
58 ifneq ($(ARCH_DATA_MODEL), 64) |
58 ifneq ($(ARCH_DATA_MODEL), 64) |
59 MSCAPI = mscapi |
59 MSCAPI = mscapi |
60 endif |
60 endif |
61 endif |
61 endif |
62 |
62 |
63 SUBDIRS = ec other action util tools jgss krb5 smartcardio $(PKCS11) \ |
63 # Build in-tree elliptic curve crypto provider only when |
64 $(JGSS_WRAPPER) $(MSCAPI) |
64 # DISABLE_INTREE_EC is not set |
|
65 INTREE_EC = ec |
|
66 ifdef DISABLE_INTREE_EC |
|
67 INTREE_EC = |
|
68 endif |
|
69 |
|
70 SUBDIRS = $(INTREE_EC) other action util tools jgss krb5 smartcardio \ |
|
71 $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI) |
65 |
72 |
66 all build clean clobber:: |
73 all build clean clobber:: |
67 $(SUBDIRS-loop) |
74 $(SUBDIRS-loop) |
68 |
75 |
69 clean:: |
76 clean:: |