Mercurial > audlegacy
annotate audacious/library/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 | 8b4232e681d7 |
children |
rev | line source |
---|---|
1431
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
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:
1431
diff
changeset
|
2 include ../../mk/init.mk |
1431
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
nenolod
parents:
diff
changeset
|
3 |
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
nenolod
parents:
diff
changeset
|
4 schemadir = $(pkgdatadir)/schema |
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
nenolod
parents:
diff
changeset
|
5 |
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
nenolod
parents:
diff
changeset
|
6 OBJECTIVE_DATA = \ |
8b4232e681d7
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite)
nenolod
parents:
diff
changeset
|
7 schema.sqlite:$(schemadir) |
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:
1431
diff
changeset
|
8 |
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:
1431
diff
changeset
|
9 include ../../mk/objective.mk |