xref: /trunk/main/shell/qa/zip/testimpl/makefile.mk (revision cbde6c75)
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
235448f169SMichael StahlPRJ=../../..
24cdf0e10cSrcweir
25cdf0e10cSrcweirPRJNAME=shell
265448f169SMichael StahlTARGET=qa_zipimpl
275448f169SMichael StahlLIBTARGET=NO
28cdf0e10cSrcweirENABLE_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
34cdf0e10cSrcweir# --- Settings -----------------------------------------------------
35cdf0e10cSrcweir.INCLUDE :  settings.mk
365448f169SMichael StahlUWINAPILIB =
37cdf0e10cSrcweir
385448f169SMichael StahlSHL1IMPLIB = i$(SHL1TARGET)
395448f169SMichael StahlSHL1OBJS = $(SLOFILES)
405448f169SMichael StahlSHL1RPATH = NONE
415448f169SMichael Stahl.IF "$(OS)" == "WNT"
425448f169SMichael Stahl	SHL1STDLIBS = msvcprt.lib
43cdf0e10cSrcweir.ENDIF
4459499f15SMichael StahlSHL1LIBS = $(SOLARLIBDIR)$/zlib.lib $(SLB)$/zipfile.lib
455448f169SMichael StahlSLOFILES=$(SLO)$/testzipimpl.obj
465448f169SMichael StahlSHL1TARGET = $(TARGET)
47cdf0e10cSrcweirDEF1NAME=$(SHL1TARGET)
48cdf0e10cSrcweir# --- Targets ------------------------------------------------------
49cdf0e10cSrcweir
50cdf0e10cSrcweir.INCLUDE :  target.mk
515448f169SMichael Stahl.IF "$(OS)" == "WNT"
525448f169SMichael Stahl	INCLUDE!:=$(subst,/stl, $(INCLUDE))
535448f169SMichael Stahl.ENDIF
54cdf0e10cSrcweir
55