Always build library object files with shared library cflags
[openssl.git] / crypto / engine / Makefile.in
index c93021f595da63cb99f8f2bbbe674987b3206c4d..8435e7576c0dbf64e2253bd3b19767c921928803 100644 (file)
@@ -10,27 +10,27 @@ CFLAG=-g
 MAKEFILE=      Makefile
 AR=            ar r
 
-CFLAGS= $(INCLUDES) $(CFLAG)
+CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG)
 
 GENERAL=Makefile
 
 LIB=$(TOP)/libcrypto.a
 LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
        eng_table.c eng_pkey.c eng_fat.c eng_all.c \
-       tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_store.c \
+       tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c \
        tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \
        eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \
        eng_rdrand.c
 LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \
        eng_table.o eng_pkey.o eng_fat.o eng_all.o \
-       tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_store.o \
+       tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o \
        tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o tb_eckey.o \
        eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o \
        eng_rdrand.o
 
 SRC= $(LIBSRC)
 
-HEADER=        
+HEADER=
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 
@@ -48,7 +48,7 @@ files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
 depend:
-       $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
+       $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC)
 
 clean:
        rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff