Mercurial > audlegacy-plugins
comparison src/rocklight/Makefile @ 411:78a5e9c37469 trunk
[svn] - Rework and clean up code
- Add generic support for /sys/class/leds/ LEDs, used for Apple PMU and SMU
- Make rocklight configurable in configure
author | hansmi |
---|---|
date | Sat, 06 Jan 2007 07:40:46 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
410:4333f0bbcc55 | 411:78a5e9c37469 |
---|---|
5 | 5 |
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) | 6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) |
7 | 7 |
8 LIBADD = $(GTK_LIBS) | 8 LIBADD = $(GTK_LIBS) |
9 | 9 |
10 SOURCES = rocklight.c $(LEDCODE) | 10 SOURCES = rocklight.c thinklight.c sysled.c |
11 | 11 |
12 OBJECTS = ${SOURCES:.c=.o} | 12 OBJECTS = ${SOURCES:.c=.o} |
13 | 13 |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
15 | 15 |