# Generated automatically from Makefile.in by configure.
#
# Makefile for e4fsck
#

srcdir = ../../e4fsck
top_srcdir = ../..
VPATH = ../../e4fsck
top_builddir = ..
my_dir = e4fsck
INSTALL = /usr/bin/ginstall -c
LDFLAG_STATIC = -static


# Beginning of file MCONFIG

SHELL = /bin/sh

prefix = 
exec_prefix = ${prefix}
usr_prefix = ${prefix}/usr
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 = cc
DEFS =  -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDARG_H=1 -DHAVE_ERRNO_H=1 -DHAVE_MNTENT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 -DHAVE_LINUX_FD_H=1 -DHAVE_LINUX_MAJOR_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_GETRUSAGE=1 -DHAVE_LLSEEK=1 -DHAVE_STRDUP=1 -DHAVE_STRCASECMP=1 -DHAVE_SRANDOM=1 -DHAVE_FCHOWN=1 -DHAVE_INO_T=1 -DHAVE_LINUX_FS_H=1 -DHAVE_EXT4_IOCTLS=1 
CFLAGS = -g -O
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) cc
ARUPD = $(AR) r

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

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

PROFILED_LIBSS = $(LIB)/libss
PROFILED_LIBCOM_ERR = $(LIB)/libcom_err
PROFILED_LIBE2P = $(LIB)/libe2p
PROFILED_LIBEXT4FS = $(LIB)/libext4fs
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=

#
# 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

PROGS=		e4fsck extend  flushb
MANPAGES=	e4fsck.8

LIBS= $(LIBEXT4FS) $(LIBCOM_ERR) $(LIBUUID)
DEPLIBS= $(LIBEXT4FS) $(LIBCOM_ERR) $(LIBUUID)

STATIC_LIBS= $(STATIC_LIBEXT4FS) $(STATIC_LIBCOM_ERR) $(STATIC_LIBUUID)
STATIC_DEPLIBS= $(STATIC_LIBEXT4FS) $(STATIC_LIBCOM_ERR) $(STATIC_LIBUUID)

PROFILED_LIBS= $(PROFILED_LIBEXT4FS) $(PROFILED_LIBCOM_ERR) $(PROFILED_LIBUUID)
PROFILED_DEPLIBS= $(PROFILED_LIBEXT4FS) $(PROFILED_LIBCOM_ERR) $(PROFILED_LIBUUID)

.c.o:
	$(CC) -c $(ALL_CFLAGS) $< -o $@
#	$(CC) $(ALL_CFLAGS) -pg -o profiled/$*.o -c $<

#
# Flags for using Checker
#	Note: The optimization flags must include -g
#
#MCHECK=	-checker
#LIBS= $(LIBCOM_ERR) $(LIB_EXT4FS) $(CHECKLIB)
#DEPLIBS= $(LIBCOM_ERR) $(LIB_EXT4FS) 
#CHECKLIB= /usr/lib/libchecker.o

#
# Flags for doing mtrace --- uncomment to produce mtracing e4fsck
# 	Note:  The optimization flags must include -g
#
#MTRACE=	-DMTRACE
#MTRACE_OBJ= mtrace.o
#MTRACE_SRC= $(srcdir)/mtrace.c
#OPT= -g

#
# Flags for doing mcheck --- uncomment to produce mchecking e4fsck
# 	Note:  The optimization flags must include -g
#
#MCHECK= -DMCHECK

OBJS= e4fsck.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o \
	swapfs.o badblocks.o util.o dirinfo.o ehandler.o $(MTRACE_OBJ)

PROFILED_OBJS= profiled/e4fsck.o profiled/pass1.o profiled/pass1b.o \
	profiled/pass2.o profiled/pass3.o profiled/pass4.o profiled/pass5.o \
	profiled/badblocks.o profiled/util.o profiled/dirinfo.o \
	profiled/ehandler.o profiled/swapfs.o

SRCS= $(srcdir)/e4fsck.c \
	$(srcdir)/pass1.c \
	$(srcdir)/pass1b.c \
	$(srcdir)/pass2.c \
	$(srcdir)/pass3.c \
	$(srcdir)/pass4.c \
	$(srcdir)/pass5.c \
	$(srcdir)/badblocks.c \
	$(srcdir)/util.c \
	$(srcdir)/dirinfo.c \
	$(srcdir)/ehandler.c \
	$(MTRACE_SRC)

