makefile.mk (3616bdb9) | makefile.mk (f90c092a) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30#TODO (copied from scp2/source/ooo/makefile.mk): 31.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != "" 32PKGCONFIG_MODULES=gtk+-2.0 33.INCLUDE: pkg_config.mk 34GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES) 35.END 36 37my_components = \ | 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 --- 21 unchanged lines hidden (view full) --- 30#TODO (copied from scp2/source/ooo/makefile.mk): 31.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_GTK)" != "" 32PKGCONFIG_MODULES=gtk+-2.0 33.INCLUDE: pkg_config.mk 34GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES) 35.END 36 37my_components = \ |
38 acceptor \ | |
39 binaryurp \ 40 bootstrap \ | 38 binaryurp \ 39 bootstrap \ |
41 connector \ | |
42 introspection \ 43 invocadapt \ 44 invocation \ 45 javaloader \ 46 javavm \ 47 juh \ 48 namingservice \ 49 proxyfac \ 50 reflection \ 51 stocservices \ | 40 introspection \ 41 invocadapt \ 42 invocation \ 43 javaloader \ 44 javavm \ 45 juh \ 46 namingservice \ 47 proxyfac \ 48 reflection \ 49 stocservices \ |
52 streams \ 53 textinstream \ 54 textoutstream \ | |
55 uuresolver \ 56 abp \ 57 analysis \ 58 animcore \ 59 avmedia \ 60 basctl \ 61 basprov \ 62 bib \ --- 15 unchanged lines hidden (view full) --- 78 component/dbaccess/util/dba \ 79 component/dbaccess/util/dbu \ 80 component/dbaccess/util/sdbt \ 81 component/fileaccess/util/fileacc \ 82 component/formula/util/for \ 83 component/framework/util/fwk \ 84 component/framework/util/fwl \ 85 component/framework/util/fwm \ | 50 uuresolver \ 51 abp \ 52 analysis \ 53 animcore \ 54 avmedia \ 55 basctl \ 56 basprov \ 57 bib \ --- 15 unchanged lines hidden (view full) --- 73 component/dbaccess/util/dba \ 74 component/dbaccess/util/dbu \ 75 component/dbaccess/util/sdbt \ 76 component/fileaccess/util/fileacc \ 77 component/formula/util/for \ 78 component/framework/util/fwk \ 79 component/framework/util/fwl \ 80 component/framework/util/fwm \ |
81 component/io/source/acceptor/acceptor \ 82 component/io/source/connector/connector \ 83 component/io/source/stm/streams \ 84 component/io/source/TextInputStream/textinstream \ 85 component/io/source/TextOutputStream/textoutstream \ |
|
86 component/linguistic/source/lng \ 87 component/oox/util/oox \ 88 component/reportdesign/util/rptxml \ 89 component/reportdesign/util/rpt \ 90 component/reportdesign/util/rptui \ 91 component/vbahelper/util/msforms \ 92 component/sax/source/expatwrap/expwrap \ 93 component/sax/source/fastparser/fastsax \ --- 327 unchanged lines hidden --- | 86 component/linguistic/source/lng \ 87 component/oox/util/oox \ 88 component/reportdesign/util/rptxml \ 89 component/reportdesign/util/rpt \ 90 component/reportdesign/util/rptui \ 91 component/vbahelper/util/msforms \ 92 component/sax/source/expatwrap/expwrap \ 93 component/sax/source/fastparser/fastsax \ --- 327 unchanged lines hidden --- |