]> www.average.org Git - psmb.git/blob - src/Makefile
c115768a2540ed8a62b22bb0393b5ca004efe1e2
[psmb.git] / src / Makefile
1 CFLAGS = -pthread -Wall -I../include
2 ARFLAGS = rcsv
3
4 LIB = libpsmb.a
5 OBJ = psmb_socket.o hash64.o
6
7 all: $(LIB)
8
9 $(LIB): $(LIB)($(OBJ))
10
11 hash64.o: hash64.h
12
13 psmb_socket.o: psmb_priv.h hash64.h ../include/psmb.h