Mercurial > audlegacy
annotate Plugins/Visualization/paranormal/Makefile @ 1615:e402e0217870 trunk
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author | yaz |
---|---|
date | Mon, 04 Sep 2006 19:47:32 -0700 |
parents | 752f35f5a799 |
children | 79891e2fd8a5 |
rev | line source |
---|---|
1518
0c5dc8ffcc42
[svn] - hook up paranormal -- client interface code doesn't exist yet though
nenolod
parents:
diff
changeset
|
1 include ../../../mk/rules.mk |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1521
diff
changeset
|
2 include ../../../mk/init.mk |
1518
0c5dc8ffcc42
[svn] - hook up paranormal -- client interface code doesn't exist yet though
nenolod
parents:
diff
changeset
|
3 |
1521 | 4 CFLAGS += -fPIC -DPIC -Ipn/ -I../../.. $(ARCH_DEFINES) $(GTK_CFLAGS) $(SDL_CFLAGS) $(XML_CFLAGS) $(XML_CPPFLAGS) |
5 | |
1518
0c5dc8ffcc42
[svn] - hook up paranormal -- client interface code doesn't exist yet though
nenolod
parents:
diff
changeset
|
6 SUBDIRS = pn |
0c5dc8ffcc42
[svn] - hook up paranormal -- client interface code doesn't exist yet though
nenolod
parents:
diff
changeset
|
7 |
1521 | 8 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) |
1518
0c5dc8ffcc42
[svn] - hook up paranormal -- client interface code doesn't exist yet though
nenolod
parents:
diff
changeset
|
9 |
1521 | 10 LIBADD += $(GTK_LIBS) $(SDL_LIBS) $(XML_LIBS) pn/libparanormal.a |
11 | |
12 OBJECTIVE_LIBS = libparanormal.so | |
13 | |
14 SOURCES = client.c | |
15 | |
16 OBJECTS = ${SOURCES:.c=.o} | |
17 | |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1521
diff
changeset
|
18 include ../../../mk/objective.mk |