version := $(shell mysqld -V | grep Ver | sed "s/.*Ver *\([0-9.]*\).*/\1/") #version := 1.0 deps := mysql-server include ../Makefile.default include ../Makefile.tools all: ../KERNEL $(modul).$(suffix) clean: _clean rm -rf template/lib #$(modul): template$(driversDir1) template$(driversDir2) template/lib/modules/$(KERNEL) $(addon) #$(modul): template$(driversDir1) template$(driversDir2) ../KERNEL/lib/modules/$(KERNEL) $(addon) $(modul): $(addon)