1*7871dc3eSAndrew Rist#************************************************************** 2*7871dc3eSAndrew Rist# 3*7871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*7871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 5*7871dc3eSAndrew Rist# distributed with this work for additional information 6*7871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*7871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 8*7871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 9*7871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 10*7871dc3eSAndrew Rist# 11*7871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*7871dc3eSAndrew Rist# 13*7871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 14*7871dc3eSAndrew Rist# software distributed under the License is distributed on an 15*7871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*7871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 17*7871dc3eSAndrew Rist# specific language governing permissions and limitations 18*7871dc3eSAndrew Rist# under the License. 19*7871dc3eSAndrew Rist# 20*7871dc3eSAndrew Rist#************************************************************** 21*7871dc3eSAndrew Rist 22*7871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirPRJ=..$/..$/.. 25cdf0e10cSrcweir 26cdf0e10cSrcweirPRJNAME=autodoc 27cdf0e10cSrcweirTARGET=autodoc 28cdf0e10cSrcweirTARGETTYPE=CUI 29cdf0e10cSrcweir 30cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 31cdf0e10cSrcweir 32cdf0e10cSrcweirENABLE_EXCEPTIONS=true 33cdf0e10cSrcweirPRJINC=$(PRJ)$/source 34cdf0e10cSrcweir 35cdf0e10cSrcweir.INCLUDE : settings.mk 36cdf0e10cSrcweir.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk 37cdf0e10cSrcweir 38cdf0e10cSrcweirUWINAPILIB=$(0) 39cdf0e10cSrcweirLIBSALCPPRT=$(0) 40cdf0e10cSrcweir 41cdf0e10cSrcweir# --- Files -------------------------------------------------------- 42cdf0e10cSrcweir 43cdf0e10cSrcweirOBJFILES= \ 44cdf0e10cSrcweir $(OBJ)$/adc_cl.obj \ 45cdf0e10cSrcweir $(OBJ)$/adc_cmd_parse.obj \ 46cdf0e10cSrcweir $(OBJ)$/adc_cmds.obj \ 47cdf0e10cSrcweir $(OBJ)$/adc_msg.obj \ 48cdf0e10cSrcweir $(OBJ)$/cmd_run.obj \ 49cdf0e10cSrcweir $(OBJ)$/cmd_sincedata.obj 50cdf0e10cSrcweir 51cdf0e10cSrcweir 52cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 53cdf0e10cSrcweir 54cdf0e10cSrcweirLIB1TARGET=$(LB)$/atdoc.lib 55cdf0e10cSrcweirLIB1FILES= \ 56cdf0e10cSrcweir $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \ 57cdf0e10cSrcweir $(LB)$/ary_kernel.lib $(LB)$/ary_cpp.lib $(LB)$/ary_idl.lib \ 58cdf0e10cSrcweir $(LB)$/ary_info.lib $(LB)$/ary_loc.lib \ 59cdf0e10cSrcweir $(LB)$/parser_kernel.lib $(LB)$/parser_tokens.lib $(LB)$/parser_semantic.lib \ 60cdf0e10cSrcweir $(LB)$/parser_cpp.lib $(LB)$/parser_adoc.lib \ 61cdf0e10cSrcweir $(LB)$/display_kernel.lib $(LB)$/display_html.lib $(LB)$/display_idl.lib \ 62cdf0e10cSrcweir $(LB)$/display_toolkit.lib $(LB)$/parser2_tokens.lib \ 63cdf0e10cSrcweir $(LB)$/parser2_s2_luidl.lib $(LB)$/parser2_s2_dsapi.lib \ 64cdf0e10cSrcweir $(LB)$/ary2_cinfo.lib $(LB)$/ary_doc.lib 65cdf0e10cSrcweir 66cdf0e10cSrcweir 67cdf0e10cSrcweir 68cdf0e10cSrcweirAPP1TARGET= $(TARGET) 69cdf0e10cSrcweirAPP1STACK= 1000000 70cdf0e10cSrcweirAPP1OBJS= $(OBJ)$/main.obj 71cdf0e10cSrcweir 72cdf0e10cSrcweirAPP1RPATH=SDK 73cdf0e10cSrcweir 74cdf0e10cSrcweir.IF "$(GUI)"=="WNT" 75cdf0e10cSrcweirAPP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB) 76cdf0e10cSrcweir.ELSE 77cdf0e10cSrcweir.IF "$(OS)"=="MACOSX" 78cdf0e10cSrcweir# See <http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=6911>: 79cdf0e10cSrcweirAPP1STDLIBS= $(LIBSTLPORT) -Wl,-all_load -ludm -lcosv 80cdf0e10cSrcweir.ELSE 81cdf0e10cSrcweirAPP1STDLIBS= -lcosv -ludm 82cdf0e10cSrcweir.ENDIF 83cdf0e10cSrcweir.ENDIF 84cdf0e10cSrcweir 85cdf0e10cSrcweirAPP1LIBS=$(LB)$/atdoc.lib 86cdf0e10cSrcweir 87cdf0e10cSrcweirDEPOBJFILES += $(APP1OBJS) 88cdf0e10cSrcweir 89cdf0e10cSrcweirAPP1DEPN= $(LB)$/$(TARGET).lib $(LB)$/autodoc_tools.lib \ 90cdf0e10cSrcweir $(LB)$/ary_kernel.lib $(LB)$/ary_cpp.lib $(LB)$/ary_idl.lib \ 91cdf0e10cSrcweir $(LB)$/ary_info.lib $(LB)$/ary_loc.lib \ 92cdf0e10cSrcweir $(LB)$/parser_kernel.lib $(LB)$/parser_tokens.lib $(LB)$/parser_semantic.lib \ 93cdf0e10cSrcweir $(LB)$/parser_cpp.lib $(LB)$/parser_adoc.lib \ 94cdf0e10cSrcweir $(LB)$/display_kernel.lib $(LB)$/display_html.lib $(LB)$/display_idl.lib \ 95cdf0e10cSrcweir $(LB)$/display_toolkit.lib $(LB)$/parser2_tokens.lib \ 96cdf0e10cSrcweir $(LB)$/parser2_s2_luidl.lib $(LB)$/parser2_s2_dsapi.lib \ 97cdf0e10cSrcweir $(LB)$/ary2_cinfo.lib $(LB)$/ary_doc.lib 98cdf0e10cSrcweir 99cdf0e10cSrcweir 100cdf0e10cSrcweir.INCLUDE : target.mk 101