makefile.mk (7871dc3e) | makefile.mk (5c0ee992) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26TARGET=cppu_unourl 27 28ENABLE_EXCEPTIONS=TRUE 29 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33 | 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 --- 17 unchanged lines hidden (view full) --- 26TARGET=cppu_unourl 27 28ENABLE_EXCEPTIONS=TRUE 29 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33 |
34CFLAGSCXX += $(CPPUNIT_CFLAGS) | 34.IF "$(ENABLE_UNIT_TESTS)" != "YES" 35all: 36 @echo unit tests are disabled. Nothing to do. |
35 | 37 |
38.ELSE 39 |
|
36# BEGIN ---------------------------------------------------------------- 37# auto generated Target:joblist by codegen.pl | 40# BEGIN ---------------------------------------------------------------- 41# auto generated Target:joblist by codegen.pl |
38SHL1OBJS= \ 39 $(SLO)$/cppu_unourl.obj 40SHL1TARGET= cppu_unourl 41SHL1STDLIBS=\ | 42APP1OBJS= \ 43 $(SLO)$/cppu_unourl.obj \ 44 $(SLO)$/main.obj 45APP1TARGET= cppu_unourl 46APP1STDLIBS=\ |
42 $(CPPUHELPERLIB) \ 43 $(SALLIB) \ 44 $(CPPULIB) \ 45 $(TESTSHL2LIB)\ | 47 $(CPPUHELPERLIB) \ 48 $(SALLIB) \ 49 $(CPPULIB) \ 50 $(TESTSHL2LIB)\ |
46 $(CPPUNITLIB) 47SHL1IMPLIB= i$(SHL1TARGET) 48DEF1NAME =$(SHL1TARGET) 49SHL1VERSIONMAP= export.map | 51 $(GTESTLIB) 52APP1TEST = enabled 53 |
50# auto generated Target:joblist 51# END ------------------------------------------------------------------ 52 53# --- Targets ------------------------------------------------------ 54 55.INCLUDE : target.mk | 54# auto generated Target:joblist 55# END ------------------------------------------------------------------ 56 57# --- Targets ------------------------------------------------------ 58 59.INCLUDE : target.mk |
56.INCLUDE : _cppunit.mk | |
57 | 60 |
61.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES" |
|