1 # Makefile.in generated automatically by automake from Makefile.am.
2 # Copyright (C) 1994 Free Software Foundation, Inc.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 top_srcdir
= @top_srcdir@
24 exec_prefix = @
exec_prefix@
26 bindir = $(exec_prefix)/bin
27 sbindir
= $(exec_prefix)/sbin
28 libexecdir
= $(exec_prefix)/libexec
29 datadir = $(prefix)/share
30 sysconfdir
= $(prefix)/etc
31 sharedstatedir
= $(prefix)/com
32 localstatedir
= $(prefix)/var
33 libdir = $(exec_prefix)/lib
34 infodir = $(prefix)/info
35 mandir = $(prefix)/man
36 includedir = $(prefix)/include
37 oldincludedir = /usr
/include
40 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
41 INSTALL_DATA
= @INSTALL_DATA@
42 transform
= @program_transform_name@
44 ALL
= ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
46 DIST_CONF
= Makefile.am Makefile.in
47 DIST_FILES
= $(DIST_CONF
) $(SOURCES
) $(TEXINFOS
) $(INFOS
) $(MANS
) $(DIST_OTHER
)
49 XARGS
= ..
/xargs
/xargs
55 DIST_OTHER
= config
/*.exp inputs
/*.xi xargs.
*/*.exp xargs.
*/*.xo
56 DIST_DIRS
= config inputs xargs.gnu xargs.posix xargs.sysv
58 CLEANFILES
= *.log
*.sum site.exp site.bak
66 rm -f
$(PROGRAMS
) $(LIBPROGRAMS
) $(LIBFILES
) $(TEXFILES
) $(CLEANFILES
)
69 rm -f Makefile
*.tab.c
$(DISTCLEANFILES
)
70 rm -f config.cache config.log config.status
${CONFIG_HEADER} stamp-h
75 dist: $(DIST_FILES
) $(DIST_DIRS
)
76 -mkdir ..
/`cat ../distname`/$(subdir
)
77 @for file in
$(DIST_FILES
); do \
78 echo linking
$$file; \
79 ln
$(srcdir)/$$file ..
/`cat ../distname`/$(subdir
)/$$file || \
80 { echo copying
$$file instead
; cp
-p
$(srcdir)/$$file ..
/`cat ../distname`/$(subdir
)/$$file;}; \
83 check dvi info install uninstall::
88 cd
$(srcdir); etags
$(SOURCES
)
90 # Tell versions [3.59,3.63) of GNU make to not export all variables.
91 # Otherwise a system limit (for SysV at least) may be exceeded.
95 @echo This only works if you have the DejaGNU runtest program installed...
96 $(RUNTEST
) $(RUNTESTFLAGS
) --tool xargs XARGS
=${XARGS} \
97 XARGSFLAGS
="${XARGSFLAGS}" --srcdir $(srcdir)
100 @echo
"Making a new site.exp file..."
102 -@mv site.exp site.bak
103 @echo
"## these variables are automatically generated by make ##" > site.exp
104 @echo
"# Do not edit here. If you wish to override these values" >> site.exp
105 @echo
"# add them to the last section" >> site.exp
106 @echo
"set tool xargs" >> site.exp
107 @echo
"set srcdir ${srcdir}" >> site.exp
108 @echo
"set objdir `pwd`" >> site.exp
109 @echo
"## All variables above are generated by configure. Do Not Edit ##" >> site.exp
110 -@sed
'1,/^## All variables above are.*##/ d' site.bak
>> site.exp
113 -mkdir ..
/`cat ../distname`/$(subdir
)
114 -for d in
$(DIST_DIRS
); do \
115 echo mkdir ..
/`cat ../distname`/$(subdir
)/$$d; \
116 mkdir ..
/`cat ../distname`/$(subdir
)/$$d; done