summaryrefslogtreecommitdiff
path: root/Makefile.import
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-16 19:15:31 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-12-16 19:15:31 +0000
commitb2695e9489f31c84d579a4b1fdc98712b2714b60 (patch)
treec71667a8d4e2baae7b0b4c9966f90e810ef11b15 /Makefile.import
parentc0d0e8f6850b5c0c81be756b25e75aa1c7127004 (diff)
downloadscala-b2695e9489f31c84d579a4b1fdc98712b2714b60.tar.gz
scala-b2695e9489f31c84d579a4b1fdc98712b2714b60.tar.bz2
scala-b2695e9489f31c84d579a4b1fdc98712b2714b60.zip
Makefile-based build system disapears.
Diffstat (limited to 'Makefile.import')
-rw-r--r--Makefile.import36
1 files changed, 0 insertions, 36 deletions
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
-
-##############################################################################