Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
#
include ../../Makefile.master
CHKMANIFEST= $(MANIFEST:%.xml=%.xmlchk)
# EXPORT DELETE START
# CRYPT DELETE START
# CRYPT DELETE END
# EXPORT DELETE END
XGETFLAGS= -a
$(ROOTMANIFEST): $(MANIFESTDIR)
$(MANIFESTDIR):
$(INS.dir)
$(MANIFESTDIR)/%: %
$(INS.file)
# install rule for install_h target
$(ROOTHDRDIR)/%: %
$(INS.file)
# EXPORT DELETE START
# CRYPT DELETE START
# Special targets to clean up the source tree for export distribution
# Warning: These target change the source tree
$(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
$(SED) -e "/^# CRYPT DELETE START/,/^# CRYPT DELETE END/d" \
# CRYPT DELETE END
# EXPORT DELETE END
$(RM) $@
$(POFILES):
$(RM) messages.po
$(RM) messages.po
FRC: