home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / wais-8-b5.tar.Z / wais-8-b5.tar / wais-8-b5 / bin / Makefile < prev    next >
Makefile  |  1992-02-16  |  530b  |  29 lines

  1. # WIDE AREA INFORMATION SERVER SOFTWARE:
  2. #   No guarantees or restrictions.  See the readme file for the full standard
  3. #   disclaimer.    
  4. #
  5. # Makefile for the bin directory
  6. #
  7. # $Log:    Makefile,v $
  8. # Revision 1.8  92/02/16  18:37:43  jonathan
  9. # Added anytostring to EXE list.
  10. #
  11.  
  12. EXE  =     waisindex waisindex-sig waisq \
  13.     waissearch waissearch-sig \
  14.     waisserver waisserver1 \
  15.     trunc anytostring pump_question swais \
  16.     xwais-exe xwaisq-exe
  17.  
  18. RM = /bin/rm -f
  19.  
  20. default: 
  21.  
  22. clean:
  23.     $(RM) *.o
  24.     $(RM) *.a
  25.     $(RM) *~
  26.     $(RM) core
  27.     $(RM) $(EXE)
  28.