head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.2.1
	RELENG_2_2_7_RELEASE:1.3.2.1
	RELENG_2_2_6_RELEASE:1.3.2.1
	RELENG_2_2_5_RELEASE:1.3.2.1
	RELENG_2_2_2_RELEASE:1.3.2.1
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.2.4.2
	RELENG_2_1_6_1_RELEASE:1.2.4.2
	RELENG_2_1_6_RELEASE:1.2.4.2
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.2.4.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	texinfo_2_0:1.1.1.1
	GNU:1.1.1;
locks; strict;
comment	@# @;


1.4
date	97.01.11.02.32.09;	author jmacd;	state dead;
branches;
next	1.3;

1.3
date	95.07.16.10.24.18;	author joerg;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	95.05.30.05.05.16;	author rgrimes;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	94.09.13.13.51.31;	author gclarkii;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.13.13.51.32;	author gclarkii;	state Exp;
branches;
next	;

1.2.4.1
date	96.05.29.22.37.37;	author jkh;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	96.06.05.02.44.04;	author jkh;	state Exp;
branches;
next	;

1.3.2.1
date	97.04.11.16.54.00;	author asami;	state dead;
branches;
next	;


desc
@@


1.4
log
@Clearing out the old stuff, its all in contrib now.
@
text
@# Generated automatically from Makefile.in by configure.
# Makefile for GNU Texindex.
# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#### Start of system configuration section. ####

srcdir = .
VPATH  = $(srcdir):$(common)

common = $(srcdir)/../libtxi

CC = gcc
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644

LN	= ln
RM	= rm -f
TAR	= tar
MKDIR	= mkdir

DEFS =  -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
LIBS = -L../libtxi -ltxi
LOADLIBES = $(LIBS)

SHELL = /bin/sh

CFLAGS = -O2
LDFLAGS = -O2

prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
# Prefix for each installed program, normally empty or `g'.
binprefix =
libdir = $(prefix)/lib
# Prefix for each installed man page, normally empty or `g'.
manprefix =
mandir = $(prefix)/man/man1
manext = 1
infodir = $(prefix)/info

#### End of system configuration section. ####

all: texindex
sub-all: all

.c.o:
	$(CC) -c $(CPPFLAGS) $(DEFS) -I. -I$(srcdir) -I$(common) $(CFLAGS) $<


install: all
	$(INSTALL_PROGRAM) texindex $(bindir)/texindex
	$(INSTALL_PROGRAM) $(srcdir)/texi2dvi $(bindir)/texi2dvi

uninstall:
	rm -f $(bindir)/texindex $(bindir)/texi2dvi

Makefile: Makefile.in ../config.status
	cd ..; sh config.status

TAGS:
	etags *.c *.h $(common)/getopt*.c $(common)/getopt.h

clean:
	rm -f *.o a.out core core.* texindex

mostlyclean: clean

distclean: clean
	rm -f Makefile config.status

realclean: distclean
	rm -f TAGS

texindex: texindex.o ../libtxi/libtxi.a
	$(CC) $(LDFLAGS) -o texindex texindex.o $(LOADLIBES)

texindex.o: texindex.c $(common)/getopt.h

# Prevent GNU make v3 from overflowing arg limit on SysV.
.NOEXPORT:
@


1.3
log
@Remove my last week's CFLAGS hack from Makefile.inc, and fix
info/Makefile instead to not clobber the settings inherited from
/etc/make.conf.
@
text
@@


1.3.2.1
log
@Bring in latest texinfo from -current.  Note src/contrib/texinfo
is already tagged into RELENG_2_2.
@
text
@@


1.2
log
@Remove trailing whitespace.
@
text
@d42 2
a43 2
CFLAGS = -g
LDFLAGS = -g
@


1.2.4.1
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@d42 2
a43 2
CFLAGS = -O2
LDFLAGS = -O2
@


1.2.4.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d42 2
a43 2
CFLAGS = -g
LDFLAGS = -g
@


1.1
log
@Initial revision
@
text
@d37 1
a37 1
LIBS = -L../libtxi -ltxi 
d49 1
a49 1
binprefix = 
d52 1
a52 1
manprefix = 
@


1.1.1.1
log
@Import of GNU Info 3.0 in bmake format

@
text
@@
