X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=179700ee8da9bceff4062acdf93eb00fc4ba7a6f;hb=4ed3210133fb9f990c3d34fd04619867656c74e3;hp=123de57cef310a1cd6fde4bcf75b1793728dcf1e;hpb=c063b28a99d7ee825bcc84e00737469049592169;p=fips diff --git a/Makefile.local b/Makefile.local index 123de57..179700e 100644 --- a/Makefile.local +++ b/Makefile.local @@ -8,8 +8,18 @@ FINAL_FIPS_LDFLAGS = $(LDFLAGS) $(AS_NEEDED_LDFLAGS) $(CONFIGURE_LDFLAGS) FINAL_LIBFIPS_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS) -ldl FINAL_FIPS_LINKER = CC +ALL_TARGETS = fips + +ifeq ($(COMPILER_SUPPORTS_32),Yes) +ALL_TARGETS += libfips-32.so +endif + +ifeq ($(COMPILER_SUPPORTS_64),Yes) +ALL_TARGETS += libfips-64.so +endif + .PHONY: all -all: fips libfips-64.so libfips-32.so +all: $(ALL_TARGETS) ifeq ($(MAKECMDGOALS),) ifeq ($(shell cat .first-build-message 2>/dev/null),)