Makefile
497 Bytes
############################
# block variable definitions
BLOCK = div_rom
CODEFILE = div_rom.cod
SCHEMATIC = $(CODEFILE)
SRCDIR = $(RCP_ROOT)/vu/src
CMPSDIR = $(RCP_ROOT)/vu/compass
SCRIPT = div_rom.dprscr
default: $(SCRIPT) $(SCHEMATIC) $(BLOCK).mcp
###################
# get the script and order files
$(SCRIPT): $(CMPSDIR)/$(SCRIPT)
-rm $(SCRIPT)
ln -s $(CMPSDIR)/$(SCRIPT) .
###################
# standard makefile
include /ecad/reality/include/Makefile.dpr.incl