Removed examples, they are moved into libopencm3-examples repository.

This commit is contained in:
Piotr Esden-Tempski
2013-04-19 19:33:32 -07:00
parent 67903bfbfe
commit 3e2be1d4a4
316 changed files with 6 additions and 21681 deletions

View File

@@ -43,7 +43,7 @@ endif
all: build
build: lib examples
build: lib
generatedheaders:
@printf " UPDATING HEADERS\n"
@@ -65,14 +65,6 @@ $(LIB_DIRS): generatedheaders
lib: $(LIB_DIRS)
$(Q)true
EXAMPLE_DIRS:=$(sort $(dir $(wildcard $(addsuffix /*/*/Makefile,$(addprefix examples/,$(TARGETS))))))
$(EXAMPLE_DIRS): lib
@printf " BUILD $@\n";
$(Q)$(MAKE) --directory=$@
examples: $(EXAMPLE_DIRS)
$(Q)true
install: lib
@printf " INSTALL headers\n"
$(Q)$(INSTALL) -d $(INCDIR)/libopencm3
@@ -104,5 +96,5 @@ clean: cleanheaders
@printf " CLEAN doxygen\n"
$(Q)$(MAKE) -C doc clean
.PHONY: build lib $(LIB_DIRS) examples $(EXAMPLE_DIRS) install doc clean generatedheaders cleanheaders
.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders