df8eb0273050896c1a59132a72f67a77e02fd062
[platform/upstream/groff.git] / src / libs / libxutil / Makefile.sub
1 # Makefile.sub for `libxutil'
2 #
3 # File position: <groff-source>/src/libs/libxutil/Makefile.sub
4 #
5 # Copyright (C) 2014 Free Software Foundation, Inc.
6 #
7 # This file is part of `font utf8' which is part of `groff'.
8 #
9 # `groff' is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 2 of the License, or
12 # (at your option) any later version.
13 #
14 # `groff' is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this program. If not, see
21 # <http://www.gnu.org/licenses/gpl-2.0.html>.
22 #
23 ########################################################################
24
25 LIB=xutil
26 EXTRA_CFLAGS=$(X_CFLAGS)
27 OBJS=\
28   DviChar.$(OBJEXT) \
29   XFontName.$(OBJEXT) \
30   xmalloc.$(OBJEXT)
31 CSRCS=\
32   $(srcdir)/DviChar.c \
33   $(srcdir)/XFontName.c \
34   $(srcdir)/xmalloc.c
35
36 ########################################################################
37 # Emacs settings
38 ########################################################################
39 #
40 # Local Variables:
41 # mode: makefile
42 # End: