* class.c (create_vtable_ptr): Put the vtable at the beginning of
[official-gcc.git] / texinfo / testsuite / Makefile.in
blob4920a6290c0ba7a007f4fa38a0874022cf474721
1 # Makefile for regression testing GNU texinfo.
2 # Copyright (C) 1987, 88, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
4 #This file is part of GNU texinfo.
6 #texinfo is free software; you can redistribute it and/or modify
7 #it under the terms of the GNU General Public License as published by
8 #the Free Software Foundation; either version 2, or (at your option)
9 #any later version.
11 #texinfo is distributed in the hope that it will be useful,
12 #but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 #GNU General Public License for more details.
16 #You should have received a copy of the GNU General Public License
17 #along with GNU CC; see the file COPYING. If not, write to
18 #the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 srcdir = @srcdir@
21 VPATH = @srcdir@
23 prefix = @prefix@
25 exec_prefix = @exec_prefix@
26 bindir = @bindir@
27 libdir = @libdir@
28 tooldir = $(libdir)/$(target_alias)
30 datadir = @datadir@/deja-gnu
32 EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; \
33 then echo $${rootme}/../../expect/expect ; \
34 else echo expect; fi`
36 RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; \
37 then echo ${srcdir}/../../dejagnu/runtest ; \
38 else echo runtest ; fi`
39 RUNTESTFLAGS =
40 FLAGS_TO_PASS =
42 #### host, target, and site specific Makefile frags come in here.
44 all:
46 info:
48 install-info:
50 check: site.exp all
51 rootme=`pwd`; export rootme; \
52 srcdir=${srcdir} ; export srcdir ; \
53 EXPECT=${EXPECT} ; export EXPECT ; \
54 if [ -f $${rootme}/../../expect/expect ] ; then \
55 TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
56 export TCL_LIBRARY ; fi ; \
57 $(RUNTEST) $(RUNTESTFLAGS) $(FLAGS_TO_PASS) --tool makeinfo \
58 --srcdir $(srcdir) --target $(target_canonical)
60 site.exp: ./config.status Makefile
61 @echo "Making a new config file..."
62 -@rm -f ./tmp?
63 @touch site.exp
65 -@mv site.exp site.bak
66 @echo "## these variables are automatically generated by make ##" > ./tmp0
67 @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
68 @echo "# add them to the last section" >> ./tmp0
69 @echo "set host_os ${host_os}" >> ./tmp0
70 @echo "set host_alias ${host_alias}" >> ./tmp0
71 @echo "set host_cpu ${host_cpu}" >> ./tmp0
72 @echo "set host_vendor ${host_vendor}" >> ./tmp0
73 @echo "set target_os ${target_os}" >> ./tmp0
74 @echo "set target_alias ${target_alias}" >> ./tmp0
75 @echo "set target_cpu ${target_cpu}" >> ./tmp0
76 @echo "set target_vendor ${target_vendor}" >> ./tmp0
77 @echo "set host_triplet ${host_canonical}" >> ./tmp0
78 @echo "set target_triplet ${target_canonical}" >> ./tmp0
79 @echo "set tool binutils" >> ./tmp0
80 @echo "set srcdir ${srcdir}" >> ./tmp0
81 @echo "set objdir `pwd`" >> ./tmp0
82 @echo "set MAKEINFO makeinfo" >> ./tmp0
83 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
84 @cat ./tmp0 > site.exp
85 @cat site.bak | sed \
86 -e '1,/^## All variables above are.*##/ d' >> site.exp
87 -@rm -f ./tmp?
89 install:
90 uninstall:
92 clean:
93 -rm -f *~ */*~ core *.info* *.log *.sum *.plog *.psum
95 distclean: clean
96 -rm -f Makefile config.status site.exp config.cache config.log
98 Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
99 $(SHELL) ./config.status