⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 更新mp3
💻 AM
字号:
# Copyright (C) 1999 Scott Thomas Haug <scott@id3.org>#  # This file is free software; as a special exception the author gives# unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.if ID3_NEEDDEBUGID3_DEBUG_LIBS =  -lcwd -lbfd -libertyelseID3_DEBUG_LIBS =endifif ID3_NEEDZLIBzlib_lib = $(top_builddir)/zlib/src/libz.lazlib_include = -I$(top_srcdir)/zlib/includeelsezlib_lib = -lzzlib_include =endifif ID3_NEEDGETOPT_LONGgetopt_lib = getopt.o getopt1.oelsegetopt_lib = endifLDADD =  $(top_builddir)/src/libid3.la $(zlib_lib) $(ID3_DEBUG_LIBS) $(getopt_lib)INCLUDES = @ID3LIB_DEBUG_FLAGS@ -I$(top_srcdir)/includebin_PROGRAMS            = id3info id3convert id3tag id3cpcheck_PROGRAMS          = \  id3simple               \  testpic                 \  testunicode             \  testcompression         \  testremove              \  testio                  \  get_pic                 \  findstr                 \  findengid3cp_SOURCES           = demo_copy_options.c    demo_copy.cppid3info_SOURCES         = demo_info_options.c    demo_info.cppid3convert_SOURCES      = demo_convert_options.c demo_convert.cppid3tag_SOURCES          = demo_tag_options.c     demo_tag.cppid3simple_SOURCES       = demo_simple.cpptestpic_SOURCES         = test_pic.cpptestunicode_SOURCES     = test_unicode.cpptestcompression_SOURCES = test_compression.cpptestremove_SOURCES      = test_remove.cpptestio_SOURCES          = test_io.cppget_pic_SOURCES         = get_pic.cppfindeng_SOURCES         = findeng.cppfindstr_SOURCES         = findstr.cpptag_files =             \  composer.jpg          \  demo_main.cpp         \  221-compressed.tag    \  230-compressed.tag    \  230-picture.tag       \  230-unicode.tag       \  230-syncedlyrics.tag  \  thatspot.tag          \  ozzy.tag              \  crc53865.mp3 getopt_files =          \  getopt.c              \  getopt.h              \  getopt1.c             header_files =          \  demo_tag_options.h    \  demo_copy_options.h   \  demo_info_options.h   \  demo_convert_options.hEXTRA_DIST =            \  $(tag_files)          \  $(getopt_files)       \  $(header_files)       PROGNAME = gengetopt%.c: $(srcdir)/%.ggo	$(PROGNAME) --file-name=$* --unamed-opts --input=$<demo_%.cpp: demo_%_options.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -