Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# dump.h header file
# dumpfstab.c reads fstab/vfstab, mtab/mnttab
# dumpitime.c reads /etc/dumpdates
# dumpmain.c driver
# dumponline.c online dump support
# dumpoptr.c operator interface
# dumptape.c handles the mag tape and opening/closing
# dumptraverse.c traverses the file system
# lftw.c fixed version of ftw(3)
# partial.c partial filesystem dump support
# unctime.c undo ctime
#
# CPPFLAGS:
# DEBUG use local directory to find ddate and dumpdates
# PARTIAL enable partial filesystem dump support
# TDEBUG trace out the process forking
#
# CAUTION: FSTYPE must be defined before including ../Makefile.backup,
# otherwise UFSROOTPKGUSRLIBFSTYPE doesn't get expanded
# properly and the magic doesn't happen.
#CFLAGS += -DTDEBUG
# XXX This is only needed for the check: target. It would be nice to
# XXX automatically generate the list when needed.
../include/memutils.h \
LOCAL= .
-I$(ROLLDIR) $(CPPFLAGS.master) \
FILEMODE= 04555
$(POST_PROCESS)
$(DO_LIBDIR)
FRC:
$(UFSROOTDUMPDATES) $(UFSROOTLINK)
#XXX Should actually note return value from close(2), particularly regarding
#XXX tape descriptors. Some drives don't actually force anything to media
#XXX except when they are writing a file mark....
$(LINTLIBDUMP): FRC
pwd
$(LIBDIR):
$(INS.dir)
$(UFSROOTLINK):
pwd
pwd
$(ROLLPOFILES): $(ROLLSRCS)
pwd
../lib/libdump.po: