Mercurial > audlegacy-plugins
view src/flac/libflac/Makefile @ 866:d8b8b36d2709 trunk
[svn] - prevent skin list overlap when it's first populated and user quickly switchs to other tabs in the prefswin
author | giacomo |
---|---|
date | Fri, 16 Mar 2007 18:47:24 -0700 |
parents | d24c2d0fb60c |
children | f19e6748d8eb |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libaudflac.a SOURCES = \ bitmath.c \ bitreader.c \ bitwriter.c \ cpu.c \ crc.c \ fixed.c \ float.c \ format.c \ lpc.c \ md5.c \ memory.c \ metadata_iterators.c \ metadata_object.c \ ogg_decoder_aspect.c \ ogg_encoder_aspect.c \ ogg_helper.c \ ogg_mapping.c \ stream_decoder.c \ stream_encoder.c \ stream_encoder_framing.c \ window.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) -I. -IFLAC $(OGG_VORBIS_CFLAGS) libaudflac.a: ${OBJECTS} ${AR} cq $@ ${OBJECTS} include ../../../mk/objective.mk