From 124e4cd78814e368488d8e86c15f95223f365a44 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 5 Jan 2011 21:02:22 +0000 Subject: Atari frontend (credit: Ole Loots) svn path=/trunk/netsurf/; revision=11218 --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ed900e98..f35333af0 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ else endif ifeq ($(HOST),mint) ifeq ($(TARGET),) - TARGET := framebuffer + TARGET := atari endif endif @@ -102,7 +102,9 @@ ifneq ($(TARGET),riscos) ifneq ($(TARGET),amiga) ifneq ($(TARGET),framebuffer) ifneq ($(TARGET),windows) - $(error Unknown TARGET "$(TARGET)", should either be "riscos", "gtk", "beos", "amiga", "framebuffer" or "windows") + ifneq ($(TARGET),atari) + $(error Unknown TARGET "$(TARGET)", should either be "riscos", "gtk", "beos", "amiga", "framebuffer", "windows" or "atari") + endif endif endif endif @@ -203,7 +205,7 @@ else PKG_CONFIG := PKG_CONFIG_LIBDIR="$(GCCSDK_INSTALL_ENV)/lib/pkgconfig" pkg-config endif else - # Building for GTK, Framebuffer + # Building for GTK, Framebuffer, Atari PKG_CONFIG := pkg-config endif endif -- cgit v1.2.3