Changed build order: build tests immediately after their parent.
Move template stuff lower down.
This commit is contained in:
19
src/Makefile
19
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user