]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Support qcp file opening
[vlc] / src / Makefile.am
index 386794b6316677def9afb98f630436eb040eae16..b35f38e2f0ab355dcf96db603f7fd20a217dd316 100644 (file)
@@ -67,6 +67,7 @@ pluginsinclude_HEADERS = \
        ../include/vlc_modules.h \
        ../include/vlc_mouse.h \
        ../include/vlc_mtime.h \
+       ../include/vlc_network.h \
        ../include/vlc_objects.h \
        ../include/vlc_picture.h \
        ../include/vlc_picture_fifo.h \
@@ -84,6 +85,7 @@ pluginsinclude_HEADERS = \
        ../include/vlc_subpicture.h \
        ../include/vlc_text_style.h \
        ../include/vlc_threads.h \
+       ../include/vlc_tls.h \
        ../include/vlc_url.h \
        ../include/vlc_variables.h \
        ../include/vlc_vlm.h \
@@ -107,10 +109,8 @@ noinst_HEADERS = \
        ../include/vlc_iso_lang.h \
        ../include/vlc_keys.h \
        ../include/vlc_memory.h \
-       ../include/vlc_network.h \
        ../include/vlc_osd.h \
        ../include/vlc_pgpkey.h \
-       ../include/vlc_tls.h \
        ../include/vlc_update.h \
        ../include/vlc_vod.h \
        ../include/vlc_vout_wrapper.h \
@@ -181,9 +181,9 @@ libvlccore_la_LDFLAGS = \
        -export-symbols $(srcdir)/libvlccore.sym \
        -version-info 5:0:0
 libvlccore_la_LIBADD = $(LIBS_libvlccore) \
+       ../compat/libcompat.la \
        $(LTLIBINTL) $(LTLIBICONV) \
-       $(SOCKET_LIBS) $(LIBDL) $(LIBM) \
-       ../compat/libcompat.la
+       $(SOCKET_LIBS) $(LIBDL) $(LIBM)
 libvlccore_la_DEPENDENCIES = libvlccore.sym
 if HAVE_WIN32
 libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT)
@@ -197,6 +197,7 @@ EXTRA_libvlccore_la_SOURCES = \
        $(SOURCES_libvlc_darwin) \
        $(SOURCES_libvlc_linux) \
        $(SOURCES_libvlc_win32) \
+       $(SOURCES_libvlc_os2) \
        $(SOURCES_libvlc_other) \
        $(SOURCES_libvlc_httpd) \
        $(SOURCES_libvlc_sout) \
@@ -217,12 +218,16 @@ else
 if HAVE_SYMBIAN
 #libvlccore_la_SOURCES += $(SOURCES_libvlc_symbian)
 else
+if HAVE_OS2
+libvlccore_la_SOURCES += $(SOURCES_libvlc_os2)
+else
 libvlccore_la_SOURCES += $(SOURCES_libvlc_other)
 endif
 endif
 endif
 endif
 endif
+endif
 if BUILD_HTTPD
 libvlccore_la_SOURCES += $(SOURCES_libvlc_httpd)
 endif
@@ -238,9 +243,9 @@ SOURCES_libvlc_darwin = \
        misc/atomic.c \
        posix/filesystem.c \
        posix/plugin.c \
-       network/poll.c \
        posix/thread.c \
        posix/darwin_specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_linux = \
@@ -248,9 +253,11 @@ SOURCES_libvlc_linux = \
        misc/atomic.c \
        posix/filesystem.c \
        posix/plugin.c \
-       network/poll.c \
        posix/thread.c \
+       posix/linux_cpu.c \
        posix/linux_specific.c \
+       posix/specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_win32 = \
@@ -258,10 +265,10 @@ SOURCES_libvlc_win32 = \
        win32/atomic.c \
        win32/filesystem.c \
        win32/plugin.c \
-       win32/poll.c \
        win32/thread.c \
        win32/specific.c \
        win32/winsock.c \
+       win32/rand.c \
        $(NULL)
 
 SOURCES_libvlc_symbian = \
@@ -269,15 +276,28 @@ SOURCES_libvlc_symbian = \
        symbian/dirs.c \
        misc/atomic.c \
        win32/plugin.c \
+       posix/rand.c \
+       $(NULL)
+
+SOURCES_libvlc_os2 = \
+       os2/getaddrinfo.c \
+       os2/dirs.c \
+       misc/atomic.c \
+       posix/filesystem.c \
+       posix/plugin.c \
+       os2/thread.c \
+       os2/specific.c \
+       os2/rand.c \
        $(NULL)
 
 SOURCES_libvlc_other = \
        posix/dirs.c \
        misc/atomic.c \
        posix/filesystem.c \
-       network/poll.c \
        posix/thread.c \
+       posix/plugin.c \
        posix/specific.c \
+       posix/rand.c \
        $(NULL)
 
 SOURCES_libvlc_common = \
@@ -289,7 +309,6 @@ SOURCES_libvlc_common = \
        version.c \
        interface/dialog.c \
        interface/interface.c \
-       interface/intf_eject.c \
        playlist/playlist_internal.h \
        playlist/art.c \
        playlist/art.h \
@@ -334,6 +353,7 @@ SOURCES_libvlc_common = \
        input/vlm_event.h \
        input/resource.h \
        input/resource.c \
+       input/stats.c \
        input/stream.c \
        input/stream_demux.c \
        input/stream_filter.c \
@@ -406,7 +426,6 @@ SOURCES_libvlc_common = \
        modules/entry.c \
        modules/textdomain.c \
        misc/threads.c \
-       misc/stats.c \
        misc/cpu.c \
        misc/epg.c \
        misc/exit.c \
@@ -471,6 +490,7 @@ SOURCES_libvlc = \
 ###############################################################################
 
 BUILT_SOURCES += stamp-revision
+MAINTAINERCLEANFILES = $(srcdir)/revision.txt $(srcdir)/revision.c
 
 $(srcdir)/revision.c: $(srcdir)/revision.txt
        $(AM_V_at)rm -f -- $@