30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
#+======================================================================
|
|
# $HeadURL: https://svnpub.codac.iter.org/codac/iter/codac/dev/units/m-epics-iter-templates/branches/codac-core-6.1/templates/genericApp/Makefile $
|
|
# $Id: Makefile 96475 2019-01-09 13:47:38Z sivecm $
|
|
#
|
|
# Project : CODAC Core System
|
|
#
|
|
# Description : Makefile
|
|
#
|
|
# Author(s) : This file was generated by CODAC development toolkit
|
|
#
|
|
# Copyright (c) : 2010-2019 ITER Organization,
|
|
# CS 90 046
|
|
# 13067 St. Paul-lez-Durance Cedex
|
|
# France
|
|
#
|
|
# This file is part of ITER CODAC software.
|
|
# For the terms and conditions of redistribution or use of this software
|
|
# refer to the file ITER-LICENSE.TXT located in the top level directory
|
|
# of the distribution package.
|
|
#
|
|
#-======================================================================
|
|
TOP = ..
|
|
include $(TOP)/configure/CONFIG
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
|
|
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
|
|
include $(TOP)/configure/RULES_DIRS
|
|
|