1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ=.. 25 26PRJNAME=registry 27TARGET=reg 28 29UNIXVERSIONNAMES=UDK 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : settings.mk 33 34# ------------------------------------------------------------------ 35 36USE_LDUMP2=TRUE 37#USE_DEFFILE=TRUE 38LDUMP2=LDUMP3 39 40DOCPPFILES= $(INC)$/registry$/registry.hxx \ 41 $(INC)$/registry$/registry.h \ 42 $(INC)$/registry$/regtype.h \ 43 $(INC)$/registry$/reflread.hxx \ 44 $(INC)$/registry$/reflwrit.hxx \ 45 $(INC)$/registry$/refltype.hxx \ 46 47LIB1TARGET= $(SLB)$/$(TARGET).lib 48 49LIB1FILES= $(SLB)$/$(TARGET)cpp.lib 50 51SHL1TARGET= $(TARGET) 52SHL1IMPLIB= ireg 53SHL1STDLIBS= \ 54 $(SALLIB) \ 55 $(STORELIB) 56 57SHL1VERSIONMAP= $(TARGET).map 58 59SHL1LIBS= $(LIB1TARGET) 60SHL1DEPN= $(LIB1TARGET) 61SHL1DEF= $(MISC)$/$(SHL1TARGET).def 62DEF1NAME= $(SHL1TARGET) 63DEF1DES = RegistryRuntime 64SHL1RPATH=URELIB 65 66# --- Targets ------------------------------------------------------ 67 68.INCLUDE : target.mk 69 70makedocpp: $(DOCPPFILES) 71 docpp -H -m -f -u -d $(OUT)$/doc$/$(PRJNAME) $(DOCPPFILES) 72 73