summaryrefslogtreecommitdiff
path: root/ext/libressl/crypto/bf/Makefile
blob: dac4abaa77f5eeb5e487f66efa3446ef53fc0dcc (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 = bf_skey.o bf_enc.o bf_ecb.o bf_cfb64.o bf_ofb64.o


all: $(obj)
dep: all

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

clean:
	rm -f *.o *.a