INSTALLBIN = cloud INSTALLMAN = cloud.8 CC_ADD = -g BUILDBINS = cloud OBJ_cloud = cloud.o dequal.o oq.o pollloop.o stdio-util.o LIBS_cloud = -larc4 -lrijndael -lsha crctable: gen-crc-table ./gen-crc-table > crctable PREDEPEND += crctable CLEANFILES += crctable .MAIN: $(BUILDBINS) # defaults the package-with-version string to be # $(.CURDIR:T), which is wrong for us. VERSION != eval "`mcgrep -1 VER= ../TRANSCRIPT`"; echo cloud-$$VER .include