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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
4 CFLAGS += -fPIC -DPIC -Ipn/ -I../../.. $(ARCH_DEFINES) $(GTK_CFLAGS) $(SDL_CFLAGS) $(XML_CFLAGS) $(XML_CPPFLAGS)
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
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
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
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
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
10 LIBADD += $(GTK_LIBS) $(SDL_LIBS) $(XML_LIBS) pn/libparanormal.a
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
11
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
12 OBJECTIVE_LIBS = libparanormal.so
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
13
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
14 SOURCES = client.c
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
15
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
16 OBJECTS = ${SOURCES:.c=.o}
752f35f5a799 [svn] - paranormal in theory works on audacious
nenolod
parents: 1518
diff changeset
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