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

📄 makefile.am

📁 Linux下文件工具。
💻 AM
字号:
## Process this file with automake to produce Makefile.in -*-Makefile-*-AUTOMAKE_OPTIONS = ansi2knrEXTRA_PROGRAMS = dfbin_PROGRAMS = chgrp chown chmod cp dd dircolors du \ginstall link ln dir vdir ls mkdir \mkfifo mknod mv rm rmdir shred stat sync touch unlink @DF_PROG@localedir = $(datadir)/localenoinst_HEADERS = \  system.h sys2.h copy.h cp-hash.h ls.h dircolors.h remove.h \  chown-core.h fs.hEXTRA_DIST = dcgen dircolors.hinINCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../libDEFS = -DLOCALEDIR=\"$(localedir)\" -DSHAREDIR=\"$(datadir)\" @DEFS@# Sometimes, the expansion of @LIBINTL@ includes -lc which may# include modules defining variables like `optind', so libfetish.a# must precede @LIBINTL@ in order to ensure we use GNU getopt.# But libfetish.a must also follow @LIBINTL@, since libintl uses# replacement functions defined in libfetish.a.LDADD = ../lib/libfetish.a @LIBINTL@ ../lib/libfetish.adir_LDADD = $(LDADD) @LIB_CLOCK_GETTIME@ls_LDADD = $(LDADD) @LIB_CLOCK_GETTIME@shred_LDADD = $(LDADD) @LIB_CLOCK_GETTIME@vdir_LDADD = $(LDADD) @LIB_CLOCK_GETTIME@$(bin_PROGRAMS) $(libexec_PROGRAMS): ../lib/libfetish.a# Use `ginstall' in the definition of PROGRAMS and in dependencies to avoid# confusion with the `install' target.  The install rule transforms `ginstall'# to install before applying any user-specified name transformations.transform = s/ginstall/install/; @program_transform_name@ginstall_SOURCES = install.c copy.c cp-hash.ccp_SOURCES = cp.c copy.c cp-hash.cdir_SOURCES = ls.c ls-dir.cvdir_SOURCES = ls.c ls-vdir.cls_SOURCES = ls.c ls-ls.cchown_SOURCES = chown.c chown-core.cchgrp_SOURCES = chgrp.c chown-core.cmv_SOURCES = mv.c copy.c cp-hash.c remove.crm_SOURCES = rm.c remove.cBUILT_SOURCES = dircolors.hPERL = @PERL@editpl = sed -e 's,@''PERL''@,$(PERL),g'MAINTAINERCLEANFILES = dircolors.hdircolors.h: dcgen dircolors.hin	$(PERL) -w -- $(srcdir)/dcgen $(srcdir)/dircolors.hin > $@-t	mv $@-t $@

⌨️ 快捷键说明

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