Newer
Older
# Main makefile for the packages
include $(TOPDIR)/rules.mk
include $(TOPDIR)/.pkgdeps
COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m))
INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
nbd
committed
%-prepare: $(STAMP_DIR) $(TARGET_DIR)
%-clean: $(STAMP_DIR) $(TARGET_DIR)
$(MAKE) -C $(patsubst %-clean,%,$@) clean
$(TOPDIR)/.pkgdeps: $(TOPDIR)/.pkginfo