]> git.sesse.net Git - vlc/blobdiff - plugins/arts/Makefile
Some heavy changes today:
[vlc] / plugins / arts / Makefile
index cd6b2a8786cbc90ce23a2a8bc7764260f86ea0b0..97097b154b9116c5abef738d815edf739c381af3 100644 (file)
@@ -1,37 +1 @@
-###############################################################################
-# vlc (VideoLAN Client) arts module Makefile
-# (c)2001 VideoLAN
-###############################################################################
-
-#
-# Objects
-#
-
-PLUGIN_C = arts.o aout_arts.o
-BUILTIN_C = $(PLUGIN_C:%.o=BUILTIN_%.o)
-
-ALL_OBJ = $(PLUGIN_C) $(BUILTIN_C)
-
-#
-# Special plugin modifications
-#
-
-CFLAGS += $(CFLAGS_ARTS)
-
-#
-# Virtual targets
-#
-
-include ../../Makefile.modules
-
-#
-# Real targets
-#
-
-../arts.so: $(PLUGIN_C)
-       $(CC) -o $@ $^ $(PLCFLAGS) $(LIB_ARTS)
-
-../arts.a: $(BUILTIN_C)
-       ar r $@ $^
-       $(RANLIB) $@
-
+arts_SOURCES = arts.c aout_arts.c