Executable_sspretty.mk (7871dc3e) Executable_sspretty.mk (b93bfd5e)
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

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

25
26$(eval $(call gb_Executable_set_include,sspretty,\
27 $$(INCLUDE) \
28 -I$(SRCDIR)/tools/inc/ \
29 -I$(SRCDIR)/tools/inc/pch \
30 -I$(SRCDIR)/tools/bootstrp/ \
31))
32
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

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

25
26$(eval $(call gb_Executable_set_include,sspretty,\
27 $$(INCLUDE) \
28 -I$(SRCDIR)/tools/inc/ \
29 -I$(SRCDIR)/tools/inc/pch \
30 -I$(SRCDIR)/tools/bootstrp/ \
31))
32
33STLPORT_DEBUGFLAG =
34ifneq ($(USE_SYSTEM_STL),YES)
35ifeq ($(PRODUCT),)
36STLPORT_DEBUGFLAG = -D_DEBUG
37endif
38endif
39
33$(eval $(call gb_Executable_set_cxxflags,sspretty,\
34 $$(CXXFLAGS) \
35 -D_TOOLS_STRINGLIST \
40$(eval $(call gb_Executable_set_cxxflags,sspretty,\
41 $$(CXXFLAGS) \
42 -D_TOOLS_STRINGLIST \
43 $(STLPORT_DEBUGFLAG) \
36))
37
38$(eval $(call gb_Executable_add_linked_libs,sspretty,\
39 sal \
40 stl \
41 tl \
42 vos3 \
43 $(gb_STDLIBS) \

--- 12 unchanged lines hidden ---
44))
45
46$(eval $(call gb_Executable_add_linked_libs,sspretty,\
47 sal \
48 stl \
49 tl \
50 vos3 \
51 $(gb_STDLIBS) \

--- 12 unchanged lines hidden ---