makefile.mk (2407af08) makefile.mk (90482c4b)
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

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

28PRJ = ..$/..$/..
29PRJNAME = sal
30TARGET = qa_osl_setthreadname
31
32ENABLE_EXCEPTIONS = TRUE
33
34.INCLUDE: settings.mk
35
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

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

28PRJ = ..$/..$/..
29PRJNAME = sal
30TARGET = qa_osl_setthreadname
31
32ENABLE_EXCEPTIONS = TRUE
33
34.INCLUDE: settings.mk
35
36CFLAGSCXX += $(CPPUNIT_CFLAGS)
36.IF "$(ENABLE_UNIT_TESTS)" != "YES"
37all:
38 @echo unit tests are disabled. Nothing to do.
37
39
38DLLPRE =
40.ELSE
39
41
40SHL1IMPLIB = i$(SHL1TARGET)
41SHL1OBJS = $(SLO)/test-setthreadname.obj
42SHL1RPATH = NONE
43SHL1STDLIBS = $(CPPUNITLIB) $(SALLIB)
44SHL1TARGET = test-setthreadname
45SHL1VERSIONMAP = version.map
46DEF1NAME = $(SHL1TARGET)
42APP1OBJS = $(SLO)/test-setthreadname.obj
43APP1RPATH = NONE
44APP1STDLIBS = $(GTESTLIB) $(SALLIB)
45APP1TARGET = test-setthreadname
46APP1TEST = enabled
47
47
48SLOFILES = $(SHL1OBJS)
49
50.INCLUDE: target.mk
48.INCLUDE: target.mk
51.INCLUDE: _cppunit.mk
52
49
50.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
51
53.END
52.END