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
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
1625
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
4 CFLAGS += $(PICFLAGS) -Ipn/ -I../../.. $(ARCH_DEFINES) $(GTK_CFLAGS) $(SDL_CFLAGS) $(XML_CFLAGS) $(XML_CPPFLAGS)
1521
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
1625
79891e2fd8a5 [svn] - use $(SHARED_SUFFIX)
nenolod
parents: 1615
diff changeset
12 OBJECTIVE_LIBS = libparanormal$(SHARED_SUFFIX)
1521
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