makefile.mk (7871dc3e) | makefile.mk (e1fcf41e) |
---|---|
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 --- 15 unchanged lines hidden (view full) --- 24PRJ=.. 25 26PRJNAME=basebmp 27TARGET=tests 28TARGETTYPE=GUI 29 30ENABLE_EXCEPTIONS=TRUE 31 | 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 --- 15 unchanged lines hidden (view full) --- 24PRJ=.. 25 26PRJNAME=basebmp 27TARGET=tests 28TARGETTYPE=GUI 29 30ENABLE_EXCEPTIONS=TRUE 31 |
32.IF "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" | 32.IF "$(WITH_CPPUNIT)" != "YES" |
33 34@all: | 33 34@all: |
35.IF "$(GUI)" == "OS2" 36 @echo "Skipping, cppunit broken." 37.ELIF "$(WITH_CPPUNIT)" != "YES" | |
38 @echo "cppunit disabled. nothing do do." | 35 @echo "cppunit disabled. nothing do do." |
39.END | |
40 41.ELSE 42 43# --- Settings ----------------------------------------------------- 44 45.INCLUDE : settings.mk 46 47.IF "$(debug)"!="" || "$(DEBUG)"!="" --- 85 unchanged lines hidden (view full) --- 133 134.INCLUDE : target.mk 135 136# --- Enable test execution in normal build ------------------------ 137.IF "$(L10N_framework)"=="" 138.INCLUDE : _cppunit.mk 139.ENDIF 140 | 36 37.ELSE 38 39# --- Settings ----------------------------------------------------- 40 41.INCLUDE : settings.mk 42 43.IF "$(debug)"!="" || "$(DEBUG)"!="" --- 85 unchanged lines hidden (view full) --- 129 130.INCLUDE : target.mk 131 132# --- Enable test execution in normal build ------------------------ 133.IF "$(L10N_framework)"=="" 134.INCLUDE : _cppunit.mk 135.ENDIF 136 |
141.ENDIF # "$(GUI)" == "OS2" | 137.ENDIF # "$(WITH_CPPUNIT)" != "YES" |