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

# Copyright (C) 1994, 1995, 1996, 1997, 1998 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.


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr
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)/gtk--
pkglibdir = $(libdir)/gtk--
pkgincludedir = $(includedir)/gtk--

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 = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = alphapca56-unknown-linux-gnu
host_triplet = alphapca56-unknown-linux-gnu
CC = gcc
CXX = c++
GTK_CFLAGS = -I/usr/lib/glib/include -I/usr/X11R6/include
GTK_CONFIG = /usr/bin/gtk-config
GTK_LIBS = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm
LD = /usr/bin/ld
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
MAKEINFO = makeinfo
NM = /usr/bin/nm -B
PACKAGE = gtk--
RANLIB = ranlib
VERSION = 0.9.1

noinst_PROGRAMS = testgtkmm hello testme testme1 testme2 testme3 testme6 

hello_SOURCES = hello.cc
testme_SOURCES = testme.cc
testme1_SOURCES = testme1.cc
testme2_SOURCES = testme2.cc
testme3_SOURCES = testme3.cc
testme6_SOURCES = testme6.cc
testgtkmm_SOURCES = testgtkmm.cc
include_HEADERS = testgtkmm.h
noinst_HEADERS = testgtkmm.h

#INCLUDES = 
CXXFLAGS = -I../src $(GTK_CFLAGS)
LDFLAGS = $(GTK_LIBS)
LDADD = ../src/gtk--/libgtkmm.la 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
PROGRAMS =  $(noinst_PROGRAMS)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
CPPFLAGS = 
LIBS = 
testgtkmm_OBJECTS =  testgtkmm.o
testgtkmm_LDADD = $(LDADD)
testgtkmm_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testgtkmm_LDFLAGS = 
hello_OBJECTS =  hello.o
hello_LDADD = $(LDADD)
hello_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
hello_LDFLAGS = 
testme_OBJECTS =  testme.o
testme_LDADD = $(LDADD)
testme_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testme_LDFLAGS = 
testme1_OBJECTS =  testme1.o
testme1_LDADD = $(LDADD)
testme1_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testme1_LDFLAGS = 
testme2_OBJECTS =  testme2.o
testme2_LDADD = $(LDADD)
testme2_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testme2_LDFLAGS = 
testme3_OBJECTS =  testme3.o
testme3_LDADD = $(LDADD)
testme3_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testme3_LDFLAGS = 
testme6_OBJECTS =  testme6.o
testme6_LDADD = $(LDADD)
testme6_DEPENDENCIES =  ../src/gtk--/libgtkmm.la
testme6_LDFLAGS = 
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
HEADERS =  $(include_HEADERS) $(noinst_HEADERS)

DIST_COMMON =  Makefile.am Makefile.in


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

TAR = gtar
GZIP = --best
SOURCES = $(testgtkmm_SOURCES) $(hello_SOURCES) $(testme_SOURCES) $(testme1_SOURCES) $(testme2_SOURCES) $(testme3_SOURCES) $(testme6_SOURCES)
OBJECTS = $(testgtkmm_OBJECTS) $(hello_OBJECTS) $(testme_OBJECTS) $(testme1_OBJECTS) $(testme2_OBJECTS) $(testme3_OBJECTS) $(testme6_OBJECTS)

default: all

.SUFFIXES:
.SUFFIXES: .S .c .cc .lo .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps examples/Makefile

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


mostlyclean-noinstPROGRAMS:

clean-noinstPROGRAMS:
	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)

distclean-noinstPROGRAMS:

maintainer-clean-noinstPROGRAMS:

.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

.c.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.s.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.S.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:

testgtkmm: $(testgtkmm_OBJECTS) $(testgtkmm_DEPENDENCIES)
	@rm -f testgtkmm
	$(CXXLINK) $(testgtkmm_LDFLAGS) $(testgtkmm_OBJECTS) $(testgtkmm_LDADD) $(LIBS)

hello: $(hello_OBJECTS) $(hello_DEPENDENCIES)
	@rm -f hello
	$(CXXLINK) $(hello_LDFLAGS) $(hello_OBJECTS) $(hello_LDADD) $(LIBS)

testme: $(testme_OBJECTS) $(testme_DEPENDENCIES)
	@rm -f testme
	$(CXXLINK) $(testme_LDFLAGS) $(testme_OBJECTS) $(testme_LDADD) $(LIBS)

testme1: $(testme1_OBJECTS) $(testme1_DEPENDENCIES)
	@rm -f testme1
	$(CXXLINK) $(testme1_LDFLAGS) $(testme1_OBJECTS) $(testme1_LDADD) $(LIBS)

testme2: $(testme2_OBJECTS) $(testme2_DEPENDENCIES)
	@rm -f testme2
	$(CXXLINK) $(testme2_LDFLAGS) $(testme2_OBJECTS) $(testme2_LDADD) $(LIBS)

testme3: $(testme3_OBJECTS) $(testme3_DEPENDENCIES)
	@rm -f testme3
	$(CXXLINK) $(testme3_LDFLAGS) $(testme3_OBJECTS) $(testme3_LDADD) $(LIBS)

testme6: $(testme6_OBJECTS) $(testme6_DEPENDENCIES)
	@rm -f testme6
	$(CXXLINK) $(testme6_LDFLAGS) $(testme6_OBJECTS) $(testme6_LDADD) $(LIBS)
.cc.o:
	$(CXXCOMPILE) -c $<
.cc.lo:
	$(LTCXXCOMPILE) -c $<

install-includeHEADERS: $(include_HEADERS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(includedir)
	@list='$(include_HEADERS)'; for p in $$list; do \
	  echo " $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p"; \
	  $(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
	done

uninstall-includeHEADERS:
	$(NORMAL_UNINSTALL)
	list='$(include_HEADERS)'; for p in $$list; do \
	  rm -f $(includedir)/$$p; \
	done

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

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

subdir = examples

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-includeHEADERS
	@$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: uninstall-includeHEADERS

all: Makefile $(PROGRAMS) $(HEADERS)

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


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-noinstPROGRAMS mostlyclean-compile \
		mostlyclean-libtool mostlyclean-tags \
		mostlyclean-generic

clean:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
		clean-generic mostlyclean

distclean:  distclean-noinstPROGRAMS distclean-compile distclean-libtool \
		distclean-tags distclean-generic clean
	-rm -f config.status
	-rm -f libtool

maintainer-clean:  maintainer-clean-noinstPROGRAMS \
		maintainer-clean-compile maintainer-clean-libtool \
		maintainer-clean-tags 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 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
maintainer-clean-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:
