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 23PRJ=..$/.. 24 25PRJNAME=automation 26TARGET=server 27 28# --- Settings ----------------------------------------------------- 29 30.INCLUDE : settings.mk 31 32# --- Files -------------------------------------------------------- 33 34SLOFILES = \ 35 $(SLO)$/XMLParser.obj \ 36 $(SLO)$/recorder.obj \ 37 $(SLO)$/svcommstream.obj \ 38 $(SLO)$/cmdbasestream.obj \ 39 $(SLO)$/scmdstrm.obj \ 40 $(SLO)$/statemnt.obj \ 41 $(SLO)$/sta_list.obj \ 42 $(SLO)$/editwin.obj \ 43 $(SLO)$/server.obj \ 44 $(SLO)$/retstrm.obj \ 45 $(SLO)$/profiler.obj 46 47 48OBJFILES = \ 49 $(OBJ)$/cmdbasestream.obj \ 50 $(OBJ)$/svcommstream.obj 51 52EXCEPTIONSFILES = \ 53 $(SLO)$/statemnt.obj \ 54 $(SLO)$/server.obj \ 55 $(SLO)$/XMLParser.obj 56 57NOOPTFILES = $(SLO)$/statemnt.obj 58 59.IF "$(OS)"=="SOLARIS" 60SLOFILES += $(SLO)$/prof_usl.obj 61.ELSE 62SLOFILES += $(SLO)$/prof_nul.obj 63.ENDIF 64 65# --- Tagets ------------------------------------------------------- 66 67.INCLUDE : target.mk 68