annotate src/rocklight/Makefile @ 327:f3f77cbd58f3 trunk

[svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update.
author chainsaw
date Sat, 02 Dec 2006 18:17:14 -0800
parents cf1054422f81
children 0c50f248ed10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
1 include ../../mk/rules.mk
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
2 include ../../mk/init.mk
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
4 OBJECTIVE_LIBS = librocklight$(SHARED_SUFFIX)
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
7
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8 LIBADD = $(GTK_LIBS)
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
9
327
f3f77cbd58f3 [svn] Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update.
chainsaw
parents: 17
diff changeset
10 SOURCES = rocklight.c $(LEDCODE)
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
11
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
12 OBJECTS = ${SOURCES:.c=.o}
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
13
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
15
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
16 include ../../mk/objective.mk