]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/Makefile
Some heavy changes today:
[vlc] / plugins / ac3_adec / Makefile
index 8af3132986b4b05b2fdbdb82392efa9d401533fb..b7cd3d0339a044d109b67e68801e4ca9dab54d6f 100644 (file)
@@ -1,29 +1 @@
-###############################################################################
-# vlc (VideoLAN Client) AC3 audio decoder module makefile
-# (c)2001 VideoLAN
-###############################################################################
-
-#
-# Objects
-#
-PLUGIN_C = ac3_adec.o ac3_decoder.o ac3_parse.o ac3_exponent.o ac3_bit_allocate.o ac3_mantissa.o ac3_rematrix.o ac3_imdct.o
-BUILTIN_C = $(PLUGIN_C:%.o=BUILTIN_%.o)
-
-ALL_OBJ = $(PLUGIN_C) $(BUILTIN_C)
-#
-# Virtual targets
-#
-
-include ../../Makefile.modules
-
-#
-# Real targets
-#
-
-../ac3_adec.so: $(PLUGIN_C)
-       $(CC) -o $@ $^ $(PLCFLAGS) 
-
-../ac3_adec.a: $(BUILTIN_C)
-       ar r $@ $^
-       $(RANLIB) $@
-
+ac3_adec_SOURCES = ac3_adec.c ac3_decoder.c ac3_parse.c ac3_exponent.c ac3_bit_allocate.c ac3_mantissa.c ac3_rematrix.c ac3_imdct.c