Mercurial > audlegacy
annotate Plugins/Container/m3u/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 |
---|---|
1564 | 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:
1564
diff
changeset
|
2 include ../../../mk/init.mk |
1564 | 3 |
1625 | 4 OBJECTIVE_LIBS = libm3u$(SHARED_SUFFIX) |
1564 | 5 |
6 LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) | |
7 | |
8 SOURCES = m3u.c | |
9 | |
10 OBJECTS = ${SOURCES:.c=.o} | |
11 | |
1625 | 12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. |
1564 | 13 |
14 CXXFLAGS = $(CFLAGS) | |
15 | |
16 LIBADD = $(GTK_LIBS) | |
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:
1564
diff
changeset
|
17 |
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:
1564
diff
changeset
|
18 include ../../../mk/objective.mk |