home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / ant.ytar / ant / ANT / LIB / makefile < prev   
Makefile  |  1995-07-15  |  287b  |  22 lines

  1. #
  2. #  Makefile to built neural net libraries 
  3. #
  4. N=..
  5. ODIR = .
  6. RDIR = $N/rels
  7. SDIR = .
  8. DEFS = $N/defs
  9.  
  10. CFLAGS = -v=$(DEFS)  -i 
  11.  
  12.  
  13. antlib.date:  antlib.l 
  14.     touch antlib.date
  15.  
  16. antlib.l: antlib.r   
  17.       merge  $(RDIR)/antlib.r >-$(ODIR)/antlib.l
  18.  
  19.  
  20. antlib.r: $(DEFS)/ant.h   $(DEFS)/antlib.h 
  21.  
  22.