# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.2 from Makefile.am

# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

#
# $Header: /cvsroot/hungry/lesstif/doc/www.lesstif.org/images/Makefile.am,v 1.2 1998/03/02 22:55:47 miers Exp $
#


SHELL = /bin/sh

srcdir = .
top_srcdir = ../../..
prefix = $(ROOT_DIR)/usr/X11R6
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/LessTif
pkglibdir = $(libdir)/LessTif
pkgincludedir = $(includedir)/LessTif

top_builddir = ../../..

ACLOCAL = aclocal
AUTOCONF = autoconf
AUTOMAKE = automake
AUTOHEADER = autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = true
PRE_INSTALL = true
POST_INSTALL = true
NORMAL_UNINSTALL = true
PRE_UNINSTALL = true
POST_UNINSTALL = true
build_alias = i686-unknown-linux
build_triplet = i686-unknown-linux-gnu
host_alias = i686-unknown-linux
host_triplet = i686-unknown-linux-gnu
target_alias = i686-unknown-linux
target_triplet = i686-unknown-linux-gnu
AR = ar
CC = gcc
EXEEXT = 
Editres = V6
LD = /usr/bin/ld
LEX = flex
LEX_OUTPUT_ROOT = lex.yy
LIBTOOL = $(top_builddir)/libtool
LIBTOOL_VERSION = 0:84:0
LN_S = ln -s
MAINT = #M#
MAJOR_VERSION = 0
MAKEINFO = makeinfo
MINOR_VERSION = 84
MOTIF_CFLAGS = -INONE
MOTIF_LIBS = -LNONE
PACKAGE = LessTif
PICO_VERSION = 
R6libs = -lXext -lSM -lICE
RANLIB = ranlib
VERSION = 0.84
VarHaveMan2html = 1
YACC = bison -y
bindir = ${exec_prefix}/bin
extralibs = 
include_version_suffix = -1.2
libdir = ${exec_prefix}/lib
motif_includes = NONE
motif_libraries = NONE
shared_make = 
subdirs = 
version_suffix = 
x_inc_path = 
x_includes = /usr/X11R6/include
x_lib_path = 
x_libraries = /usr/X11R6/lib

MAINTAINERCLEANFILES=Makefile.in

#
# Install some information files
#
# Lets put the informational stuff in a sub directory to avoid 
# poluting /usr/local for default installs.
#
rootdir=	$(exec_prefix)/LessTif/doc/images
root_DATA=	hungry.gif \
		lesstif-realsmall.gif lesstif-small.gif lesstif.gif \
		ltsunlogo.gif
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../../include/LTconfig.h
CONFIG_CLEAN_FILES = 
DATA =  $(root_DATA)

DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP = --best
default: all

.SUFFIXES:
$(srcdir)/Makefile.in: #M# Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/www.lesstif.org/images/Makefile

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


install-rootDATA: $(root_DATA)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(rootdir)
	@list='$(root_DATA)'; for p in $$list; do \
	  if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(rootdir)/$$p"; \
	    $(INSTALL_DATA) $(srcdir)/$$p $(rootdir)/$$p; \
	  else if test -f $$p; then \
	    echo " $(INSTALL_DATA) $$p $(rootdir)/$$p"; \
	    $(INSTALL_DATA) $$p $(rootdir)/$$p; \
	  fi; fi; \
	done

uninstall-rootDATA:
	$(NORMAL_UNINSTALL)
	list='$(root_DATA)'; for p in $$list; do \
	  rm -f $(rootdir)/$$p; \
	done
tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = doc/www.lesstif.org/images

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: 
	@$(NORMAL_INSTALL)

install-data: install-rootDATA
	@$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: uninstall-rootDATA

all: Makefile $(DATA)

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
	$(mkinstalldirs)  $(rootdir)


mostlyclean-generic:
	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	rm -f Makefile $(DISTCLEANFILES)
	rm -f config.cache config.log stamp-h stamp-h[0-9]*
	test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-generic

clean:  clean-generic mostlyclean

distclean:  distclean-generic clean
	rm -f config.status
	rm -f libtool

maintainer-clean:  maintainer-clean-generic distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: default uninstall-rootDATA install-rootDATA tags distdir info \
dvi installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
