home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / dns / ddt2.0 / build next >
Encoding:
Text File  |  1993-05-21  |  1.1 KB  |  34 lines

  1. #! /bin/sh
  2. #
  3. #  build - script to automatically build and install DDT 2.0
  4. #       conf/configure must have been tailored to your needs
  5. #
  6. #  Copyright (C) 1992, 1993 PUUG - Grupo Portugues de Utilizadores
  7. #                                  do Sistema UNIX
  8. #                1992, 1993 FCCN - Fundacao para o Desenvolvimento dos Meios 
  9. #                                  Nacionais de Calculo Cientifico 
  10. #
  11. #  Authors: Jorge Frazao de Oliveira <frazao@puug.pt>
  12. #           Artur Romao <artur@dns.pt>
  13. #
  14. #  This file is part of the DDT package, Version 2.0.
  15. #
  16. #  Permission to use, copy, modify, and distribute this software and its 
  17. #  documentation for any purpose and without any fee is hereby granted, 
  18. #  provided that the above copyright notice appear in all copies.  Neither 
  19. #  PUUG nor FCCN make any representations about the suitability of this
  20. #  software for any purpose.  It is provided "as is" without express or 
  21. #  implied warranty.
  22.  
  23. # prepare Makefile in order to start the work
  24. conf/subst.sh -f conf/config Makefile
  25.  
  26. # build the sources
  27. make all
  28.  
  29. # install the commandas and docs
  30. make install
  31.  
  32. # and clean things up
  33. make clean
  34.