all:: profiled $(PROGS) e4fsck.static e4fsck.shared $(MANPAGES)

#all:: e4fsck.profiled

e4fsck: e4fsck.static
	$(CP) e4fsck.static e4fsck

e4fsck.static: $(OBJS)  $(STATIC_DEPLIBS)
	$(LD) $(ALL_LDFLAGS) $(LDFLAG_STATIC) -o e4fsck.static $(OBJS) \
		$(STATIC_LIBS) 

e4fsck.shared: $(OBJS)  $(DEPLIBS)
	$(LD) $(ALL_LDFLAGS) -o e4fsck.shared $(OBJS) $(LIBS) 

e4fsck.profiled: $(PROFILED_OBJS)  $(DEPLIBS)
	$(LD) $(ALL_LDFLAGS) -pg -o e4fsck.profiled $(PROFILED_OBJS) \
		$(PROFILED_LIBS) 

extend: extend.o
	$(LD) $(ALL_LDFLAGS) -o extend extend.o $(CHECKLIB)

flushb: flushb.o
	$(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)

iscan: iscan.o util.o
	$(LD) $(ALL_LDFLAGS) -o iscan iscan.o util.o ehandler.o $(LIBS)

profiled:
	mkdir profiled

e4fsck.8: $(SUBSTITUTE) $(srcdir)/e4fsck.8.in
	-$(CHMOD) +x $(SUBSTITUTE)
	$(SUBSTITUTE) $(srcdir)/e4fsck.8.in e4fsck.8

installdirs:
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir) \
		$(DESTDIR)$(cat8dir)

install: $(PROGS) $(MANPAGES) installdirs
	for i in $(PROGS); do \
		$(INSTALL_PROGRAM) $$i $(DESTDIR)$(sbindir)/$$i; \
		$(STRIP) $(DESTDIR)$(sbindir)/$$i; \
	done
	$(LN) -f $(DESTDIR)$(sbindir)/e4fsck $(DESTDIR)$(sbindir)/fsck.ext4
	for i in $(MANPAGES); do \
		$(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
	done

uninstall:
	$(RM) -f $(sbindir)/e4fsck
	$(RM) -f $(sbindir)/flushb
	$(RM) -f $(sbindir)/fsck.ext4
	for i in $(MANPAGES); do \
		$(RM) -f $(man8dir)/$$i; \
	done

clean:
	$(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e4fsck.static \
		e4fsck.shared e4fsck.profiled e4fsck.8
	$(RM) -rf profiled

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
#
e4fsck.o: $(srcdir)/e4fsck.c $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h $(srcdir)/../version.h
pass1.o: $(srcdir)/pass1.c $(top_srcdir)/lib/et/com_err.h \
 $(srcdir)/e4fsck.h $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
pass1b.o: $(srcdir)/pass1b.c $(top_srcdir)/lib/et/com_err.h \
 $(srcdir)/e4fsck.h $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
pass2.o: $(srcdir)/pass2.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
pass3.o: $(srcdir)/pass3.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h  $(top_srcdir)/lib/ext4fs/bitops.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h
pass4.o: $(srcdir)/pass4.c $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
pass5.o: $(srcdir)/pass5.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h $(top_srcdir)/lib/ext4fs/bitops.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h
badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
 $(srcdir)/e4fsck.h $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
util.o: $(srcdir)/util.c $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
dirinfo.o: $(srcdir)/dirinfo.c $(top_srcdir)/lib/et/com_err.h \
 $(srcdir)/e4fsck.h $(top_srcdir)/lib/ext4fs/ext4fs.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
ehandler.o: $(srcdir)/ehandler.c $(srcdir)/e4fsck.h \
 $(top_srcdir)/lib/ext4fs/ext4fs.h $(top_srcdir)/lib/et/com_err.h \
 $(top_srcdir)/lib/ext4fs/io.h $(top_builddir)/lib/ext4fs/ext4_err.h \
 $(top_srcdir)/lib/ext4fs/bitops.h
