File: xemacs.good

package info (click to toggle)
sed 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,992 kB
  • ctags: 5,309
  • sloc: ansic: 57,616; sh: 11,049; sed: 921; perl: 381; makefile: 93
file content (66 lines) | stat: -rw-r--r-- 2,555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#Makefile.in generated automatically by automake 1.5 from Makefile.am.

#Copyright 1994-2017 Free Software Foundation, Inc.
#This Makefile.in is free software; the Free Software Foundation
#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.

"@SET_MAKE@"

#Automake requirements

"SHELL = @SHELL@"

"PACKAGE = sed"

"EXTRA_DIST = BUGS THANKS README.boot bootstrap.sh dc.sed autogen \\"
"	m4/codeset.m4  m4/gettext.m4  m4/iconv.m4      m4/lcmessage.m4 \\"
"	m4/getline.m4  m4/glibc21.m4  m4/isc-posix.m4  m4/progtest.m4 \\"
"	m4/obstack.m4"

"subdir = ."
"ACLOCAL_M4 = $(top_srcdir)/aclocal.m4"
"mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs"
"CONFIG_HEADER = config.h"
"CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile"
"DIST_SOURCES ="
"DATA = $(noinst_DATA)"

"HEADERS = $(noinst_HEADERS)"


"RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \\"
"	uninstall-info-recursive all-recursive install-data-recursive \\"
"	install-exec-recursive installdirs-recursive install-recursive \\"
"	uninstall-recursive check-recursive installcheck-recursive"
"DIST_COMMON = README $(noinst_HEADERS) ./stamp-h.in ABOUT-NLS AUTHORS \\"
"	COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS \\"
"	TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \\"
"	config.sub config_h.in configure configure.ac depcomp \\"
"	install-sh missing mkinstalldirs"
"DIST_SUBDIRS = $(SUBDIRS)"
"all: config.h"
"	$(MAKE) $(AM_MAKEFLAGS) all-recursive"

".SUFFIXES:"
"$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)"
"	cd $(top_srcdir) && \\"
"	  $(AUTOMAKE) --gnu  Makefile"
"Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status"
"	cd $(top_builddir) && \\"
"	  CONFIG_HEADERS= CONFIG_LINKS= \\"
"	  CONFIG_FILES=$@ $(SHELL) ./config.status"

"$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)"
"	$(SHELL) ./config.status --recheck"
"$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)"
"	cd $(srcdir) && $(AUTOCONF)"

"$(ACLOCAL_M4):  configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4"
"	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)"
"config.h: stamp-h"