The DejaVU Framework -- hush 3.0
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
  ## Begin template generated Makefile
   
  include resource.mk
     
  NAME = examples
  PROG = 
  TARGETS = project.out
  OBJECTS = 
  DEMO = project.out
   
  CLEAN = category 
  GARBAGE =  
   
  

Template makefile for examples


  
  all: 
          echo "make test or make demo or make ??.out"
  
  config:
  build test: objects targets
  
  demo: targets
          DEMO
  
  objects: OBJECTS
  targets: objects TARGETS
  
  doc:
  
  html:
          javadoc JFLAGS name
          
  clean: CLEAN 
          rm -f *.class *.o *.out *.out core
          rm -f -r Templates.DB GARBAGE
  

slide: Template makefile for examples

  ## End template generated Makefile
  

[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
09/09/98