From 6ee1d6ef78f2a2cbf1a0ab73b4238107c2c17112 Mon Sep 17 00:00:00 2001 From: LOFAR <sdos@astron.nl> Date: Fri, 15 Oct 2004 14:42:01 +0000 Subject: [PATCH] %[ER:71 ]% get packages from configure.in line --- Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 35d729cd9d6..9624120acc4 100644 --- a/Makefile +++ b/Makefile @@ -32,20 +32,8 @@ # It kan be overridden on the make line. # Note that PACKAGE and PACKAGES are synonyms. # -PACKAGE = \ - LCS \ - DMI \ - BaseSim \ - CEP/CEPFrame \ - CEP/Tools/PerfTest/P2Perf \ - CEP/CPA/OCTOPUSSY \ - CEP/CPA/OCTOGlish \ - CEP/CPA/VisCube \ - CEP/CPA/GSM \ - CEP/CPA/PSS3/MNS \ - CEP/CPA/PSS3/CAL \ - CEP/CPA/PSS4 \ - CEP/CPA/AppAgent + +PACKAGE =$(shell if [ -f lofarconf.in ]; then cat lofarconf.in;else echo""; fi) PACKAGES = $(PACKAGE) # -- GitLab