makefile.mk (707fc0d4) makefile.mk (61aaf8b6)
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

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

337.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
338 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT"
339my_components += adabas
340.END
341
342.IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \
343 "$(WITH_MOZILLA)" != "NO"
344my_components += mozab
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

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

337.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \
338 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT"
339my_components += adabas
340.END
341
342.IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \
343 "$(WITH_MOZILLA)" != "NO"
344my_components += mozab
345.ELIF "$(OS)" == "OS2"
345.ELSE
346my_components += mozbootstrap
347.END
348
346.ELSE
347my_components += mozbootstrap
348.END
349
349.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT"
350.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2"
350my_components += desktopbe1
351.END
352
353.IF "$(GTK_TWO_FOUR)" != ""
354my_components += fps_gnome
355.END
356
357.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""

--- 45 unchanged lines hidden ---
351my_components += desktopbe1
352.END
353
354.IF "$(GTK_TWO_FOUR)" != ""
355my_components += fps_gnome
356.END
357
358.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(ENABLE_KDE4)" != ""

--- 45 unchanged lines hidden ---