makefile.mk (752c0af7) makefile.mk (23f1be86)
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

--- 45 unchanged lines hidden (view full) ---

54 $(OBJ)$/collectdircontent.obj \
55 $(NULL)
56
57APP1TARGET=makedepend
58APP1OBJS=$(OBJFILES)
59APP1RPATH=NONE
60
61.IF "$(COM)"=="MSC"
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

--- 45 unchanged lines hidden (view full) ---

54 $(OBJ)$/collectdircontent.obj \
55 $(NULL)
56
57APP1TARGET=makedepend
58APP1OBJS=$(OBJFILES)
59APP1RPATH=NONE
60
61.IF "$(COM)"=="MSC"
62.IF "$(dbgutil)"==""
63APP1STDLIBS+=msvcprt.lib
62APP1STDLIBS+=msvcprt.lib
64.ELSE
65APP1STDLIBS+=msvcprtd.lib
66CDEFS+=-D_DEBUG
67.ENDIF # "$(DBG_UTIL)"==""
68.ENDIF # "$(COM)"=="MSC"
69
70.IF "$(OS)"=="SOLARIS"
71#APP1STDLIBS+=-lstlport
72APP1STDLIBS+=-lCstd
73.ENDIF
74
75
76.INCLUDE : target.mk
77
78
63.ENDIF # "$(COM)"=="MSC"
64
65.IF "$(OS)"=="SOLARIS"
66#APP1STDLIBS+=-lstlport
67APP1STDLIBS+=-lCstd
68.ENDIF
69
70
71.INCLUDE : target.mk
72
73