############################################################# # # $Id: GNUmakefile,v 1.8 2000/02/04 22:15:17 hobbs Exp $ # ############################################################# include ctbuild/srt/srt.mk ################################ # Setup standard variables. # ################################ #SUBDIRS = src package tests ################# # Local rules # ################# .PHONY: docpp #devel # "devel" is used during development to make libraries, # compile and link test programs, and to run them. # It does not remake documentation, nor does it clean up # after itself. #devel: # @$(MAKE) -C src lib # @$(MAKE) -C package lib # @$(MAKE) -C tests devel docpp: @$(MAKE) -C doc doc ######################################## # Standard SoftRelTools makefile(s) # ######################################## #include SoftRelTools/standard.mk