OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [Makefile] - Diff between revs 3 and 5

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 3 Rev 5
Line 13... Line 13...
                for i in $(DIRS) ; do \
                for i in $(DIRS) ; do \
                  $(MAKE) -C $$i install ; \
                  $(MAKE) -C $$i install ; \
                done
                done
 
 
compiler:       builddir
compiler:       builddir
                # some commands here
                $(MAKE) -C lcc BUILDDIR=$(BUILD)/bin \
                # to build the compiler
                  HOSTFILE=etc/eco32-netbsd.c lcc
 
                $(MAKE) -C lcc BUILDDIR=$(BUILD)/bin all
                rm -f $(BUILD)/bin/*.c
                rm -f $(BUILD)/bin/*.c
                rm -f $(BUILD)/bin/*.o
                rm -f $(BUILD)/bin/*.o
                rm -f $(BUILD)/bin/*.a
                rm -f $(BUILD)/bin/*.a
 
 
builddir:
builddir:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.