# # $Id$ # @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_CUSTOM) include $(RTEMS_ROOT)/make/leaf.cfg DESTDIR=$(PROJECT_RELEASE)/build-tools INSTALLED=$(DESTDIR)/ifc.exe \ $(DESTDIR)/cklength.exe \ $(DESTDIR)/fixtimer.exe all: $(DESTDIR) $(PGMS) install echo $(DESTDIR) $(DESTDIR): [ -d $@ ] || $(MKDIR) $@ install: $(INSTALLED) # Install the programs $(DESTDIR)/ifc.exe: ifc_exe.uue uudecode