aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.in
blob: 49c8057b3817179346ad291a4bee14ba5b2651b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../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