office-gobmx/registry/test/makefile.mk

91 lines
2.3 KiB
Makefile
Raw Normal View History

2000-09-18 09:18:43 -05:00
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
2000-09-18 09:18:43 -05:00
#
# OpenOffice.org - a multi-platform office productivity suite
2000-09-18 09:18:43 -05:00
#
# This file is part of OpenOffice.org.
2000-09-18 09:18:43 -05:00
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
2000-09-18 09:18:43 -05:00
#
# OpenOffice.org 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 version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
2000-09-18 09:18:43 -05:00
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
2000-09-18 09:18:43 -05:00
#
#*************************************************************************
PRJ=..
PRJNAME=registry
TARGET=regtest
USE_LDUMP2=TRUE
2008-10-01 03:05:58 -05:00
ENABLE_EXCEPTIONS := TRUE
2000-09-18 09:18:43 -05:00
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# ------------------------------------------------------------------
CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)"
2000-09-18 09:18:43 -05:00
CXXFILES= \
testregcpp.cxx \
testmerge.cxx
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1OBJFILES= \
$(SLO)$/testregcpp.obj \
$(SLO)$/testmerge.obj
SHL1TARGET= rgt$(DLLPOSTFIX)
2000-09-18 09:18:43 -05:00
SHL1IMPLIB= rgt
SHL1STDLIBS= \
$(SALLIB) \
2001-03-14 02:51:06 -06:00
$(SALHELPERLIB) \
2008-10-01 03:05:58 -05:00
$(REGLIB) \
2000-09-18 09:18:43 -05:00
$(STDLIBCPP)
SHL1LIBS= $(LIB1TARGET)
SHL1DEPN= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
DEF1DEPN =$(MISC)$/rgt$(DLLPOSTFIX).flt $(SLOFILES)
2000-09-18 09:18:43 -05:00
DEFLIB1NAME =$(TARGET)
DEF1DES =Registry Runtime - TestDll
# --- Targets ------------------------------------------------------
#all: \
# ALLTAR
.INCLUDE : target.mk
# --- SO2-Filter-Datei ---
$(MISC)$/rgt$(DLLPOSTFIX).flt:
2000-09-18 09:18:43 -05:00
@echo ------------------------------
@echo Making: $@
@echo WEP>$@
@echo LIBMAIN>>$@
@echo LibMain>>$@