📄 makefile.in
字号:
controls/ctrl_generic.cpp \ controls/ctrl_generic.hpp \ controls/ctrl_image.cpp \ controls/ctrl_image.hpp \ controls/ctrl_list.cpp \ controls/ctrl_list.hpp \ controls/ctrl_tree.cpp \ controls/ctrl_tree.hpp \ controls/ctrl_move.cpp \ controls/ctrl_move.hpp \ controls/ctrl_resize.cpp \ controls/ctrl_resize.hpp \ controls/ctrl_slider.cpp \ controls/ctrl_slider.hpp \ controls/ctrl_radialslider.cpp \ controls/ctrl_radialslider.hpp \ controls/ctrl_text.hpp \ controls/ctrl_text.cpp \ controls/ctrl_video.cpp \ controls/ctrl_video.hpp \ \ events/evt_enter.hpp \ events/evt_focus.hpp \ events/evt_generic.hpp \ events/evt_input.cpp \ events/evt_input.hpp \ events/evt_key.cpp \ events/evt_key.hpp \ events/evt_leave.hpp \ events/evt_menu.hpp \ events/evt_motion.hpp \ events/evt_mouse.cpp \ events/evt_mouse.hpp \ events/evt_refresh.hpp \ events/evt_special.cpp \ events/evt_special.hpp \ events/evt_scroll.cpp \ events/evt_scroll.hpp \ \ parser/builder.cpp \ parser/builder.hpp \ parser/builder_data.hpp \ parser/expr_evaluator.cpp \ parser/expr_evaluator.hpp \ parser/interpreter.cpp \ parser/interpreter.hpp \ parser/skin_parser.cpp \ parser/skin_parser.hpp \ parser/xmlparser.cpp \ parser/xmlparser.hpp \ \ src/anchor.cpp \ src/anchor.hpp \ src/anim_bitmap.cpp \ src/anim_bitmap.hpp \ src/bitmap_font.cpp \ src/bitmap_font.hpp \ src/dialogs.cpp \ src/dialogs.hpp \ src/file_bitmap.cpp \ src/file_bitmap.hpp \ src/ft2_bitmap.cpp \ src/ft2_bitmap.hpp \ src/ft2_font.cpp \ src/ft2_font.hpp \ src/generic_bitmap.cpp \ src/generic_bitmap.hpp \ src/generic_font.hpp \ src/generic_layout.cpp \ src/generic_layout.hpp \ src/generic_window.cpp \ src/generic_window.hpp \ src/ini_file.cpp \ src/ini_file.hpp \ src/logger.cpp \ src/logger.hpp \ src/os_factory.cpp \ src/os_factory.hpp \ src/os_graphics.hpp \ src/os_loop.hpp \ src/os_popup.hpp \ src/os_timer.hpp \ src/os_window.hpp \ src/os_tooltip.hpp \ src/popup.cpp \ src/popup.hpp \ src/scaled_bitmap.cpp \ src/scaled_bitmap.hpp \ src/skin_main.cpp \ src/skin_common.hpp \ src/theme.cpp \ src/theme.hpp \ src/theme_loader.cpp \ src/theme_loader.hpp \ src/theme_repository.cpp \ src/theme_repository.hpp \ src/tooltip.cpp \ src/tooltip.hpp \ src/top_window.cpp \ src/top_window.hpp \ src/var_manager.cpp \ src/var_manager.hpp \ src/vlcproc.cpp \ src/vlcproc.hpp \ src/vout_window.cpp \ src/vout_window.hpp \ src/window_manager.cpp \ src/window_manager.hpp \ \ utils/bezier.cpp \ utils/bezier.hpp \ utils/fsm.cpp \ utils/fsm.hpp \ utils/observer.hpp \ utils/pointer.hpp \ utils/position.cpp \ utils/position.hpp \ utils/ustring.cpp \ utils/ustring.hpp \ utils/variable.hpp \ utils/var_bool.cpp \ utils/var_bool.hpp \ utils/var_list.cpp \ utils/var_list.hpp \ utils/var_percent.cpp \ utils/var_percent.hpp \ utils/var_text.cpp \ utils/var_text.hpp \ utils/var_tree.cpp \ utils/var_tree.hpp \ \ vars/equalizer.cpp \ vars/equalizer.hpp \ vars/playtree.cpp \ vars/playtree.hpp \ vars/time.cpp \ vars/time.hpp \ vars/volume.cpp \ vars/volume.hpp \ \ win32/win32_dragdrop.cpp \ win32/win32_dragdrop.hpp \ win32/win32_factory.cpp \ win32/win32_factory.hpp \ win32/win32_graphics.cpp \ win32/win32_graphics.hpp \ win32/win32_loop.cpp \ win32/win32_loop.hpp \ win32/win32_popup.cpp \ win32/win32_popup.hpp \ win32/win32_timer.cpp \ win32/win32_timer.hpp \ win32/win32_tooltip.cpp \ win32/win32_tooltip.hpp \ win32/win32_window.cpp \ win32/win32_window.hpp \ \ x11/x11_display.cpp \ x11/x11_display.hpp \ x11/x11_dragdrop.cpp \ x11/x11_dragdrop.hpp \ x11/x11_factory.cpp \ x11/x11_factory.hpp \ x11/x11_graphics.cpp \ x11/x11_graphics.hpp \ x11/x11_loop.cpp \ x11/x11_loop.hpp \ x11/x11_popup.cpp \ x11/x11_popup.hpp \ x11/x11_timer.cpp \ x11/x11_timer.hpp \ x11/x11_window.cpp \ x11/x11_window.hpp \ x11/x11_tooltip.cpp \ x11/x11_tooltip.hpp \ \ macosx/macosx_dragdrop.cpp \ macosx/macosx_dragdrop.hpp \ macosx/macosx_factory.cpp \ macosx/macosx_factory.hpp \ macosx/macosx_graphics.cpp \ macosx/macosx_graphics.hpp \ macosx/macosx_loop.cpp \ macosx/macosx_loop.hpp \ macosx/macosx_popup.cpp \ macosx/macosx_popup.hpp \ macosx/macosx_timer.cpp \ macosx/macosx_timer.hpp \ macosx/macosx_window.cpp \ macosx/macosx_window.hpp \ macosx/macosx_tooltip.cpp \ macosx/macosx_tooltip.hpp \ \ unzip/crypt.h \ unzip/ioapi.c \ unzip/ioapi.h \ unzip/unzip.c \ unzip/unzip.h \ $(NULL)# The skins2 pluginlibskins2_plugin_la_SOURCES = $(SOURCES_skins2)nodist_libskins2_plugin_la_SOURCES = $(nodist_SOURCES_skins2)# Force per-target objects:libskins2_plugin_la_CFLAGS = $(AM_CFLAGS)libskins2_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)libskins2_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)# Set LIBADD and DEPENDENCIES manually:libskins2_plugin_la_LIBADD = $(AM_LIBADD)libskins2_plugin_la_DEPENDENCIES = all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .c .cpp .lo .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/modules/common.am $(srcdir)/Modules.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/gui/skins2/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu modules/gui/skins2/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)" @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \ else :; fi; \ doneuninstall-libvlcLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \ doneclean-libvlcLTLIBRARIES: -test -z "$(libvlc_LTLIBRARIES)" || rm -f $(libvlc_LTLIBRARIES) @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ donelibskins2_plugin.la: $(libskins2_plugin_la_OBJECTS) $(libskins2_plugin_la_DEPENDENCIES) $(libskins2_plugin_la_LINK) $(libskins2_plugin_la_OBJECTS) $(libskins2_plugin_la_LIBADD) $(LIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -