Skip to content
Snippets Groups Projects
Commit 6ee1d6ef authored by LOFAR's avatar LOFAR
Browse files

%[ER:71 ]%

get packages from configure.in line
parent 2a6ecd13
No related branches found
No related tags found
No related merge requests found
...@@ -32,20 +32,8 @@ ...@@ -32,20 +32,8 @@
# It kan be overridden on the make line. # It kan be overridden on the make line.
# Note that PACKAGE and PACKAGES are synonyms. # Note that PACKAGE and PACKAGES are synonyms.
# #
PACKAGE = \
LCS \ PACKAGE =$(shell if [ -f lofarconf.in ]; then cat lofarconf.in;else echo""; fi)
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
PACKAGES = $(PACKAGE) PACKAGES = $(PACKAGE)
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment