summaryrefslogtreecommitdiff
path: root/branches/historical-pic-firmware/share/Makefile
blob: 4e1fc4577c71757df00013d63fcfbfe6f567008c (plain)
1
2
3
4
5
6
7
8
9
10
11

SOURCES=serial1.c serial2.c

include ../picmake.inc

$(BUILDDIR)/serial.lib:	$(OBJS)
	gplib -c $(BUILDDIR)/serial.lib $(OBJS)

include ../make.inc

include $(SOURCES:.c=.dep)