home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume21 / amd / part01 / Makefile.hpux < prev    next >
Makefile  |  1990-04-10  |  1KB  |  33 lines

  1. #
  2. # $Id: Makefile.hpux,v 5.1 89/11/17 18:23:01 jsp Exp Locker: jsp $
  3. #
  4. # Copyright (c) 1989 Jan-Simon Pendry
  5. # Copyright (c) 1989 Imperial College of Science, Technology & Medicine
  6. # Copyright (c) 1989 The Regents of the University of California.
  7. # All rights reserved.
  8. #
  9. # This code is derived from software contributed to Berkeley by
  10. # Jan-Simon Pendry at Imperial College, London.
  11. #
  12. # Redistribution and use in source and binary forms are permitted
  13. # provided that the above copyright notice and this paragraph are
  14. # duplicated in all such forms and that any documentation,
  15. # advertising materials, and other materials related to such
  16. # distribution and use acknowledge that the software was developed
  17. # by Imperial College of Science, Technology and Medicine, London, UK.
  18. # The names of the College and University may not be used to endorse
  19. # or promote products derived from this software without specific
  20. # prior written permission.
  21. # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  22. # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  23. # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  24. #
  25. #    %W% (Berkeley) %G%
  26. #
  27. # Extra Makefile definitions for HP-UX
  28. #
  29.  
  30. #CC = gcc ${GCCOPTS}
  31. CC = cc -Wc,-Nd2000
  32. OLDCC = cc -Wc,-Nd2000
  33.