makefile.mk (7871dc3e) | makefile.mk (707fc0d4) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39SLOFILES=\ 40 $(SLO)$/syslocaleoptions.obj \ 41 $(SLO)$/configvaluecontainer.obj \ 42 $(SLO)$/confignode.obj \ 43 $(SLO)$/configitem.obj \ 44 $(SLO)$/configmgr.obj \ 45 $(SLO)$/configpathes.obj \ 46 $(SLO)$/docinfohelper.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 --- 30 unchanged lines hidden (view full) --- 39SLOFILES=\ 40 $(SLO)$/syslocaleoptions.obj \ 41 $(SLO)$/configvaluecontainer.obj \ 42 $(SLO)$/confignode.obj \ 43 $(SLO)$/configitem.obj \ 44 $(SLO)$/configmgr.obj \ 45 $(SLO)$/configpathes.obj \ 46 $(SLO)$/docinfohelper.obj \ |
47 $(SLO)$/bootstrap.obj \ | 47 $(SLO)$/bootstrap.obj \ |
48 $(SLO)$/accelcfg.obj \ 49 $(SLO)$/cacheoptions.obj \ | 48 $(SLO)$/accelcfg.obj \ 49 $(SLO)$/cacheoptions.obj \ |
50 $(SLO)$/cmdoptions.obj \ 51 $(SLO)$/compatibility.obj \ 52 $(SLO)$/defaultoptions.obj \ 53 $(SLO)$/dynamicmenuoptions.obj \ 54 $(SLO)$/eventcfg.obj \ 55 $(SLO)$/extendedsecurityoptions.obj \ | 50 $(SLO)$/cmdoptions.obj \ 51 $(SLO)$/compatibility.obj \ 52 $(SLO)$/defaultoptions.obj \ 53 $(SLO)$/dynamicmenuoptions.obj \ 54 $(SLO)$/eventcfg.obj \ 55 $(SLO)$/extendedsecurityoptions.obj \ |
56 $(SLO)$/fltrcfg.obj \ | 56 $(SLO)$/fltrcfg.obj \ |
57 $(SLO)$/fontcfg.obj \ 58 $(SLO)$/fontoptions.obj \ | 57 $(SLO)$/fontcfg.obj \ 58 $(SLO)$/fontoptions.obj \ |
59 $(SLO)$/historyoptions.obj \ | 59 $(SLO)$/historyoptions.obj \ |
60 $(SLO)$/inetoptions.obj \ 61 $(SLO)$/internaloptions.obj \ | 60 $(SLO)$/inetoptions.obj \ 61 $(SLO)$/internaloptions.obj \ |
62 $(SLO)$/itemholder1.obj \ 63 $(SLO)$/javaoptions.obj \ 64 $(SLO)$/lingucfg.obj \ | 62 $(SLO)$/itemholder1.obj \ 63 $(SLO)$/javaoptions.obj \ 64 $(SLO)$/lingucfg.obj \ |
65 $(SLO)$/localisationoptions.obj \ | 65 $(SLO)$/localisationoptions.obj \ |
66 $(SLO)$/misccfg.obj \ 67 $(SLO)$/moduleoptions.obj \ 68 $(SLO)$/options.obj \ 69 $(SLO)$/optionsdlg.obj \ 70 $(SLO)$/pathoptions.obj \ | 66 $(SLO)$/misccfg.obj \ 67 $(SLO)$/moduleoptions.obj \ 68 $(SLO)$/options.obj \ 69 $(SLO)$/optionsdlg.obj \ 70 $(SLO)$/pathoptions.obj \ |
71 $(SLO)$/printwarningoptions.obj \ 72 $(SLO)$/regoptions.obj \ 73 $(SLO)$/saveopt.obj \ 74 $(SLO)$/searchopt.obj \ 75 $(SLO)$/securityoptions.obj \ 76 $(SLO)$/sourceviewconfig.obj \ 77 $(SLO)$/startoptions.obj \ | 71 $(SLO)$/printwarningoptions.obj \ 72 $(SLO)$/saveopt.obj \ 73 $(SLO)$/searchopt.obj \ 74 $(SLO)$/securityoptions.obj \ 75 $(SLO)$/sourceviewconfig.obj \ 76 $(SLO)$/startoptions.obj \ |
78 $(SLO)$/undoopt.obj \ 79 $(SLO)$/useroptions.obj \ | 77 $(SLO)$/undoopt.obj \ 78 $(SLO)$/useroptions.obj \ |
80 $(SLO)$/viewoptions.obj \ 81 $(SLO)$/workingsetoptions.obj \ | 79 $(SLO)$/viewoptions.obj \ 80 $(SLO)$/workingsetoptions.obj \ |
82 $(SLO)$/xmlaccelcfg.obj 83 | 81 $(SLO)$/xmlaccelcfg.obj 82 |
83 |
|
84# --- Targets ---------------------------------- 85 86.INCLUDE : target.mk 87 | 84# --- Targets ---------------------------------- 85 86.INCLUDE : target.mk 87 |