From 5941da738b84471b6eb89daf1427a80fa4934491 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 6 Jan 2016 18:42:14 +0100 Subject: Import Debian version 2.0 vlan (2.0) experimental; urgency=medium * Non-maintainer upload. * Make this a native package and replace the previous upstream source with Andrew Shaduras vconfig compatibility script. (Closes: #501402) * Update package description to better describe this package content. * Rewrite debian/rules * Bump Standards-Version to 3.9.6 * Update debian/network/ contents to not rely on vconfig. - in preparation for potentian future dropping vconfig compat script. * Update debian/copyright for the new package content. * Make vconfig always print a deprecated notice to stderr when executed. --- MakeInclude | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 MakeInclude (limited to 'MakeInclude') diff --git a/MakeInclude b/MakeInclude deleted file mode 100644 index f518572..0000000 --- a/MakeInclude +++ /dev/null @@ -1,35 +0,0 @@ -# -*-Makefile-*- - - -# This is the version of the make utility you wish to use. -# On some systems (BSD?) you might want this to be gmake. -#MAKE=gmake -MAKE=make - - -VERSION=1.0.2 - -CUR_DATE=`date '+%y.%m.%d'` - -ifeq "${PLATFORM}" "" - PLATFORM=x86 -endif - -## You may need to change this linux/include part. -CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include -LDLIBS = # -lm #-lnsl # -lsocket - -ARM_TC_BIN = ${HOME}/Intrinsyc/bin -ARM_TC_LIB = ${HOME}/Intrinsyc/lib - -ifeq "${PLATFORM}" "ARM" - #echo "Building for ARM platform." - STRIP=${ARM_TC_BIN}/arm-linux-strip - CC = ${ARM_TC_BIN}/arm-linux-gcc # this is generally the c compiler, unused AFAIK - CCC = ${ARM_TC_BIN}/arm-linux-g++ # this is generally the c++ compiler -else - #echo "Building for x86 platform." - STRIP=strip - CC = gcc # this is generally the c compiler, unused AFAIK - CCC = g++ # this is generally the c++ compiler -endif -- cgit v1.2.3