From b2695e9489f31c84d579a4b1fdc98712b2714b60 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 16 Dec 2005 19:15:31 +0000 Subject: Makefile-based build system disapears. --- Makefile.import | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 Makefile.import (limited to 'Makefile.import') diff --git a/Makefile.import b/Makefile.import deleted file mode 100644 index 61a65e4ec4..0000000000 --- a/Makefile.import +++ /dev/null @@ -1,36 +0,0 @@ -############################################################-*-Makefile-*-#### -# Project Imports -############################################################################## -# $Id$ - -############################################################################## -# Read configuration - -include $(ROOT)/Makefile.config - -############################################################################## -# Variables - -# project -PROJECT_VERSION = $(shell $(TAIL) -1 $(VERSION_FILE)) - -# version management -VERSION_FILE = $(PROJECT_ROOT)/VERSION -VERSION_SCRIPT = $(PROJECT_SUPPORTDIR)/scripts/version-manager - -############################################################################## -# Makefile functions - -RUN = $(ECHO) '$(1)'; $(1) || exit $$? -READLIST = $(shell $(CAT) $(1) | $(GREP) -v "^\#") - -############################################################################## -# Includes - -include $(PROJECT_SUPPORTDIR)/make/default.mk -include $(PROJECT_SUPPORTDIR)/make/cygwin.mk -include $(PROJECT_SUPPORTDIR)/make/exec.mk -include $(PROJECT_SUPPORTDIR)/make/grep.mk -include $(PROJECT_SUPPORTDIR)/make/wc.mk - -############################################################################## -- cgit v1.2.3