# Makefile for the Build System Binary Build Environment
#
# $Id$
#
include StdTools
COMPONENT ?= BuildSys
INSTDIR ?= <Install$Dir>
INSTTYPE ?= Makefiles
install_Makefiles:
${MKDIR} ${INSTDIR}
${CP} Makefiles ${INSTDIR}.Makefiles ${CPFLAGS}
${CP} VersionNum ${INSTDIR}.Makefiles.Version ${CPFLAGS}
install: install_${INSTTYPE}
@${ECHO} ${COMPONENT}: installed ${INSTTYPE}
BBETYPE = buildsys
bbe-buildsys: bbe-generic-resources-get-alias
BBE_Export_Dir ImageName
${RM} ${BBEDIR}.ImageName.Version
BBE_Export_Dir perl
BBE_Export_Dir Makefiles
${RM} ${BBEDIR}.Makefiles.BBEExport
${MKDIR} ${BBEDIR}.Components
BBE_Export_File VersionNum
ifeq (${COMPONENTFILE2},)
${FILTERCOMP} Components.${COMPONENTFILE} ModuleDB ${BBEDIR}.Components.${COMPONENTFILE} ${BBEDIR}.ModuleDB
else
${FILTERCOMP2} Components.${COMPONENTFILE} Components.${COMPONENTFILE2} ModuleDB ${BBEDIR}.Components.${COMPONENTFILE} ${BBEDIR}.Components.${COMPONENTFILE2} ${BBEDIR}.ModuleDB
endif
-
Steve Revill authored
Corrected some DDE-related bits from the previous commit. Won't affect anyone other than CTools builds. Version 6.54. Tagged as 'BuildSys-6_54'
1639df56