Files
epics-base/Makefile
2002-07-03 19:43:22 +00:00

20 lines
306 B
Makefile

#
# $Id$
#
TOP = .
include $(TOP)/configure/CONFIG
DIRS += config config/tools configure src
include $(TOP)/configure/RULES_TOP
release::
@echo TOP: Creating Release...
@$(TOOLS)/MakeRelease
built_release::
@echo TOP: Creating Fully Built Release...
@$(TOOLS)/MakeRelease -b $(INSTALL_LOCATION)