equal
deleted
inserted
replaced
15 # Ubuntu: perftools doesn't currently register a .pc file |
15 # Ubuntu: perftools doesn't currently register a .pc file |
16 ifeq ($(UNAME), Linux) |
16 ifeq ($(UNAME), Linux) |
17 debug: CFLAGS += $(CFLAGS_DEBUG) |
17 debug: CFLAGS += $(CFLAGS_DEBUG) |
18 debug: LIBS += -lprofiler |
18 debug: LIBS += -lprofiler |
19 else |
19 else |
20 volta: CFLAGS += -L/opt/local/lib -I/opt/local/include |
20 volta: CFLAGS += -L/opt/local/lib -I/opt/local/include -L/usr/local/lib -I/usr/local/include |
21 debug: CFLAGS += $(CFLAGS_DEBUG)\ |
21 debug: CFLAGS += $(CFLAGS_DEBUG)\ |
22 $(shell pkg-config --cflags-only-I --libs-only-L $(DEPS_DEBUG)) |
22 $(shell pkg-config --cflags-only-I --libs-only-L $(DEPS_DEBUG)) |
23 debug: LIBS += $(shell pkg-config --libs-only-l $(DEPS_DEBUG)) |
23 debug: LIBS += $(shell pkg-config --libs-only-l $(DEPS_DEBUG)) |
24 endif |
24 endif |
25 |
25 |