]> git.sesse.net Git - vlc/blobdiff - plugins/text/Makefile
* Fixed some compile issues with what I checked in.
[vlc] / plugins / text / Makefile
index ee23c1894eaabb7c18116ca680175b2b1a7c8b4f..a90b85c303ab985e592ab44c3994041780d32c0d 100644 (file)
@@ -1,54 +1,3 @@
-###############################################################################
-# vlc (VideoLAN Client) text module Makefile
-# (c)2001 VideoLAN
-###############################################################################
-
-include ../../Makefile.modules
-
-###############################################################################
-# Objects and files
-###############################################################################
-PLUGIN_NCURSES = ncurses.o vout_ncurses.o
-BUILTIN_NCURSES = $(PLUGIN_NCURSES:%.o=%-BUILTIN.o)
-
-ALL_OBJ = $(PLUGIN_NCURSES) $(BUILTIN_NCURSES)
-
-objects := $(ALL_OBJ)
-cdependancies := $(objects:%.o=.dep/%.d)
-
-export
-
-#
-# Virtual targets
-#
-all:
-
-clean:
-       rm -f $(ALL_OBJ)
-       rm -f *.o *.moc *.bak *.so *.a *.builtin
-       rm -rf .dep
-
-FORCE:
-
-$(cdependancies): %.d: FORCE
-       @$(MAKE) -s --no-print-directory -f ../../Makefile.dep $@
-
-$(ALL_OBJ): %.o: ../../Makefile.dep
-
-$(PLUGIN_NCURSES): %.o: .dep/%.d
-$(PLUGIN_NCURSES): %.o: %.c
-       $(CC) $(CFLAGS) $(PCFLAGS) -c -o $@ $<
-
-$(BUILTIN_NCURSES): %-BUILTIN.o: .dep/%.d
-$(BUILTIN_NCURSES): %-BUILTIN.o: %.c
-       $(CC) $(CFLAGS) -DBUILTIN -c -o $@ $<
-
-#
-# Real targets
-#
-../../lib/ncurses.so: $(PLUGIN_NCURSES)
-       $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) -lncurses
-
-../../lib/ncurses.a: $(BUILTIN_NCURSES)
-       ar r $@ $^
-
+ncurses_SOURCES = ncurses.c
+rc_SOURCES = rc.c
+logger_SOURCES = logger.c