Makefile revision 1494
1062N/A#
1062N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1062N/A#
1062N/A# Permission is hereby granted, free of charge, to any person obtaining a
1062N/A# copy of this software and associated documentation files (the "Software"),
1062N/A# to deal in the Software without restriction, including without limitation
1062N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1062N/A# and/or sell copies of the Software, and to permit persons to whom the
1062N/A# Software is furnished to do so, subject to the following conditions:
1062N/A#
1062N/A# The above copyright notice and this permission notice (including the next
1062N/A# paragraph) shall be included in all copies or substantial portions of the
1062N/A# Software.
1062N/A#
1062N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1062N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1062N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1062N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1062N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1062N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1062N/A# DEALINGS IN THE SOFTWARE.
1062N/A#
1062N/A###############################################################################
1062N/A#
1062N/A# This Makefile drives the building of mdb modules
1062N/A#
1062N/A###############################################################################
1178N/A
1062N/A.KEEP_STATE:
1062N/A
1062N/ATOP:sh=hg root
1062N/Ainclude $(TOP)/open-src/common/Makefile.init
1062N/A
1062N/Aall := TARGET = all
1062N/Aclean := TARGET = clean
1062N/Aclobber := TARGET = clobber
1062N/Ainstall := TARGET = install
1190N/Alint := TARGET = lint
1062N/A
1062N/ASUBDIRS = modules
1062N/ATARGET =
1062N/A
1062N/Aall clean clobber install lint: $(SUBDIRS)
1190N/A
1062N/A$(SUBDIRS): FRC
1062N/A @cd $@; pwd; $(MAKE) $(MAKEFLAGS) $(TARGET)
1062N/A
1190N/AFRC:
1062N/A