xref: /AOO41X/main/shell/qa/zip/testimpl/makefile.mk (revision 47148b3bc50811ceb41802e4cc50a5db21535900)
1*7871dc3eSAndrew Rist#**************************************************************
25448f169SMichael Stahl#
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
105448f169SMichael Stahl#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
125448f169SMichael Stahl#
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.
195448f169SMichael Stahl#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
235448f169SMichael StahlPRJ=../../..
245448f169SMichael Stahl
255448f169SMichael StahlPRJNAME=shell
265448f169SMichael StahlTARGET=qa_zipimpl
275448f169SMichael StahlLIBTARGET=NO
285448f169SMichael StahlENABLE_EXCEPTIONS=TRUE
295448f169SMichael Stahl.IF "$(OS)" == "WNT"
305448f169SMichael Stahl	NO_DEFAULT_STL=TRUE
315448f169SMichael Stahl	USE_STLP_DEBUG=
325448f169SMichael Stahl.ENDIF
335448f169SMichael StahlUSE_DEFFILE=TRUE
345448f169SMichael Stahl# --- Settings -----------------------------------------------------
355448f169SMichael Stahl.INCLUDE :  settings.mk
365448f169SMichael StahlUWINAPILIB =
375448f169SMichael Stahl
385448f169SMichael StahlSHL1IMPLIB = i$(SHL1TARGET)
395448f169SMichael StahlSHL1OBJS = $(SLOFILES)
405448f169SMichael StahlSHL1RPATH = NONE
415448f169SMichael Stahl.IF "$(OS)" == "WNT"
425448f169SMichael Stahl	SHL1STDLIBS = msvcprt.lib
435448f169SMichael Stahl.ENDIF
4459499f15SMichael StahlSHL1LIBS = $(SOLARLIBDIR)$/zlib.lib $(SLB)$/zipfile.lib
455448f169SMichael StahlSLOFILES=$(SLO)$/testzipimpl.obj
465448f169SMichael StahlSHL1TARGET = $(TARGET)
475448f169SMichael StahlDEF1NAME=$(SHL1TARGET)
485448f169SMichael Stahl# --- Targets ------------------------------------------------------
495448f169SMichael Stahl
505448f169SMichael Stahl.INCLUDE :  target.mk
515448f169SMichael Stahl.IF "$(OS)" == "WNT"
525448f169SMichael Stahl	INCLUDE!:=$(subst,/stl, $(INCLUDE))
535448f169SMichael Stahl.ENDIF
545448f169SMichael Stahl
55