makefile.mk (2e2269f7) | makefile.mk (06f2ef55) |
---|---|
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 --- 345 unchanged lines hidden (view full) --- 354my_components += directx5canvas 355.END 356 357.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \ 358 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT" 359my_components += adabas 360.END 361 | 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 --- 345 unchanged lines hidden (view full) --- 354my_components += directx5canvas 355.END 356 357.IF "$(OS)" == "LINUX" || "$(OS)" == "NETBSD" || \ 358 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "WNT" 359my_components += adabas 360.END 361 |
362.IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \ 363 "$(WITH_MOZILLA)" != "NO" 364my_components += mozab 365.ELIF "$(OS)" == "OS2" 366.ELSE | 362#.IF "$(OS)" != "MACOSX" && "$(SYSTEM_MOZILLA)" != "YES" && \ 363# "$(WITH_MOZILLA)" != "NO" 364#my_components += mozab 365#.ELIF "$(OS)" == "OS2" 366#.ELSE |
367my_components += mozbootstrap | 367my_components += mozbootstrap |
368.END | 368#.END |
369 370.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2" 371my_components += desktopbe1 372.END 373 374.IF "$(GTK_TWO_FOUR)" != "" 375my_components += fps_gnome 376.END --- 47 unchanged lines hidden --- | 369 370.IF "$(OS)" != "MACOSX" && "$(OS)" != "WNT" && "$(OS)" != "OS2" 371my_components += desktopbe1 372.END 373 374.IF "$(GTK_TWO_FOUR)" != "" 375my_components += fps_gnome 376.END --- 47 unchanged lines hidden --- |