# # 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=iwlocator.pot all: systarget include $(TOPDIR)/conf/Makefile.common systarget: lib iwlocate: lib @echo $(VIO)[MAKE]$(NOR) $(SRCDIR) @$(MAKE) -C src iwlocate iwcalibrate: lib @echo $(VIO)[MAKE]$(NOR) $(SRCDIR) @$(MAKE) -C src iwcalibrate test: lib @echo $(VIO)[MAKE]$(NOR) $(SRCDIR) @$(MAKE) -C src test loctest: lib @echo $(VIO)[MAKE]$(NOR) $(SRCDIR) @$(MAKE) -C src loctest mapper: @echo $(VIO)[MAKE]$(NOR) mapper/ @$(MAKE) -C mapper all