1 # Copyright (C) 1992, 1995, 2001, 2004
2 # Free Software Foundation, Inc.
3 # Written by James Clark (jjc@jclark.com)
5 # This file is part of groff.
7 # groff is free software; you can redistribute it and/or modify it under
8 # the terms of the GNU General Public License as published by the Free
9 # Software Foundation; either version 2, or (at your option) any later
12 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 # You should have received a copy of the GNU General Public License along
18 # with groff; see the file COPYING. If not, write to the Free Software
19 # Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
24 $(top_srcdir)/Makefile.comm \
25 $(top_builddir)/Makefile.cfg \
26 $(srcdir)/Makefile.sub \
27 $(top_srcdir)/Makefile.ccpg \
30 all: $(PROG) $(MANPAGES)
32 $(PROG): $(OBJS) $(XLIBS)
33 $(LINK.cpp) -o $@ $(OBJS) $(XLIBS) $(EXTRA_LDFLAGS) $(LIBS) $(MLIB)
35 install_bin: install_prog
37 install_data: install_man
38 install_man: $(MANPAGES)
39 uninstall_sub: uninstall_prog uninstall_man
41 depend.temp: $(GENSRCS) $(YTABC)
44 TAGS_src: $(CCSRCS) $(CSRCS) $(GRAM) $(HDRS)
45 Makefile: $(MAKEFILEPARTS)
48 $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
52 $(PROG).pure: $(OBJS) $(XLIBS)
53 $(PURIFY) $(PURIFYCCFLAGS) \
54 $(LINK.cpp) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)