Mercurial > audlegacy
annotate Plugins/Visualization/paranormal/Makefile @ 1625:79891e2fd8a5 trunk
[svn] - use $(SHARED_SUFFIX)
- use $(PICFLAGS)
- use $(PICLDFLAGS)
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 13:21:40 -0700 |
parents | e402e0217870 |
children |
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 |
1625 | 4 CFLAGS += $(PICFLAGS) -Ipn/ -I../../.. $(ARCH_DEFINES) $(GTK_CFLAGS) $(SDL_CFLAGS) $(XML_CFLAGS) $(XML_CPPFLAGS) |
1521 | 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 | |
1625 | 12 OBJECTIVE_LIBS = libparanormal$(SHARED_SUFFIX) |
1521 | 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 |