# Generated automatically from Makefile.in by configure.
#
# Standard e2fsprogs prologue....
#

srcdir = .
top_srcdir = ..
top_builddir = ..
my_dir = misc
INSTALL = /usr/bin/install -c


# Beginning of file MCONFIG

SHELL = /bin/sh

prefix = /usr/local
exec_prefix = ${prefix}
usr_prefix = ${prefix}
bindir = $(exec_prefix)/bin
ubindir = $(usr_prefix)/bin
sbindir = $(exec_prefix)/sbin
usbindir = $(usr_prefix)/sbin
libdir = $(exec_prefix)/lib
ulibdir = $(usr_prefix)/lib
includedir = $(usr_prefix)/include
mandir = $(usr_prefix)/man
man1dir = $(usr_prefix)/man/man1
man8dir = $(usr_prefix)/man/man8
cat1dir = $(usr_prefix)/man/cat1
cat8dir = $(usr_prefix)/man/cat8



INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
CC = gcc
DEFS =  -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 -DHAVE_ERRNO_H=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_SYS_DISKLABEL_H=1 -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_IF_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_VPRINTF=1 -DHAVE_DIRENT_NAMLEN=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DHAVE_STAT_FLAGS=1 -DHAVE_CHFLAGS=1 -DHAVE_GETRUSAGE=1 -DHAVE_STRDUP=1 -DHAVE_GETMNTINFO=1 -DHAVE_STRCASECMP=1 -DHAVE_SRANDOM=1 -DHAVE_FCHOWN=1 -DHAVE_INO_T=1 -DHAVE_OPTRESET=1 
CFLAGS = -mcpu=v8 -mtune=v8 -O2 -I/usr/pkg/include -I/usr/X11/include
ALL_CFLAGS = $(CPPFLAGS) $(DEFS) $(WFLAGS) $(CFLAGS) $(XTRA_CFLAGS) \
	-I$(top_builddir)/lib -I$(top_srcdir)/lib $(LINUX_INCLUDE) 
LDFLAGS = 
ALL_LDFLAGS = $(LDFLAGS)
RM = /bin/rm
LN = /bin/ln
LN_S = ln -s
MV = /bin/mv
CP = /bin/cp
CHMOD = /bin/chmod
AR = ar
AWK = /usr/bin/awk
SED = /usr/bin/sed
RANLIB = ranlib
STRIP = strip
LD = $(PURE) gcc
ARUPD = $(AR) r
AUTOCONF = autoconf

#
# Library definitions
#
LIB = $(top_builddir)/lib
LIBSS = $(LIB)/libss.a
LIBCOM_ERR = $(LIB)/libcom_err.a
LIBE2P = $(LIB)/libe2p.a
LIBEXT2FS = $(LIB)/libext2fs.a
LIBUUID = $(LIB)/libuuid.a  

STATIC_LIBSS = $(LIB)/libss.a
STATIC_LIBCOM_ERR = $(LIB)/libcom_err.a
STATIC_LIBE2P = $(LIB)/libe2p.a
STATIC_LIBEXT2FS = $(LIB)/libext2fs.a
STATIC_LIBUUID = $(LIB)/libuuid.a  

PROFILED_LIBSS = $(LIB)/libss
PROFILED_LIBCOM_ERR = $(LIB)/libcom_err
PROFILED_LIBE2P = $(LIB)/libe2p
PROFILED_LIBEXT2FS = $(LIB)/libext2fs
PROFILED_LIBUUID = $(LIB)/libuuid  

#
# Use these definitions is you use tools 2.x, x < 16
#
#DLL_BIN=/usr/dll/bin
#JUMP_PREFIX=/usr/dll/jump/

#
# Use these definitions if you use tools 2.16 or above
#
DLL_BIN=/usr/bin
JUMP_PREFIX=/usr/bin/jump

# An include directive pointing to a directory holding enough linux-like
# include files to satisfy some programs here
LINUX_INCLUDE=-I$(top_srcdir)/include -I$(top_builddir)/include

#
# A fast substitution command for fixing up man pages, shell scripts, etc.
#
SUBSTITUTE= $(top_builddir)/lib/substitute_sh

#
# Warning flags
#
# Uncomment WFLAGS if you want really anal GCC warning messages
#
#
#WFLAGS=		-ansi -D_POSIX_SOURCE -pedantic \
#			-Wall -Wwrite-strings -Wpointer-arith \
#			-Wcast-qual -Wcast-align -Wtraditional \
#			-Wstrict-prototypes -Wmissing-prototypes \
#			-Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow 

#
# Installation user and groups
#
BINGRP=		bin
BINOWN=		bin
BINMODE=	555
INCGRP=		bin
INCOWN=		bin
INCMODE=	444
LIBOWN=		bin
LIBGRP=		bin
LIBMODE=	444
MANGRP=		bin
MANOWN=		bin
MANMODE=	444

all::

#
# Autoconf magic...
#

