hdjd/Makefile

10 lines
266 B
Makefile
Raw Normal View History

2012-08-07 10:44:58 -06:00
all: hdjd aac123
2012-06-26 23:29:48 -06:00
2012-08-07 10:44:58 -06:00
hdjd: CFLAGS += $(shell pkg-config --cflags libusb-1.0)
hdjd: LDFLAGS += $(shell pkg-config --libs libusb-1.0)
aac123: CFLAGS += $(shell pkg-config --cflags alsa)
aac123: LDLIBS += $(shell pkg-config --libs alsa)
aac123: LDLIBS += -lfaad -lmp4ff