# Steering Wheel Remote # # Douglas Thrift # # $Id$ common := $(shell realpath $(CURDIR)/../Common) include $(common)/common.mk CPPFLAGS += -I$(common) $(shell pkg-config --cflags-only-I glib-2.0) LDFLAGS := -L/usr/local/lib -L$(common) $(shell pkg-config --libs-only-L \ audacious) $(shell pkg-config --libs-only-other audacious) LDLIBS := -lpcre $(shell pkg-config --libs-only-l audacious) .PHONY: all clean all: SteeringWheelRemote SteeringWheelRemote: SteeringWheelRemote.o Audacious.o $(common)/libtruck.a Audacious.o: Audacious.cpp @echo "$(bright)$(white)compile\t$(blue)[$(reset)$(