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=xml2cmp 27TARGET=x2c_xcd 28TARGETTYPE=CUI 29 30LIBTARGET=NO 31 32 33 34# --- Settings ----------------------------------------------------- 35 36ENABLE_EXCEPTIONS=TRUE 37 38.INCLUDE : settings.mk 39 40 41 42# --- Files -------------------------------------------------------- 43 44 45LIBONLYFILES=\ 46 $(OBJ)$/cr_html.obj \ 47 $(OBJ)$/cr_index.obj \ 48 $(OBJ)$/cr_metho.obj \ 49 $(OBJ)$/filebuff.obj \ 50 $(OBJ)$/parse.obj \ 51 $(OBJ)$/xmlelem.obj \ 52 $(OBJ)$/xmltree.obj 53 54 55OBJFILES=\ 56 $(OBJ)$/main.obj \ 57 $(LIBONLYFILES) 58 59 60LIB1TARGET=$(LB)$/$(TARGET).lib 61LIB1OBJFILES=\ 62 $(OBJFILES) 63 64 65LIB2TARGET=$(LB)$/$(TARGET)l.lib 66LIB2OBJFILES=\ 67 $(LIBONLYFILES) 68 69 70 71 72# --- Targets ------------------------------------------------------ 73 74 75.INCLUDE : target.mk 76