From e237ebac8f6cca443a52966de74934d98096be1f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 Aug 2012 11:46:31 +0100 Subject: Split install and package targets. Install target is for installing on the local machine and package generates a package --- monkey/Makefile.target | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'monkey/Makefile.target') diff --git a/monkey/Makefile.target b/monkey/Makefile.target index 3524b31a8..b72734fe3 100644 --- a/monkey/Makefile.target +++ b/monkey/Makefile.target @@ -1,3 +1,8 @@ +# +# Makefile for NetSurf monkey target +# +# This file is part of NetSurf + # ---------------------------------------------------------------------------- # Monkey flag setup (using pkg-config) # ---------------------------------------------------------------------------- @@ -65,3 +70,15 @@ S_MONKEY := $(addprefix monkey/,$(S_MONKEY)) # are not yet available SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_PDF) $(S_MONKEY) EXETARGET := nsmonkey + +# ---------------------------------------------------------------------------- +# Install target +# ---------------------------------------------------------------------------- + +install-monkey: + +# ---------------------------------------------------------------------------- +# Package target +# ---------------------------------------------------------------------------- + +package-monkey: -- cgit v1.2.3