# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @prefix@/bin sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include top_builddir = . CC = @CC@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ bin_PROGRAMS = mgstat mgstat_SOURCES = mgstat.c output.c status.c graph.c CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) INSTALL = @INSTALL@ DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ -ggdb LIBS = @LIBS@ mgstat_OBJECTS = mgstat.o output.o status.o graph.o mgstat_LDADD = $(LDADD) mgstat_DEPENDENCIES = mgstat_LDFLAGS = $(LDFLAGS) CFLAGS = @CFLAGS@ -Wall -I. $(DEFS) COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ all: mgstat mgstat: $(mgstat_OBJECTS) $(mgstat_DEPENDENCIES) @rm -f n $(LINK) $(mgstat_LDFLAGS) $(mgstat_OBJECTS) $(mgstat_LDADD) $(LIBS) clean: rm -rf ./*.o mgstat distclean: make clean rm -f config.cache config.status config.log Makefile install: $(INSTALL) -s -o root -m 0755 mgstat $(bindir)/mgstat