From d6c07925417eaea27c85996bc243f93e27b1bcd0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 23 May 2017 11:18:45 +0100 Subject: remove cocoa frontend The cocoa frontend has been broken for a few years and we have no maintainer. It was removed from the CI six months ago and has already bitrotted so it cannot be compiled. --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97a81280f..9c3b72e82 100644 --- a/Makefile +++ b/Makefile @@ -84,13 +84,6 @@ ifeq ($(HOST),AmigaOS) endif endif -ifeq ($(HOST),Darwin) - HOST := macosx - ifeq ($(TARGET),) - TARGET := cocoa - endif -endif - ifeq ($(HOST),FreeMiNT) HOST := mint endif @@ -116,7 +109,7 @@ ifeq ($(TARGET),) endif # valid values for the TARGET -VLDTARGET := riscos gtk gtk3 beos amiga amigaos3 framebuffer windows atari cocoa monkey +VLDTARGET := riscos gtk gtk3 beos amiga amigaos3 framebuffer windows atari monkey # Check for valid TARGET ifeq ($(filter $(VLDTARGET),$(TARGET)),) @@ -255,9 +248,6 @@ else PKG_CONFIG := PKG_CONFIG_LIBDIR="$(GCCSDK_INSTALL_ENV)/lib/pkgconfig" pkg-config endif else - ifeq ($(TARGET),cocoa) - PKG_CONFIG := PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):/usr/local/lib/pkgconfig" pkg-config - else ifeq ($(TARGET),atari) ifeq ($(HOST),atari) PKG_CONFIG := pkg-config @@ -323,7 +313,6 @@ else endif endif endif - endif endif endif endif -- cgit v1.2.3