8 |
|
|
9 |
|
include $(common)/common.mk |
10 |
|
|
11 |
< |
CPPFLAGS := -MD -I/usr/local/include -I$(common) \ |
12 |
< |
$(shell pkg-config --cflags-only-I glib-2.0) |
13 |
< |
CXXFLAGS := -Wall -pedantic -g -O2 |
14 |
< |
LDFLAGS := -L/usr/local/lib -L$(common) $(shell pkg-config --libs-only-L audacious) \ |
15 |
< |
$(shell pkg-config --libs-only-other audacious) |
11 |
> |
CPPFLAGS += -I$(common) $(shell pkg-config --cflags-only-I glib-2.0) |
12 |
> |
LDFLAGS := -L/usr/local/lib -L$(common) $(shell pkg-config --libs-only-L \ |
13 |
> |
audacious) $(shell pkg-config --libs-only-other audacious) |
14 |
|
LDLIBS := -lpcre $(shell pkg-config --libs-only-l audacious) |
15 |
|
|
16 |
|
.PHONY: all clean |