# # 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_core.pot all: systarget include $(TOPDIR)/conf/Makefile.common systarget: lib fastmd5sum frag test test_tcp_ssl poread: lib @echo $(VIO)[MAKE]$(NOR) $@ @$(MAKE) -C src $@ i18n point debugstream scopetrace scope ini uid swtest udptest mapbench crash threads virtual socket_threads ptr_test : lib @echo $(VIO)[MAKE]$(NOR) $@ @$(MAKE) -C tests $@ build_tests: crash uid ini scope debugstream i18n @./tests/do_tests .PHONY: tests tests: @echo $(YEL)Building tests$(NOR) @$(MAKE) build_tests