makefile.mk (2016fac5) makefile.mk (290e3fa2)
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 binaryurp \
39 bootstrap \
40 introspection \
41 invocadapt \
42 invocation \
43 javaloader \
44 javavm \
45 juh \
46 namingservice \

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

56 bib \
57 cached1 \
58 calc \
59 chartcontroller \
60 chartmodel \
61 charttools \
62 chartview \
63 component/animations/source/animcore/animcore \
38 bootstrap \
39 introspection \
40 invocadapt \
41 invocation \
42 javaloader \
43 javavm \
44 juh \
45 namingservice \

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

55 bib \
56 cached1 \
57 calc \
58 chartcontroller \
59 chartmodel \
60 charttools \
61 chartview \
62 component/animations/source/animcore/animcore \
63 component/binaryurp/source/binaryurp \
64 component/canvas/source/factory/canvasfactory \
65 component/canvas/source/simplecanvas/simplecanvas \
66 component/canvas/source/vcl/vclcanvas \
67 component/comphelper/util/comphelp \
68 component/cui/util/cui \
69 component/drawinglayer/drawinglayer \
70 component/dbaccess/source/ext/adabas/adabasui \
71 component/dbaccess/source/ext/macromigration/dbmm \

--- 349 unchanged lines hidden ---
64 component/canvas/source/factory/canvasfactory \
65 component/canvas/source/simplecanvas/simplecanvas \
66 component/canvas/source/vcl/vclcanvas \
67 component/comphelper/util/comphelp \
68 component/cui/util/cui \
69 component/drawinglayer/drawinglayer \
70 component/dbaccess/source/ext/adabas/adabasui \
71 component/dbaccess/source/ext/macromigration/dbmm \

--- 349 unchanged lines hidden ---