aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.in
blob: 330a47892f04711507859cb7c74b21d530214782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ROOT = ../..
include $(ROOT)/src/common.mk

.PHONY: all
all: $(OBJS)

%.o : %.c $(H_FILE_LIST)
	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@

.PHONY: clean
clean:; rm -fr $(OBJS) *.gcov *.gcda *.gcno *.plist

.PHONY: distclean
distclean: clean
	rm -fr Makefile