makefile.mk (2407af08) | 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 --- 18 unchanged lines hidden (view full) --- 27TARGET=tests 28 29ENABLE_EXCEPTIONS=TRUE 30 31# --- Settings ----------------------------------------------------- 32 33.INCLUDE : settings.mk 34 | 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 --- 18 unchanged lines hidden (view full) --- 27TARGET=tests 28 29ENABLE_EXCEPTIONS=TRUE 30 31# --- Settings ----------------------------------------------------- 32 33.INCLUDE : settings.mk 34 |
35.IF "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" | 35.IF "$(WITH_CPPUNIT)" != "YES" |
36 37@all: | 36 37@all: |
38.IF "$(GUI)" == "OS2" 39 @echo "Skipping, cppunit broken." 40.ELIF "$(WITH_CPPUNIT)" != "YES" | |
41 @echo "cppunit disabled. nothing do do." | 38 @echo "cppunit disabled. nothing do do." |
42.END | |
43 | 39 |
44.ELSE # "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" | 40.ELSE # "$(WITH_CPPUNIT)" != "YES" |
45 46#building with stlport, but cppunit was not built with stlport 47.IF "$(USE_SYSTEM_STL)"!="YES" 48.IF "$(SYSTEM_CPPUNIT)"=="YES" 49CFLAGSCXX+=-DADAPT_EXT_STL 50.ENDIF 51.ENDIF 52 --- 28 unchanged lines hidden (view full) --- 81# END ------------------------------------------------------------------ 82 83#------------------------------- All object files ------------------------------- 84# do this here, so we get right dependencies 85SLOFILES=$(SHL1OBJS) 86 87# --- Targets ------------------------------------------------------ 88 | 41 42#building with stlport, but cppunit was not built with stlport 43.IF "$(USE_SYSTEM_STL)"!="YES" 44.IF "$(SYSTEM_CPPUNIT)"=="YES" 45CFLAGSCXX+=-DADAPT_EXT_STL 46.ENDIF 47.ENDIF 48 --- 28 unchanged lines hidden (view full) --- 77# END ------------------------------------------------------------------ 78 79#------------------------------- All object files ------------------------------- 80# do this here, so we get right dependencies 81SLOFILES=$(SHL1OBJS) 82 83# --- Targets ------------------------------------------------------ 84 |
89.ENDIF # "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" | 85.ENDIF # "$(WITH_CPPUNIT)" != "YES" |
90 91.INCLUDE : target.mk 92.INCLUDE : _cppunit.mk 93 94.IF "$(verbose)"!="" || "$(VERBOSE)"!="" 95CDEFS+= -DVERBOSE 96.ENDIF | 86 87.INCLUDE : target.mk 88.INCLUDE : _cppunit.mk 89 90.IF "$(verbose)"!="" || "$(VERBOSE)"!="" 91CDEFS+= -DVERBOSE 92.ENDIF |