makefile.mk (7871dc3e) | makefile.mk (448486c6) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36 $(SLO)$/consolehandler.obj \ 37 $(SLO)$/csvformatter.obj \ 38 $(SLO)$/filehandler.obj \ 39 $(SLO)$/log_services.obj \ 40 $(SLO)$/logger.obj \ 41 $(SLO)$/loggerconfig.obj \ 42 $(SLO)$/loghandler.obj \ 43 $(SLO)$/plaintextformatter.obj \ | 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 --- 27 unchanged lines hidden (view full) --- 36 $(SLO)$/consolehandler.obj \ 37 $(SLO)$/csvformatter.obj \ 38 $(SLO)$/filehandler.obj \ 39 $(SLO)$/log_services.obj \ 40 $(SLO)$/logger.obj \ 41 $(SLO)$/loggerconfig.obj \ 42 $(SLO)$/loghandler.obj \ 43 $(SLO)$/plaintextformatter.obj \ |
44 $(SLO)$/sysloghandler.obj \ |
|
44 45SLOFILES= \ 46 $(EXCEPTIONSFILES) \ 47 $(SLO)$/log_module.obj \ 48 $(SLO)$/logrecord.obj \ 49 50# --- library ----------------------------------- 51 --- 29 unchanged lines hidden --- | 45 46SLOFILES= \ 47 $(EXCEPTIONSFILES) \ 48 $(SLO)$/log_module.obj \ 49 $(SLO)$/logrecord.obj \ 50 51# --- library ----------------------------------- 52 --- 29 unchanged lines hidden --- |