annotate src/blur_scope/Makefile @ 466:20657d994de8
trunk
[svn] Handle inline metadata. Parsing of tags needs work before it will not crash on
occasion, so it's disabled for now.
author |
iabervon |
date |
Sat, 20 Jan 2007 23:31:12 -0800 |
parents |
ad8e44bcdf8a |
children |
550c9e382cf8 |
rev |
line source |
17
|
1 include ../../mk/rules.mk
|
|
2 include ../../mk/init.mk
|
|
3
|
|
4 OBJECTIVE_LIBS = libbscope$(SHARED_SUFFIX)
|
|
5
|
|
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
|
|
7
|
388
|
8 LIBADD = $(GTK_LIBS)
|
17
|
9
|
|
10 SOURCES = blur_scope.c config.c
|
|
11
|
|
12 OBJECTS = ${SOURCES:.c=.o}
|
|
13
|
388
|
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
|
17
|
15
|
|
16 include ../../mk/objective.mk
|