makefile.mk (cdf0e10c) | makefile.mk (970ef17c) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 10 unchanged lines hidden (view full) --- 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#***********************************************************************/ | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 10 unchanged lines hidden (view full) --- 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#***********************************************************************/ |
27.IF "$(ENABLE_NSS_MODULE)" == "NO" 28nothing .PHONY: 29.ELSE |
|
27.IF "$(OOO_SUBSEQUENT_TESTS)" == "" 28nothing .PHONY: 29.ELSE 30 31PRJ = ../.. 32PRJNAME = xmlsecurity 33TARGET = qa_certext 34 --- 29 unchanged lines hidden (view full) --- 64 65ALLTAR : cpptest 66 67cpptest : $(SHL1TARGETN) 68 69CPPTEST_LIBRARY = $(SHL1TARGETN) 70 71.END | 30.IF "$(OOO_SUBSEQUENT_TESTS)" == "" 31nothing .PHONY: 32.ELSE 33 34PRJ = ../.. 35PRJNAME = xmlsecurity 36TARGET = qa_certext 37 --- 29 unchanged lines hidden (view full) --- 67 68ALLTAR : cpptest 69 70cpptest : $(SHL1TARGETN) 71 72CPPTEST_LIBRARY = $(SHL1TARGETN) 73 74.END |
75.END |
|