Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews#
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews# CDDL HEADER START
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews#
113e0b7819103f02d5a16bad1b7356587d866ac2Mark Andrews# The contents of this file are subject to the terms of the
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews# Common Development and Distribution License, Version 1.0 only
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews# (the "License"). You may not use this file except in compliance
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews# with the License.
6dfc78fab61fafc9bffdc3cbc331cc996bfa2198Mark Andrews#
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews# or http://www.opensolaris.org/os/licensing.
65085946d4f92481699678e276e3ced04bcfdafbMark Andrews# See the License for the specific language governing permissions
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews# and limitations under the License.
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews#
b5f690e1618cffeec15b3bcb9525443206fb7007Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews# If applicable, add the following below this CDDL HEADER, with the
37d373d88631c7be57a30bf4a49c824a9195781fMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
b130bf8b4ebdabd5c94eb5c6522a9971997b6ac9Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
b130bf8b4ebdabd5c94eb5c6522a9971997b6ac9Mark Andrews#
072eaf055b7fa0d8abe96146fbb9152b14946c84Mark Andrews# CDDL HEADER END
072eaf055b7fa0d8abe96146fbb9152b14946c84Mark Andrews#
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews#
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews# Copyright (c) 1989,2001 by Sun Microsystems, Inc.
7a3c2d189e811933c48aace1900a868dffd42f5fMark Andrews# All rights reserved.
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews#
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews
a56f5ada432128085e4a06815328023ee0c9610dMark AndrewsFSTYPE= ufs
a56f5ada432128085e4a06815328023ee0c9610dMark AndrewsLIBPROG= fsdb
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews
a56f5ada432128085e4a06815328023ee0c9610dMark Andrewsinclude ../../Makefile.fstype
a56f5ada432128085e4a06815328023ee0c9610dMark Andrews
a56f5ada432128085e4a06815328023ee0c9610dMark AndrewsCPPFLAGS += -D_LARGEFILE64_SOURCE
4259095c8058beb9b475f1884dbeda375979e6f6Mark Andrews
4259095c8058beb9b475f1884dbeda375979e6f6Mark AndrewsCERRWARN += -_gcc=-Wno-char-subscripts
4259095c8058beb9b475f1884dbeda375979e6f6Mark AndrewsCERRWARN += -_gcc=-Wno-implicit-function-declaration
c53a5699c8242636fd913a4d07b4447efebe3bbfMark AndrewsCERRWARN += -_gcc=-Wno-parentheses
c53a5699c8242636fd913a4d07b4447efebe3bbfMark AndrewsCERRWARN += -_gcc=-Wno-unused-variable
c53a5699c8242636fd913a4d07b4447efebe3bbfMark AndrewsCERRWARN += -_gcc=-Wno-uninitialized
8c731c1219f1698f15bf5b1fcf6bc301cfd9bc42Mark Andrews
8c731c1219f1698f15bf5b1fcf6bc301cfd9bc42Mark AndrewsSRCS= $(LIBPROG).c
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrewslint: lint_SRCS
a630d60b8b628cb2ce46b906dc7b1a5b83b74ed5Mark Andrews