# Generated automatically from Makefile.in by configure. # 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 = /bin/sh INSTALL = /usr/bin/install -c -o root -g wheel srcdir = . top_srcdir = . prefix = /usr/local 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 top_builddir = . CC = cc PACKAGE = yawho VERSION = 1.2 bin_PROGRAMS = yawho yawho_SOURCES = process.c yawho.c yawho.h CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I. CPPFLAGS = LDFLAGS = LIBS = -lkvm yawho_OBJECTS = process.o yawho.o yawho_LDADD = $(LDADD) yawho_DEPENDENCIES = yawho_LDFLAGS = CFLAGS = -fno-common -Wall -I. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ all: yawho yawho: $(yawho_OBJECTS) $(yawho_DEPENDENCIES) @rm -f yawho $(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS) install: $(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho clean: rm -f ./*.o rm -f yawho distclean: rm -f *~ *.o yawho config.status config.cache config.log config.h Makefile