Added a -q flag, and cleaned up and simplified the code. Added -h (help) options, and make more use of other modules.
13 lines
614 B
Plaintext
13 lines
614 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.
|
|
|
|
envData.c: $(LIBCOM)/env/envDefs.h $(LIBCOM)/env/bldEnvData.pl \
|
|
$(CONFIG)/CONFIG_ENV $(CONFIG)/CONFIG_SITE_ENV
|
|
$(PERL) $(LIBCOM)/env/bldEnvData.pl $(INSTALL_QUIETLY) $(CONFIG)
|