Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 574 → Rev 575

/video-contact-sheet/branches/1.13.2/dist/GNUmakefile
0,0 → 1,15
#
# $Id$
# Makefile for GNU-make
#
 
VERSION:=$(shell sed -n '/VERSION=/s/.*"\([^"]*\)".*/\1/p' vcs | head -n1)
PACKAGER:=$(shell finger -lp `echo $USER` 2>/dev/null | head -n1 | cut -d: -f3)
ifeq ($(PACKAGER),)
PACKAGER:=$(shell getent passwd "`id -un`" | cut -d: -f5 | cut -d, -f1)
endif
 
GMAKE?=make
 
include common.mk
 
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property