Executable_mkunroll.mk (7871dc3e) Executable_mkunroll.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,mkunroll,\
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,mkunroll,\
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,mkunroll,\
34 $$(CXXFLAGS) \
35 -D_TOOLS_STRINGLIST \
40$(eval $(call gb_Executable_set_cxxflags,mkunroll,\
41 $$(CXXFLAGS) \
42 -D_TOOLS_STRINGLIST \
43 $(STLPORT_DEBUGFLAG) \
36))
37
38$(eval $(call gb_Executable_add_linked_libs,mkunroll,\
39 basegfx \
40 sal \
41 stl \
42 tl \
43 vos3 \

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

--- 14 unchanged lines hidden ---