Mercurial > audlegacy-plugins
annotate src/modplug/archive/Makefile @ 679:c8dc00a58f0d trunk
[svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time.
| author | nenolod |
|---|---|
| date | Tue, 20 Feb 2007 04:13:46 -0800 |
| parents | 550c9e382cf8 |
| children | f19e6748d8eb |
| rev | line source |
|---|---|
| 22 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
|
578
550c9e382cf8
[svn] - splitted GTK_CFLAGS in GTK_CFLAGS, GLIB_CFLAGS and PANGO_CFLAGS, splitted GTK_LIBS in GTK_LIBS, GLIB_LIBS, PANGO_LIBS
giacomo
parents:
234
diff
changeset
|
4 CXXFLAGS += $(PICFLAGS) -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) |
| 22 | 5 |
| 6 OBJECTIVE_LIBS_NOINST = libarchive.a | |
| 7 | |
| 8 SOURCES = archive.cxx \ | |
| 9 open.cxx \ | |
| 10 arch_raw.cxx \ | |
| 11 arch_gzip.cxx \ | |
| 12 arch_zip.cxx \ | |
| 13 arch_rar.cxx \ | |
| 14 arch_bz2.cxx | |
| 15 | |
| 16 OBJECTS = ${SOURCES:.cxx=.o} | |
| 17 | |
| 18 include ../../../mk/objective.mk | |
| 43 | 19 |
| 20 libarchive.a: $(OBJECTS) | |
| 21 $(AR) cq $@ $(OBJECTS) |
