From bcc41d0e720cb934619db49d23cfec7409af586f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 9 Dec 2006 00:04:15 +0000 Subject: [PATCH] Changed build order: build tests immediately after their parent. Move template stuff lower down. --- src/Makefile | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/Makefile b/src/Makefile index 430a3011e..1d4bce60c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,11 +1,10 @@ #************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. +# EPICS BASE is distributed subject to a Software License Agreement found +# in the file LICENSE that is included with this distribution. #************************************************************************* # # $Id$ @@ -14,13 +13,8 @@ TOP = .. include $(TOP)/configure/CONFIG -# -# for c++ build add the dirs gdd and cas after ca -# (and uncomment the c++ files in src/lbCom/Makefile.Unix) -# -DIRS += makeBaseApp -DIRS += makeBaseExt DIRS += libCom +DIRS += libCom/test DIRS += toolsComm DIRS += ca DIRS += dbStatic @@ -37,13 +31,14 @@ DIRS += rec DIRS += dev DIRS += misc DIRS += iocsh +DIRS += softIoc DIRS += vxWorks DIRS += RTEMS -DIRS += softIoc -DIRS += libCom/test DIRS += gdd DIRS += cas +DIRS += makeBaseApp DIRS += excas +DIRS += makeBaseExt include $(TOP)/configure/RULES_DIRS