Mercurial > audlegacy-plugins
annotate src/aac/mp4ff/Makefile @ 894:f19e6748d8eb trunk
[svn] maintenance of build system:
- link for OBJECTIVE_LIBS had not occurred even if OBJECTIVE_LIBS_NOINST was re-linked. LIBDEP macro is introduced to indicate dependency.
- make rules such as $(AR) cq $@ $(OBJECTS) in individual Makefile have been removed. these linkage will be done through objective.mk.
- *.h has been removed from SOURCES. these files had been passed to linker as object files.
| author | yaz |
|---|---|
| date | Sat, 24 Mar 2007 09:08:58 -0700 |
| parents | 357de698dab2 |
| children | 22a470857579 |
| rev | line source |
|---|---|
| 23 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 OBJECTIVE_LIBS_NOINST = libmp4ff.a |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ |
|
450
357de698dab2
[svn] - remove broken iTunes 4/5 DRM support due to portability issues
nenolod
parents:
24
diff
changeset
|
7 mp4tagupdate.c |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 OBJECTS = ${SOURCES:.c=.o} |
|
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 |
| 24 | 11 CFLAGS += $(PICFLAGS) -DUSE_TAGGING=1 -fsigned-char -I../../.. |
|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
12 |
| 23 | 13 include ../../../mk/objective.mk |