$(top_builddir)/config.status: $(top_srcdir)/configure
	(cd $(top_builddir); ./config.status --recheck)

$(top_builddir)/MCONFIG: $(top_srcdir)/MCONFIG.in $(top_builddir)/config.status
	(cd $(top_builddir); CONFIG_FILES=MCONFIG ./config.status)

$(top_builddir)/lib/substitute_sh: $(top_srcdir)/lib/substitute_sh.in \
		$(top_builddir)/config.status
	(cd $(top_builddir); CONFIG_FILES=lib/substitute_sh ./config.status)

Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \
		$(top_builddir)/config.status
	(cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status)

$(top_srcdir)/configure: $(top_srcdir)/configure.in
	cd $(top_srcdir) && $(AUTOCONF)

#
# Make depend magic...
#

.depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed
	if test -n "$(SRCS)" ; then \
		$(CC) -M $(ALL_CFLAGS) $(SRCS) | \
			sed -f $(top_srcdir)/depfix.sed \
			    -e 's; $(srcdir)/; $$(srcdir)/;g' \
			    -e 's; $(top_srcdir)/; $$(top_srcdir)/;g' \
			    -e 's; $(top_builddir)/; $$(top_builddir)/;g' \
			    -e 's; \./; ;g' \
			    -e '/^ *\\$$/d' > .depend; \
	else :; fi

depend:: .depend
	if test -n "$(SRCS)" ; then \
		sed -e '/^# +++ Dependency line eater +++/,$$d' \
			< $(srcdir)/Makefile.in | cat - .depend \
			> $(srcdir)/Makefile.in.new; \
	$(MV) $(srcdir)/Makefile.in $(srcdir)/Makefile.in.old; \
	$(MV) $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in; \
	else :; fi





# End of file MCONFIG

SPROGS=		kmke2fs 
USPROGS=	
SMANPAGES=	

UPROGS=		
UMANPAGES=	

TUNE2FS_OBJS=	
MKLPF_OBJS=	
MKE2FS_OBJS=	mke2fs.o badblocks.o
CHATTR_OBJS=	
LSATTR_OBJS=	
DUMPE2FS_OBJS=	
BADBLOCKS_OBJS=	
FSCK_OBJS=	

SRCS=	$(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
		$(srcdir)/chattr.c $(srcdir)/lsattr.c $(srcdir)/dumpe2fs.c \
		$(srcdir)/badblocks.c $(srcdir)/fsck.c

LIBS= $(LIBEXT2FS) $(LIBCOM_ERR) 
DEPLIBS= $(LIBEXT2FS) $(LIBCOM_ERR) 

STATIC_LIBS= $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) 
STATIC_DEPLIBS= $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) 

LIBS_E2P= $(LIBEXT2FS) $(LIBE2P) $(LIBCOM_ERR) 
DEPLIBS_E2P= $(LIBEXT2FS) $(LIBE2P) $(LIBCOM_ERR) 

.c.o:
	$(CC) -c $(ALL_CFLAGS) $< -o $@

all:: $(SPROGS) $(UPROGS) $(USPROGS) fix_substitute $(SMANPAGES) $(UMANPAGES)

tune2fs: $(TUNE2FS_OBJS) $(DEPLIBS_E2P) $(LIBUUID)
	$(CC) $(ALL_LDFLAGS) -o tune2fs $(TUNE2FS_OBJS) $(LIBS_E2P) $(LIBUUID)

mklost+found: $(MKLPF_OBJS)
	$(CC) $(ALL_LDFLAGS) -o mklost+found $(MKLPF_OBJS)

kmke2fs: $(MKE2FS_OBJS) $(DEPLIBS) $(LIBUUID)
	$(CC) $(ALL_LDFLAGS) -s  -o kmke2fs $(MKE2FS_OBJS) $(LIBS) $(LIBUUID)

mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBUUID)
	$(CC) $(ALL_LDFLAGS) -static -o mke2fs.static $(MKE2FS_OBJS) \
		$(STATIC_LIBS) $(STATIC_LIBUUID)

resize2fs: resize2fs.o $(DEPLIBS)
	$(CC) $(ALL_LDFLAGS) -o resize2fs resize2fs.o $(LIBS)

chattr: $(CHATTR_OBJS) $(DEPLIBS_E2P)
	$(CC) $(ALL_LDFLAGS) -o chattr $(CHATTR_OBJS) $(LIBS_E2P)

lsattr: $(LSATTR_OBJS) $(DEPLIBS_E2P)
	$(CC) $(ALL_LDFLAGS) -o lsattr $(LSATTR_OBJS) $(LIBS_E2P)

dumpe2fs: $(DUMPE2FS_OBJS) $(DEPLIBS_E2P)
	$(CC) $(ALL_LDFLAGS) -o dumpe2fs $(DUMPE2FS_OBJS) $(LIBS_E2P)

