The new Makefile fragments in the subdirectories are incomplete and will not work individually. Build rules are placed in a separate RULES file. This approach keeps the instructions for building each file local and easier to find than in a large Makefile in the parent directory.
13 lines
512 B
Plaintext
13 lines
512 B
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
|
|
# National Laboratory.
|
|
# EPICS BASE is distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
|
|
# This is a Makefile fragment, see src/libCom/Makefile.
|
|
|
|
S99%: ../log/rc2.%
|
|
sed -e s%:INSTALL_BIN:%`cd $(INSTALL_BIN); pwd`% $< >$@
|
|
|