2003-06-10 04:48:38 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# $RCSfile: makefile.mk,v $
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2007-01-25 05:28:24 -06:00
|
|
|
# $Revision: 1.10 $
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2007-01-25 05:28:24 -06:00
|
|
|
# last change: $Author: obo $ $Date: 2007-01-25 12:28:24 $
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# The Contents of this file are made available subject to
|
|
|
|
# the terms of GNU Lesser General Public License Version 2.1.
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License version 2.1, as published by the Free Software Foundation.
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
2005-09-07 14:16:47 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
# MA 02111-1307 USA
|
2003-06-10 04:48:38 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
2001-01-16 04:39:44 -06:00
|
|
|
PRJ=..$/..
|
|
|
|
PRJNAME=odk
|
|
|
|
TARGET=checkinc
|
|
|
|
|
|
|
|
#----------------------------------------------------------------
|
|
|
|
.INCLUDE: settings.mk
|
|
|
|
.INCLUDE: $(PRJ)$/util$/makefile.pmk
|
|
|
|
#----------------------------------------------------------------
|
2001-01-19 07:36:06 -06:00
|
|
|
ODKCHECKFILE=$(MISC)$/$(TARGET).txt
|
2001-01-16 04:39:44 -06:00
|
|
|
|
2003-08-27 10:47:47 -05:00
|
|
|
all : $(ODKCHECKFILE)
|
2001-01-16 04:39:44 -06:00
|
|
|
|
2003-08-27 10:47:47 -05:00
|
|
|
$(ODKCHECKFILE) : $(SDK_CONTENT_CHECK_FILES)
|
2007-01-25 05:28:24 -06:00
|
|
|
@echo "" > $(ODKCHECKFILE)
|
2001-01-19 07:36:06 -06:00
|
|
|
# THE PERL SCRIPT DELETES THE CHECK FILE, WHEN AN ERROR OCCURS
|
2006-07-05 15:53:47 -05:00
|
|
|
-diff -br $(DESTDIRINC)$/osl $(SOLARINCDIR)$/osl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
|
|
|
-diff -br $(DESTDIRINC)$/rtl $(SOLARINCDIR)$/rtl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
|
|
|
-diff -br $(DESTDIRINC)$/sal $(SOLARINCDIR)$/sal $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
|
|
|
-diff -br $(DESTDIRINC)$/stl $(SOLARINCDIR)$/stl $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
|
|
|
-diff -br $(DESTDIRINC)$/store $(SOLARINCDIR)$/store $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
|
|
|
-diff -br $(DESTDIRINC)$/vos $(SOLARINCDIR)$/vos $(PIPEERROR) $(PERL) $(PRJ)$/util$/checkdiff.pl $(ODKCHECKFILE)
|
2001-01-19 07:36:06 -06:00
|
|
|
# RAISE AN ERROR WHEN TAG FILE IS NOT THERE ANYMORE
|
2002-07-01 10:00:34 -05:00
|
|
|
cat $(ODKCHECKFILE)
|