############################################################# # # $Id: GNUmakefile,v 1.3 1999/10/29 17:11:48 hobbs Exp $ # ############################################################# # Use CTBUILD include ctbuild/srt/srt.mk # # Add a docpp target to make documentation (HLM) # .PHONY: docpp docpp: @$(MAKE) -C doc docpp ################################ # Setup standard variables. # ################################ # #SUBDIRS = src test # ################# # Local rules # ################# # #.PHONY: 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 test devel # ######################################## # Standard SoftRelTools makefile(s) # ######################################## # #include SoftRelTools/standard.mk