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

📄 makefile.in

📁 libiconv是一个很不错的字符集转换库。程序接口也很简单
💻 IN
字号:
# Makefile for libcharset/lib#### Start of system configuration section. ##### Directories used by "make":srcdir = @srcdir@# Directories used by "make install":prefix = @prefix@local_prefix = /usr/localexec_prefix = @exec_prefix@libdir = @libdir@# Programs used by "make":CC = @CC@CFLAGS = @CFLAGS@ @CFLAG_VISIBILITY@CPPFLAGS = @CPPFLAGS@LDFLAGS = @LDFLAGS@INCLUDES = -I. -I$(srcdir) -I.. -I$(srcdir)/.. -I../include# -DBUILDING_LIBCHARSET: Change expansion of LIBCHARSET_DLL_EXPORTED macro.# -DBUILDING_DLL: Change expansion of RELOCATABLE_DLL_EXPORTED macro.DEFS = -DLIBDIR=\"$(libdir)\" -DBUILDING_LIBCHARSET -DBUILDING_DLL \-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \-Dset_relocation_prefix=libcharset_set_relocation_prefix \-Drelocate=libcharset_relocate @DEFS@LIBTOOL = @LIBTOOL@LIBTOOL_COMPILE = $(LIBTOOL) --mode=compileLIBTOOL_LINK = $(LIBTOOL) --mode=linkLIBTOOL_INSTALL = $(LIBTOOL) --mode=installLIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstallRM = rm -f# Programs used by "make install":INSTALL = @INSTALL@INSTALL_DATA = @INSTALL_DATA@mkinstalldirs = $(SHELL) @top_srcdir@/build-aux/mkinstalldirs#### End of system configuration section. ####PACKAGE = @PACKAGE@VERSION = @VERSION@SHELL = /bin/sh# Before making a release, change this according to the libtool documentation,# section "Library interface versions".LIBCHARSET_VERSION_INFO = 1:0:0# Needed by $(LIBTOOL).top_builddir = ..SOURCES = $(srcdir)/localcharset.c $(srcdir)/relocatable.cOBJECTS = localcharset.lo relocatable.loall : libcharset.la charset.alias ref-add.sed ref-del.sedlibcharset.la : $(OBJECTS)	$(LIBTOOL_LINK) $(CC) $(LDFLAGS) -o libcharset.la -rpath $(libdir) -version-info $(LIBCHARSET_VERSION_INFO) -no-undefined $(OBJECTS)localcharset.lo : $(srcdir)/localcharset.c	$(LIBTOOL_COMPILE) $(CC) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $(srcdir)/localcharset.crelocatable.lo : $(srcdir)/relocatable.c $(srcdir)/relocatable.h	$(LIBTOOL_COMPILE) $(CC) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(DEFS) -c $(srcdir)/relocatable.ccharset.alias: $(srcdir)/config.charset	$(SHELL) $(srcdir)/config.charset '@host@' > t-$@	mv t-$@ $@ref-add.sed : $(srcdir)/ref-add.sin	sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-$@	mv t-$@ $@ref-del.sed : $(srcdir)/ref-del.sin	sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-$@	mv t-$@ $@# Installs the library and include files only. Typically called with only# $(libdir) and $(includedir) - don't use $(prefix) and $(exec_prefix) here.install-lib : all force	$(mkinstalldirs) $(libdir)	$(LIBTOOL_INSTALL) $(INSTALL_DATA) libcharset.la $(libdir)/libcharset.la	test -f $(libdir)/charset.alias && orig=$(libdir)/charset.alias \	                                || orig=charset.alias; \	sed -f ref-add.sed $$orig > $(libdir)/t-charset.alias; \	$(INSTALL_DATA) $(libdir)/t-charset.alias $(libdir)/charset.alias; \	rm -f $(libdir)/t-charset.alias# The following is needed in order to install a simple file in $(libdir)# which is shared with other installed packages. We use a list of referencing# packages so that "make uninstall" will remove the file if and only if it# is not used by another installed package.# On systems with glibc-2.1 or newer, the file is redundant, therefore we# avoid installing it.install : all force	$(mkinstalldirs) $(DESTDIR)$(libdir)	$(LIBTOOL_INSTALL) $(INSTALL_DATA) libcharset.la $(DESTDIR)$(libdir)/libcharset.la	if test -f $(DESTDIR)$(libdir)/charset.alias; then \	  sed -f ref-add.sed $(DESTDIR)$(libdir)/charset.alias > $(DESTDIR)$(libdir)/t-charset.alias; \	  $(INSTALL_DATA) $(DESTDIR)$(libdir)/t-charset.alias $(DESTDIR)$(libdir)/charset.alias; \	  rm -f $(DESTDIR)$(libdir)/t-charset.alias; \	else \	  if test @GLIBC21@ = no; then \	    sed -f ref-add.sed charset.alias > $(DESTDIR)$(libdir)/t-charset.alias; \	    $(INSTALL_DATA) $(DESTDIR)$(libdir)/t-charset.alias $(DESTDIR)$(libdir)/charset.alias; \	    rm -f $(DESTDIR)$(libdir)/t-charset.alias; \	  fi ; \	fiinstalldirs : force	$(mkinstalldirs) $(DESTDIR)$(libdir)uninstall : force	$(LIBTOOL_UNINSTALL) $(RM) $(DESTDIR)$(libdir)/libcharset.la	if test -f $(DESTDIR)$(libdir)/charset.alias; then \	  sed -f ref-del.sed $(DESTDIR)$(libdir)/charset.alias > $(DESTDIR)$(libdir)/t-charset.alias; \	  if grep '^# Packages using this file: $$' $(DESTDIR)$(libdir)/t-charset.alias > /dev/null; then \	    rm -f $(DESTDIR)$(libdir)/charset.alias; \	  else \	    $(INSTALL_DATA) $(DESTDIR)$(libdir)/t-charset.alias $(DESTDIR)$(libdir)/charset.alias; \	  fi; \	  rm -f $(DESTDIR)$(libdir)/t-charset.alias; \	ficheck : allmostlyclean : cleanclean : force	$(RM) *.o *.lo *.a *.la *.o.lock core *.stackdump charset.alias ref-add.sed ref-del.sed	$(RM) -r .libs _libsdistclean : clean	$(RM) config.status config.log config.cache Makefile libtoolmaintainer-clean : distcleanforce :

⌨️ 快捷键说明

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