# 
# 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=iwsens.pot

all:	systarget

include $(TOPDIR)/conf/Makefile.common

systarget: lib

rrdsens test test_time test_ipaqlight:	lib
	@echo $(VIO)[MAKE]$(NOR) src
	@$(MAKE) -C src $@

plugins: lib
	@echo $(VIO)[MAKE]$(NOR) plugins
	@$(MAKE) -C plugins all