summaryrefslogtreecommitdiff
path: root/ext/libressl/crypto/aes/Makefile
blob: 2b3c04cdbfd2e0f55edbc02723f2b9340d04bdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../../ssl_common.mk
CFLAGS+= -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS=

obj = aes_core.o aes_ecb.o aes_cbc.o aes_cfb.o aes_ctr.o aes_ige.o aes_ofb.o


all: $(obj)
dep: all

%.o: %.c
	$(CC) $(CFLAGS) -c $<

clean:
	rm -f *.o *.a