summaryrefslogtreecommitdiff
path: root/ecp/src/ecp/ext/Makefile
blob: 0e61e83f152a0e7b7df9cc6cf1f093fd6cad05ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include ../common.mk

obj = ext.o frag.o rbuf.o rbuf_send.o rbuf_recv.o msgq.o


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

all: $(obj)
	$(AR) rcs libecpext.a $(obj)

clean:
	rm -f *.o *.a