# # This is a basic makefile that uses a flat directory structure. It could be # expanded to support multiple subdirectories and/or libraries # #.SILENT: all lib test steril clean tar dist link .DEFAULT TOPDIR=. ROOTDIR=true SUBLIBFILES=$(LIBFILES_$(PWD)) TRANSDIR=./share/locale/ TRANSTEMPLATE=iwear_net.pot all: systarget include $(TOPDIR)/conf/Makefile.common systarget: lib testtest : lib @echo $(VIO)[MAKE]$(NOR) $@ @$(MAKE) -C tests $@ build_tests: testtest @./tests/do_tests .PHONY: tests tests: @echo $(YEL)Building tests$(NOR) @$(MAKE) build_tests