home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fontutils-0.6 / lib / GNUmakefile < prev    next >
Encoding:
Makefile  |  1992-10-03  |  1.6 KB  |  40 lines

  1. # Makefile for the fontutils library.
  2. # Copyright (C) 1992 Free Software Foundation, Inc.
  3. #
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. library = lib
  19.  
  20. # If malloc.c gives you trouble, just remove it.  The system malloc will
  21. # probably work well enough.
  22. malloc = malloc
  23.  
  24. # The headers are in the `include' directory, so don't use `c_and_h' for
  25. # anything.
  26. c_only = $(malloc) atou basename bb-list bb-outline bitmap bounding-box    \
  27. charcode charspec cmdline concat concat3 concat4 concat5 dir-p dlsym    \
  28. edge encoding extend-fname float-ok fmod file-input file-output file-p    \
  29. filename find-suffix fix-num font getopt getopt1 hexify integer-ok    \
  30. libfile line list logreport make-prefix make-suffix math now numtoa    \
  31. pathsrch rand remove-suffx report safe-free scaled-num spline str-lcase    \
  32. strstr str-to-bit substring varstring vector xcalloc xfopen xfseek    \
  33. xftell xmalloc xmessage xopendir xrealloc xrename xstat xstrdup
  34.  
  35. include ../data/defs.make
  36. include ../data/defslib.make
  37.  
  38. include M.depend
  39.