aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats/Makefile.in
blob: 4ada23c233d694556e35da9d5ce0be9922142a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: ../../etc/profstats

include ../common.mk

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

../../etc/profstats: $(OBJS)
	$(CC)  $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS)

clean:; rm -fr *.o ../../etc/profstats *.gcov *.gcda *.gcno *.plist

distclean: clean
	rm -fr Makefile