fsck: $(FSCK_OBJS)
	$(CC) $(ALL_LDFLAGS) -o fsck $(FSCK_OBJS)

badblocks: $(BADBLOCKS_OBJS) $(DEPLIBS)
	$(CC) $(ALL_LDFLAGS) -s -o badblocks $(BADBLOCKS_OBJS) $(LIBS)

fix_substitute:
	-$(CHMOD) +x $(SUBSTITUTE) 

tune2fs.8: $(SUBSTITUTE) $(srcdir)/tune2fs.8.in
	$(SUBSTITUTE) $(srcdir)/tune2fs.8.in tune2fs.8

mklost+found.8: $(SUBSTITUTE) $(srcdir)/mklost+found.8.in
	$(SUBSTITUTE) $(srcdir)/mklost+found.8.in mklost+found.8

mke2fs.8: $(SUBSTITUTE) $(srcdir)/mke2fs.8.in
	$(SUBSTITUTE) $(srcdir)/mke2fs.8.in mke2fs.8

dumpe2fs.8: $(SUBSTITUTE) $(srcdir)/dumpe2fs.8.in 
	$(SUBSTITUTE) $(srcdir)/dumpe2fs.8.in dumpe2fs.8

badblocks.8: $(SUBSTITUTE) $(srcdir)/badblocks.8.in
	$(SUBSTITUTE) $(srcdir)/badblocks.8.in badblocks.8	

fsck.8: $(SUBSTITUTE) $(srcdir)/fsck.8.in
	$(SUBSTITUTE) $(srcdir)/fsck.8.in fsck.8 

chattr.1: $(SUBSTITUTE) $(srcdir)/chattr.1.in
	$(SUBSTITUTE) $(srcdir)/chattr.1.in chattr.1 

lsattr.1: $(SUBSTITUTE) $(srcdir)/lsattr.1.in 
	$(SUBSTITUTE) $(srcdir)/lsattr.1.in lsattr.1 

installdirs:
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) \
		$(DESTDIR)$(ubindir) $(DESTDIR)$(man1dir) \
		$(DESTDIR)$(cat1dir) $(DESTDIR)$(man8dir) $(DESTDIR)$(cat8dir)

install: all $(SMANPAGES) $(UMANPAGES) installdirs
	for i in $(SPROGS); do \
		$(INSTALL_PROGRAM) $$i $(DESTDIR)$(sbindir)/$$i; \
		$(STRIP) $(DESTDIR)$(sbindir)/$$i; \
	done
	for i in $(USPROGS); do \
		$(INSTALL_PROGRAM) $$i $(DESTDIR)$(usbindir)/$$i; \
		$(STRIP) $(DESTDIR)$(usbindir)/$$i; \
	done
	$(LN) -f $(DESTDIR)$(sbindir)/mke2fs $(DESTDIR)$(sbindir)/mkfs.ext2
	for i in $(UPROGS); do \
		$(INSTALL_PROGRAM) $$i $(DESTDIR)$(ubindir)/$$i; \
		$(STRIP) $(DESTDIR)$(ubindir)/$$i; \
	done
	for i in $(SMANPAGES); do \
		$(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
	done
	for i in $(UMANPAGES); do \
		$(INSTALL_DATA) $$i $(DESTDIR)$(man1dir)/$$i; \
	done

uninstall:
	for i in $(SPROGS); do \
		$(RM) -f $(sbindir)/$$i; \
	done
	for i in $(USPROGS); do \
		$(RM) -f $(usbindir)/$$i; \
	done
	$(RM) -f $(sbindir)/mkfs.ext2
	for i in $(UPROGS); do \
		$(RM) -f $(ubindir)/$$i; \
	done
	for i in $(SMANPAGES); do \
		$(RM) -f $(man8dir)/$$i; \
	done
	for i in $(UMANPAGES); do \
		$(RM) -f $(man1dir)/$$i; \
	done

clean:
	$(RM) -f $(SPROGS) $(USPROGS) $(UPROGS) $(UMANPAGES) $(SMANPAGES) \
		mke2fs.static \#* *.s *.o *.a *~ core

mostlyclean: clean
distclean: clean
	$(RM) -f .depend Makefile

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/lib/ext2fs/ext2fs.h \
 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/io.h \
 $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \
 $(srcdir)/../version.h
mklost+found.o: $(srcdir)/mklost+found.c $(srcdir)/../version.h
mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
 $(top_srcdir)/lib/ext2fs/io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
 $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/../version.h
chattr.o: $(srcdir)/chattr.c $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/../version.h
lsattr.o: $(srcdir)/lsattr.c $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/../version.h
dumpe2fs.o: $(srcdir)/dumpe2fs.c $(top_srcdir)/lib/ext2fs/ext2fs.h \
 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/io.h \
 $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
 $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/../version.h
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/ext2fs/io.h
fsck.o: $(srcdir)/fsck.c $(srcdir)/../version.h $(srcdir)/fsck.h
