Makefile (cdf0e10c) Makefile (cb2654af)
1 #*************************************************************************
2#
3# The Contents of this file are made available subject to the terms of
4# the BSD license.
5#
6# Copyright 2000, 2010 Oracle and/or its affiliates.
7# All rights reserved.
8#

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

61 MyListener.cxx \
62 WriterListener.cxx \
63 CalcListener.cxx \
64 ListenerHelper.cxx \
65 exports.cxx
66
67SLOFILES = $(patsubst %.cxx,$(OUT_COMP_SLO)/%.$(OBJ_EXT),$(CXXFILES))
68
1 #*************************************************************************
2#
3# The Contents of this file are made available subject to the terms of
4# the BSD license.
5#
6# Copyright 2000, 2010 Oracle and/or its affiliates.
7# All rights reserved.
8#

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

61 MyListener.cxx \
62 WriterListener.cxx \
63 CalcListener.cxx \
64 ListenerHelper.cxx \
65 exports.cxx
66
67SLOFILES = $(patsubst %.cxx,$(OUT_COMP_SLO)/%.$(OBJ_EXT),$(CXXFILES))
68
69# Add OSL_DEBUG_LEVEL to compiler the flags (for OSL_TRACE et. al.)
70ifeq "$(DEBUG)" "yes"
71CC_FLAGS += -DOSL_DEBUG_LEVEL=2
72endif
69
70# Targets
71.PHONY: ALL
72ALL : \
73 Example
74
75include $(SETTINGS)/stdtarget.mk
76

--- 109 unchanged lines hidden ---
73
74# Targets
75.PHONY: ALL
76ALL : \
77 Example
78
79include $(SETTINGS)/stdtarget.mk
80

--- 109 unchanged lines hidden ---