makefile.mk (cdf0e10c) makefile.mk (5e7a3e64)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

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

30TARGET=qa_cppunit
31
32ENABLE_EXCEPTIONS=TRUE
33
34# --- Settings -----------------------------------------------------
35
36.INCLUDE : settings.mk
37
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

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

30TARGET=qa_cppunit
31
32ENABLE_EXCEPTIONS=TRUE
33
34# --- Settings -----------------------------------------------------
35
36.INCLUDE : settings.mk
37
38.IF "$(GUI)" == "OS2"
39
40@all:
41 @echo "Skipping, cppunit broken."
42
43.ELSE
44
38#building with stlport, but cppunit was not built with stlport
39.IF "$(USE_SYSTEM_STL)"!="YES"
40.IF "$(SYSTEM_CPPUNIT)"=="YES"
41CFLAGSCXX+=-DADAPT_EXT_STL
42.ENDIF
43.ENDIF
44
45CFLAGSCXX += $(CPPUNIT_CFLAGS)

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

68# --- All object files ---------------------------------------------
69
70SLOFILES= \
71 $(SHL1OBJS) \
72
73
74# --- Targets ------------------------------------------------------
75
45#building with stlport, but cppunit was not built with stlport
46.IF "$(USE_SYSTEM_STL)"!="YES"
47.IF "$(SYSTEM_CPPUNIT)"=="YES"
48CFLAGSCXX+=-DADAPT_EXT_STL
49.ENDIF
50.ENDIF
51
52CFLAGSCXX += $(CPPUNIT_CFLAGS)

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

75# --- All object files ---------------------------------------------
76
77SLOFILES= \
78 $(SHL1OBJS) \
79
80
81# --- Targets ------------------------------------------------------
82
83.ENDIF # "$(GUI)" == "OS2"
84
76.INCLUDE : target.mk
77.INCLUDE : _cppunit.mk
78
85.INCLUDE : target.mk
86.INCLUDE : _cppunit.mk
87