1 # Makefile settings shared between Makefiles.
8 CCPIC_MAYBE
= @CCPIC_MAYBE@
20 CC_FOR_BUILD
= @CC_FOR_BUILD@
21 EXEEXT_FOR_BUILD
= @EXEEXT_FOR_BUILD@
23 DEP_FLAGS
= @DEP_FLAGS@
24 DEP_PROCESS
= @DEP_PROCESS@
26 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
27 PACKAGE_NAME
= @PACKAGE_NAME@
28 PACKAGE_STRING
= @PACKAGE_STRING@
29 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
30 PACKAGE_VERSION
= @PACKAGE_VERSION@
32 SHLIBCFLAGS
= @SHLIBCFLAGS@
34 LIBNETTLE_MAJOR
= @LIBNETTLE_MAJOR@
35 LIBNETTLE_MINOR
= @LIBNETTLE_MINOR@
36 LIBNETTLE_SONAME
= @LIBNETTLE_SONAME@
37 LIBNETTLE_FILE
= @LIBNETTLE_FILE@
38 LIBNETTLE_FILE_SRC
= @LIBNETTLE_FILE_SRC@
39 LIBNETTLE_FORLINK
= @LIBNETTLE_FORLINK@
40 LIBNETTLE_LIBS
= @LIBNETTLE_LIBS@
41 LIBNETTLE_LINK
= @LIBNETTLE_LINK@
43 LIBHOGWEED_MAJOR
= @LIBHOGWEED_MAJOR@
44 LIBHOGWEED_MINOR
= @LIBHOGWEED_MINOR@
45 LIBHOGWEED_SONAME
= @LIBHOGWEED_SONAME@
46 LIBHOGWEED_FILE
= @LIBHOGWEED_FILE@
47 LIBHOGWEED_FILE_SRC
= @LIBHOGWEED_FILE_SRC@
48 LIBHOGWEED_FORLINK
= @LIBHOGWEED_FORLINK@
49 LIBHOGWEED_LIBS
= @LIBHOGWEED_LIBS@
50 LIBHOGWEED_LINK
= @LIBHOGWEED_LINK@
52 GMP_NUMB_BITS
= @GMP_NUMB_BITS@
57 AUTOHEADER
= autoheader
64 exec_prefix = @
exec_prefix@
65 datarootdir
= @datarootdir@
68 includedir = @
includedir@
71 # PRE_CPPFLAGS and PRE_LDFLAGS lets each Makefile.in prepend its own
72 # flags before CPPFLAGS and LDFLAGS.
74 COMPILE
= $(CC
) $(PRE_CPPFLAGS
) $(CPPFLAGS
) $(DEFS
) $(CFLAGS
) $(CCPIC
) $(DEP_FLAGS
)
75 COMPILE_CXX
= $(CXX
) $(PRE_CPPFLAGS
) $(CPPFLAGS
) $(DEFS
) $(CXXFLAGS
) $(CCPIC
) $(DEP_FLAGS
)
76 LINK
= $(CC
) $(CFLAGS
) $(PRE_LDFLAGS
) $(LDFLAGS
)
77 LINK_CXX
= $(CXX
) $(CXXFLAGS
) $(PRE_LDFLAGS
) $(LDFLAGS
)
79 # Default rule. Must be here, since config.make is included before the
83 # For some reason the suffixes list must be set before the rules.
84 # Otherwise BSD make won't build binaries e.g. aesdata. On the other
85 # hand, AIX make has the opposite idiosyncrasies to BSD, and the AIX
86 # compile was broken when .SUFFIXES was moved here from Makefile.in.
89 .SUFFIXES
: .asm .s .c .
$(OBJEXT
) .p
$(OBJEXT
) .html .
dvi .
info .exe .pdf .ps .texinfo
91 # Disable builtin rule
98 .PHONY
: all check install uninstall clean distclean mostlyclean maintainer-clean distdir \
99 all-here check-here install-here clean-here distclean-here mostlyclean-here \
100 maintainer-clean-here distdir-here \
101 install-shared install-info install-headers \
102 uninstall-shared uninstall-info uninstall-headers \