diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:44:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:44:35 +0000 |
commit | a5ed9d369cb2da954e92a2a6183a99ffd72a20bf (patch) | |
tree | 64b87fff8137460c844167b937fbe1686367282c /registry | |
parent | d8914bad46822f7030cc4a34bbd19091dd8b45e3 (diff) |
INTEGRATION: CWS sb18 (1.1.2); FILE ADDED
2004/05/19 14:25:09 sb 1.1.2.1: #i21150# Adapted regcompare to new registry reader and published flag.
Diffstat (limited to 'registry')
-rw-r--r-- | registry/test/regcompare/makefile.mk | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/registry/test/regcompare/makefile.mk b/registry/test/regcompare/makefile.mk new file mode 100644 index 000000000000..3bc5e4d9e580 --- /dev/null +++ b/registry/test/regcompare/makefile.mk @@ -0,0 +1,141 @@ +#************************************************************************* +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: obo $ $Date: 2004-06-04 02:44:35 $ +# +# The Contents of this file are made available subject to the terms of +# either of the following licenses +# +# - GNU Lesser General Public License Version 2.1 +# - Sun Industry Standards Source License Version 1.1 +# +# Sun Microsystems Inc., October, 2000 +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2000 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# 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. +# +# 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. +# +# 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 +# +# +# Sun Industry Standards Source License Version 1.1 +# ================================================= +# The contents of this file are subject to the Sun Industry Standards +# Source License Version 1.1 (the "License"); You may not use this file +# except in compliance with the License. You may obtain a copy of the +# License at http://www.openoffice.org/license.html. +# +# Software provided under this License is provided on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. +# See the License for the specific provisions governing your rights and +# obligations concerning the Software. +# +# The Initial Developer of the Original Code is: Sun Microsystems, Inc. +# +# Copyright: 2000 by Sun Microsystems, Inc. +# +# All Rights Reserved. +# +# Contributor(s): _______________________________________ +# +# +#************************************************************************* + +PRJ := ..$/.. +PRJNAME := registry +TARGET := test_regcompare + +.INCLUDE: settings.mk +.INCLUDE: target.mk + +ALLTAR: test + +test .PHONY: $(MISC)$/$(TARGET)$/psa.urd $(MISC)$/$(TARGET)$/psb.urd \ + $(MISC)$/$(TARGET)$/usa.urd $(MISC)$/$(TARGET)$/usb.urd \ + $(MISC)$/$(TARGET)$/pe.urd $(MISC)$/$(TARGET)$/ue.urd \ + $(MISC)$/$(TARGET)$/other1.urd $(MISC)$/$(TARGET)$/other2.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/psa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/psb.urd + + $(EXECTEST) -SUCCESS $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usa.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/usb.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/pe.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/ue.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other1.urd + + $(EXECTEST) -FAILURE $(BIN)/regcompare$(EXECPOST) -f -t -u \ + -r1 $(MISC)$/$(TARGET)$/usa.urd -r2 $(MISC)$/$(TARGET)$/other2.urd + +$(MISC)$/$(TARGET)$/%.urd: %.idl + $(IDLC) -O$(MISC)$/$(TARGET) -cid -we $< |