makefile.mk (5a7504da) makefile.mk (1e1ac450)
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

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

309.END
310
311.IF "$(OS)" == "MACOSX"
312my_components += \
313 fps_aqua \
314 macab1 \
315 macbe1 \
316 MacOSXSpell
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

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

309.END
310
311.IF "$(OS)" == "MACOSX"
312my_components += \
313 fps_aqua \
314 macab1 \
315 macbe1 \
316 MacOSXSpell
317.IF "${MACOSX_DEPLOYMENT_TARGET:s/.//}"<"107"
317.IF "${MACOSX_DEPLOYMENT_TARGET}" == ""
318 my_components += avmediaQuickTime
319.END
320.END
321
322.IF "$(OS)" == "WNT"
323my_components += \
324 ado \
325 dnd \

--- 93 unchanged lines hidden ---
318 my_components += avmediaQuickTime
319.END
320.END
321
322.IF "$(OS)" == "WNT"
323my_components += \
324 ado \
325 dnd \

--- 93 unchanged lines hidden ---