flashcard-archive/archive/Gateway_Blue/Makefile

20 lines
514 B
Makefile
Raw Normal View History

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory Gateway_Blue_Wood_R4_1.62.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
Gateway_Blue_Wood_R4_1.62.zip: directory
mkdir tmp;cp -r Gateway_Blue_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp
extdata: directory
cp README.txt $(OUT)/$(BASE)