Don't produce HTML files if utility programs are missing.
[s-roff.git] / Makefile.in
blob0abfc4ba2ef6c2196bdf41a3d29cc7b70f4a9054
1 # Copyright (C) 1989-2000, 2001, 2002 Free Software Foundation, Inc.
2 # Written by James Clark (jjc@jclark.com)
3 #
4 # This file is part of groff.
5 #
6 # groff is free software; you can redistribute it and/or modify it under
7 # the terms of the GNU General Public License as published by the Free
8 # Software Foundation; either version 2, or (at your option) any later
9 # version.
11 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # for more details.
16 # You should have received a copy of the GNU General Public License along
17 # with groff; see the file COPYING. If not, write to the Free Software
18 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 srcdir=@srcdir@
21 top_srcdir=@top_srcdir@
22 VPATH=@srcdir@
23 top_builddir=@top_builddir@
25 version=`cat $(top_srcdir)/VERSION`
26 # No additional number if revision is zero
27 revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
29 # Define `page' to be letter if your PostScript printer uses 8.5x11
30 # paper (USA) and define it to be A4, if it uses A4 paper (rest of the
31 # world).
32 PAGE=@PAGE@
34 # Normally the Postscript driver, grops, produces output that conforms
35 # to version 3.0 of the Adobe Document Structuring Conventions.
36 # Unfortunately some spoolers and previewers can't handle such output.
37 # The BROKEN_SPOOLER_FLAGS variable tells grops what it should do to
38 # make its output acceptable to such programs. This variable controls
39 # only the default behaviour of grops; the behaviour can be changed at
40 # runtime by the grops -b option (and so by groff -P-b).
41 # Use a value of 0 if your spoolers and previewers are able to handle
42 # conforming PostScript correctly.
43 # Add 1 if no %%{Begin,End}DocumentSetup comments should be generated;
44 # this is needed for early versions of TranScript that get confused by
45 # anything between the %%EndProlog line and the first %%Page: comment.
46 # Add 2 if lines in included files beginning with %! should be
47 # stripped out; this is needed for the OpenWindows 2.0 pageview previewer.
48 # Add 4 if %%Page, %%Trailer and %%EndProlog comments should be
49 # stripped out of included files; this is needed for spoolers that
50 # don't understand the %%{Begin,End}Document comments. I suspect this
51 # includes early versions of TranScript.
52 # Add 8 if the first line of the PostScript output should be %!PS-Adobe-2.0
53 # rather than %!PS-Adobe-3.0; this is needed when using Sun's Newsprint
54 # with a printer that requires page reversal.
55 BROKEN_SPOOLER_FLAGS=@BROKEN_SPOOLER_FLAGS@
57 # DEVICE is the default device.
58 DEVICE=ps
60 # TTYDEVDIRS is either `font/devascii font/devlatin1' (for
61 # ASCII) or `font/devcp1047' (for EBCDIC) plus font/devutf8.
62 TTYDEVDIRS=@TTYDEVDIRS@ font/devutf8
64 # OTHERDEVDIRS is either `font/devlj4 font/devlbp' (for ASCII) or
65 # empty (for EBCDIC).
66 OTHERDEVDIRS=@OTHERDEVDIRS@
68 # PSPRINT is the command to use for printing a PostScript file,
69 # for example `lpr'.
70 PSPRINT=@PSPRINT@
72 # DVIPRINT is the command to use for printing a TeX dvi file,
73 # for example `lpr -d'.
74 DVIPRINT=@DVIPRINT@
76 # Prefix for names of programs that have Unix counterparts.
77 # For example, if `g' is `g' then troff will be installed as
78 # gtroff. This doesn't affect programs like grops or groff that have
79 # no Unix counterparts. Note that the groff versions of eqn and tbl
80 # will not work with Unix troff.
81 g=@g@
83 # Common prefix for installation directories.
84 # Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
85 # This must already exist when you do make install.
86 prefix=@prefix@
87 exec_prefix=@exec_prefix@
89 # bindir says where to install executables.
90 bindir=@bindir@
92 # libdir says where to install platform-dependent data
93 libdir=@libdir@
94 libprogramdir=$(libdir)/groff
96 # datasubdir says where to install platform-independent data files
97 datadir=@datadir@
98 dataprogramdir=$(datadir)/groff
99 datasubdir=$(dataprogramdir)/$(version)$(revision)
101 # infodir says where to install info files
102 infodir=@infodir@
104 # docdir says where to install documentation files
105 docdir=$(datadir)/doc/groff/$(version)$(revision)
107 # exampledir says where to install example files
108 exampledir=$(docdir)/examples
110 # htmldocdir says where to install documentation in HTML format
111 htmldocdir=$(docdir)/html
113 # fontdir says where to install dev*/*.
114 fontdir=$(datasubdir)/font
116 # fontpath says where to look for dev*/*.
117 fontpath=$(fontdir):/usr/lib/font
119 # tmacdir says where to install macros.
120 tmacdir=$(datasubdir)/tmac
122 # systemtmacdir says where to install platform-dependent macros
123 systemtmacdir=$(libprogramdir)/site-tmac
125 # localtmacdir says where local files will be installed
126 localtmacdir=$(dataprogramdir)/site-tmac
128 # tmacpath says where to look for macro files.
129 # The current directory will be prepended in unsafe mode only; the home
130 # directory will be always added.
131 # `troffrc' and `troffrc-end' (and `eqnrc') are searched neither in the
132 # current nor in the home directory.
133 tmacpath=$(systemtmacdir):$(localtmacdir):$(tmacdir)
135 # sys_tmac_prefix is prefix (if any) for system macro packages
136 sys_tmac_prefix=@sys_tmac_prefix@
138 # tmac_wrap is list of system macro packages that should be made
139 # available to groff by creating a corresponding macro package
140 # in the groff macro directory that references the system macro
141 # package.
142 tmac_wrap=@tmac_wrap@
144 # If there is a groff version of a macro package listed in $(tmac_wrap),
145 # then the groff version will be installed with a prefix of this.
146 # Don't make this empty.
147 tmac_prefix=g
149 # The groff -mm macros will be available as -m$(tmac_m_prefix)m.
150 tmac_m_prefix=\
151 `for i in $(tmac_wrap) ""; do case "$$i" in m) echo $(tmac_prefix);; esac; done`
152 # The groff -ms macros will be available as -m$(tmac_s_prefix)s.
153 tmac_s_prefix=\
154 `for i in $(tmac_wrap) ""; do case "$$i" in s) echo $(tmac_prefix);; esac; done`
155 # The groff -man macros will be available as -m$(tmac_an_prefix)an.
156 tmac_an_prefix=\
157 `for i in $(tmac_wrap) ""; do case "$$i" in an) echo $(tmac_prefix);; esac; done`
159 # Extension to be used for refer index files. Index files are not
160 # sharable between different architectures, so you might want to use
161 # different suffixes for different architectures. Choose an extension
162 # that doesn't conflict with refer or any other indexing program.
163 indexext=.i
165 # Directory containing the default index for refer.
166 indexdir=/usr/dict/papers
168 # The filename (without suffix) of the default index for refer.
169 indexname=Ind
171 # common_words_file is a file containing a list of common words.
172 # If your system provides /usr/lib/eign it will be copied onto this,
173 # otherwise the supplied eign file will be used.
174 common_words_file=$(datasubdir)/eign
176 # manroot is the root of the man page directory tree.
177 mandir=@mandir@
178 manroot=$(mandir)
180 # man1ext is the man section for user commands.
181 man1ext=1
182 man1dir=$(manroot)/man$(man1ext)
184 # man5ext is the man section for file formats.
185 man5ext=5
186 man5dir=$(manroot)/man$(man5ext)
188 # man7ext is the man section for macros.
189 man7ext=7
190 man7dir=$(manroot)/man$(man7ext)
192 # the configure script checks whether all necessary utility programs for
193 # grohtml are available -- only then we can build the HTML documentation
194 make_html=@make_html@
195 make_install_html=@make_install_html@
197 # DEFINES should include the following:
198 # -DHAVE_MMAP if you have mmap() and <sys/mman.h>
199 # -DARRAY_DELETE_NEEDS_SIZE if your C++ doesn't understand `delete []'
200 # -DSYS_SIGLIST_DECLARED if you have sys_siglist[]
201 # -DWCOREFLAG=0200 if the 0200 bit of the status returned by
202 # wait() indicates whether a core image was
203 # produced for a process that was terminated
204 # by a signal
206 # -DHAVE_DIRENT_H if you have <dirent.h>
207 # -DHAVE_LIMITS_H if you have <limits.h>
208 # -DHAVE_CC_LIMITS_H if you have a C++ <limits.h>
209 # -DHAVE_MATH_H if you have <math.h>
210 # -DHAVE_CC_OSFCN_H if you have a C++ <osfcn.h>
211 # -DHAVE_STDINT_H if you have <stdint.h>
212 # -DHAVE_STDLIB_H if you have <stdlib.h>
213 # -DHAVE_STRING_H if you have <string.h>
214 # -DHAVE_STRINGS_H if you have <strings.h>
215 # -DHAVE_SYS_DIR_H if you have <sys/dir.h>
216 # -DHAVE_SYS_TIME_H if you have <sys/time.h>
217 # -DHAVE_UNISTD_H if you have <unistd.h>
219 # -DHAVE_FMOD if you have fmod()
220 # -DHAVE_GETCWD if you have getcwd()
221 # -DHAVE_GETTIMEOFDAY if you have gettimeofday()
222 # -DHAVE_MKSTEMP if you have mkstemp()
223 # -DHAVE_MMAP if you have mmap()
224 # -DHAVE_PUTENV if you have putenv()
225 # -DHAVE_RENAME if you have rename()
226 # -DHAVE_SNPRINTF if you have snprintf()
227 # -DHAVE_STRCASECMP if you have strcasecmp()
228 # -DHAVE_STRNCASECMP if you have strncasecmp()
229 # -DHAVE_STRERROR if you have strerror()
230 # -DHAVE_STRSEP if you have strsep()
231 # -DHAVE_STRTOL if you have strtol()
233 # -DNEED_DECLARATION_GETTIMEOFTODAY
234 # if your C++ <sys/time.h> doesn't declare
235 # gettimeofday()
236 # -DNEED_DECLARATION_HYPOT if your C++ <math.h> doesn't declare hypot()
237 # -DNEED_DECLARATION_PCLOSE if your C++ <stdio.h> doesn't declare pclose()
238 # -DNEED_DECLARATION_POPEN if your C++ <stdio.h> doesn't declare popen()
239 # -DNEED_DECLARATION_PUTENV if your C++ <stdlib.h> doesn't declare putenv()
240 # -DNEED_DECLARATION_STRCASECMP if your C++ <string.h> doesn't declare
241 # strcasecmp()
242 # -DNEED_DECLARATION_STRNCASECMP
243 # if your C++ <string.h> doesn't declare
244 # strncasecmp()
246 # -DRET_TYPE_SRAND_IS_VOID if srand() returns void not int
247 # -DHAVE_SYS_NERR if you have sysnerr in <errno.h> or <stdio.h>
248 # -DHAVE_SYS_ERRLIST if you have sys_errlist in <errno.h> or
249 # <stdio.h>
250 # -DTRADITIONAL_CPP if your C++ compiler uses a traditional
251 # (Reiser) preprocessor
252 # -DLONG_FOR_TIME_T if localtime() takes a long * not a time_t *
253 # -DHAVE_STRUCT_EXCEPTION if <math.h> defines struct exception
254 # -DRETSIGTYPE=int if signal handlers return int not void
255 # -DIS_EBCDIC_HOST if the host's encoding is EBCDIC
256 # -DPAGEA4 if the the printer's page size is A4
257 DEFINES=@DEFS@
259 # Include
261 # fmod.o, getcwd.o, mkstemp.o, putenv.o, snprintf.o, strerror.o, strtol.o
263 # in LIBOBJS if your C library is missing the corresponding function.
264 LIBOBJS=@LIBOBJS@
266 # CCC is the compiler for C++ (.cc) files.
267 CCC=@CXX@
268 CC=@CC@
269 # CCDEFINES are definitions for C++ compilations.
270 CCDEFINES=$(DEFINES)
271 # CDEFINES are definitions for C compilations.
272 CDEFINES=$(DEFINES)
274 CCFLAGS=@CXXFLAGS@
275 CFLAGS=@CFLAGS@
276 LDFLAGS=@LDFLAGS@
277 YACC=@YACC@
278 YACCFLAGS=-v
280 EXEEXT=@EXEEXT@
281 LIBS=@LIBS@
282 LIBM=@LIBM@
283 RANLIB=@RANLIB@
284 INSTALL=@INSTALL@
285 INSTALL_PROGRAM=@INSTALL_PROGRAM@
286 INSTALL_SCRIPT=@INSTALL_SCRIPT@
287 INSTALL_DATA=@INSTALL_DATA@
288 INSTALL_INFO=@INSTALL_INFO@
289 LN_S=@LN_S@
290 AR=ar
291 ETAGS=etags
292 ETAGSFLAGS=
293 # Flag that tells etags to assume C++.
294 ETAGSCCFLAG=-C
295 # Full path to perl.
296 PERLPATH=@PERLPATH@
297 # Sed command with which to edit sh scripts.
298 SH_SCRIPT_SED_CMD=@SH_SCRIPT_SED_CMD@
300 # the program to create directory hierarchies
301 mkinstalldirs=$(top_srcdir)/mkinstalldirs
303 PURIFY=purify
304 PURIFYCCFLAGS=
305 #PURIFYCCFLAGS=-g++=yes \
306 # -collector=`dirname \`$(CCC) -print-libgcc-file-name\``/ld
308 # Passing down MAKEOVERRIDES prevents $(MAKE) from containing a second
309 # copy of $(MDEFINES) when making individual directories; this could
310 # cause the argument list to become too long on some systems.
311 MDEFINES= \
312 "MAKEOVERRIDES=$(MAKEOVERRIDES)" \
313 "PAGE=$(PAGE)" \
314 "BROKEN_SPOOLER_FLAGS=$(BROKEN_SPOOLER_FLAGS)" \
315 "DEVICE=$(DEVICE)" \
316 "TTYDEVDIRS=$(TTYDEVDIRS)" \
317 "OTHERDEVDIRS=$(OTHERDEVDIRS)" \
318 "PSPRINT=$(PSPRINT)" \
319 "DVIPRINT=$(DVIPRINT)" \
320 "version=$(version)" \
321 "revision=$(revision)" \
322 "top_srcdir=$(top_srcdir)" \
323 "top_builddir=$(top_builddir)" \
324 "prefix=$(prefix)" \
325 "exec_prefix=$(exec_prefix)" \
326 "g=$(g)" \
327 "datadir=$(datadir)" \
328 "dataprogramdir=$(dataprogramdir)" \
329 "datasubdir=$(datasubdir)" \
330 "infodir=$(infodir)" \
331 "docdir=$(docdir)" \
332 "exampledir=$(exampledir)" \
333 "htmldocdir=$(htmldocdir)" \
334 "libdir=$(libdir)" \
335 "libprogramdir=$(libprogramdir)" \
336 "bindir=$(bindir)" \
337 "fontdir=$(fontdir)" \
338 "fontpath=$(fontpath)" \
339 "tmacdir=$(tmacdir)" \
340 "systemtmacdir=$(systemtmacdir)" \
341 "localtmacdir=$(localtmacdir)" \
342 "tmacpath=$(tmacpath)" \
343 "indexext=$(indexext)" \
344 "indexdir=$(indexdir)" \
345 "indexname=$(indexname)" \
346 "common_words_file=$(common_words_file)" \
347 "manroot=$(manroot)" \
348 "man1ext=$(man1ext)" \
349 "man1dir=$(man1dir)" \
350 "man5ext=$(man5ext)" \
351 "man5dir=$(man5dir)" \
352 "man7ext=$(man7ext)" \
353 "man7dir=$(man7dir)" \
354 "make_html=$(make_html)" \
355 "make_install_html=$(make_install_html)" \
356 "mkinstalldirs=$(mkinstalldirs)" \
357 "tmac_wrap=$(tmac_wrap)" \
358 "sys_tmac_prefix=$(sys_tmac_prefix)" \
359 "tmac_an_prefix=$(tmac_an_prefix)" \
360 "tmac_s_prefix=$(tmac_s_prefix)" \
361 "tmac_m_prefix=$(tmac_m_prefix)" \
362 "CCC=$(CCC)" \
363 "CC=$(CC)" \
364 "CCDEFINES=$(CCDEFINES)" \
365 "CDEFINES=$(CDEFINES)" \
366 "CCFLAGS=$(CCFLAGS)" \
367 "CFLAGS=$(CFLAGS)" \
368 "LDFLAGS=$(LDFLAGS)" \
369 "YACC=$(YACC)" \
370 "YACCFLAGS=$(YACCFLAGS)" \
371 "LIBM=$(LIBM)" \
372 "LIBS=$(LIBS)" \
373 "LIBOBJS=$(LIBOBJS)" \
374 "RANLIB=$(RANLIB)" \
375 "AR=$(AR)" \
376 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
377 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
378 "INSTALL_DATA=$(INSTALL_DATA)" \
379 "INSTALL_INFO=$(INSTALL_INFO)" \
380 "ETAGS=$(ETAGS)" \
381 "ETAGSFLAGS=$(ETAGSFLAGS)" \
382 "ETAGSCCFLAG=$(ETAGSCCFLAG)" \
383 "PERLPATH=$(PERLPATH)" \
384 "SH_SCRIPT_SED_CMD=$(SH_SCRIPT_SED_CMD)" \
385 "PURIFY=$(PURIFY)" \
386 "PURIFYCCFLAGS=$(PURIFYCCFLAGS)"
388 SHELL=/bin/sh
389 INCDIRS=src/include
390 LIBDIRS=\
391 src/libs/libgroff \
392 src/libs/libdriver \
393 src/libs/libbib
394 CCPROGDIRS=\
395 src/roff/groff \
396 src/roff/troff \
397 src/preproc/tbl \
398 src/preproc/pic \
399 src/preproc/eqn \
400 src/preproc/grn \
401 src/preproc/refer \
402 src/preproc/soelim \
403 src/preproc/html \
404 src/devices/grops \
405 src/devices/grotty \
406 src/devices/grodvi \
407 src/devices/grolj4 \
408 src/devices/grohtml \
409 src/devices/grolbp \
410 src/utils/tfmtodit \
411 src/utils/hpftodit \
412 src/utils/lookbib \
413 src/utils/indxbib \
414 src/utils/lkbib \
415 src/utils/addftinfo
416 CPROGDIRS=src/utils/pfbtops
417 PROGDIRS=$(CCPROGDIRS) $(CPROGDIRS)
418 DEVDIRS=\
419 font/devps \
420 font/devdvi \
421 font/devX75 \
422 font/devX75-12 \
423 font/devX100 \
424 font/devX100-12 \
425 font/devhtml
426 ALLTTYDEVDIRS=\
427 font/devascii \
428 font/devlatin1 \
429 font/devutf8 \
430 font/devcp1047
431 OTHERDIRS=\
432 man \
433 tmac \
434 src/utils/afmtodit \
435 src/roff/grog \
436 src/roff/nroff \
437 contrib/mm \
438 contrib/pic2graph \
439 contrib/groffer \
440 contrib/mom \
442 ALLDIRS=$(INCDIRS) $(LIBDIRS) $(PROGDIRS) \
443 $(DEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS) $(OTHERDIRS)
444 EXTRADIRS=\
445 font/devps/generate \
446 font/devdvi/generate \
447 font/devlj4/generate \
448 src/xditview \
450 NOMAKEDIRS=\
451 arch/djgpp \
452 contrib/mm/examples \
453 contrib/mm/mm \
454 contrib/mom/examples \
455 contrib/mom/momdoc \
456 src/libs/snprintf
457 DISTDIRS=\
458 $(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(OTHERDEVDIRS) \
459 $(ALLTTYDEVDIRS) $(OTHERDIRS) $(EXTRADIRS) $(NOMAKEDIRS)
460 TARGETS=all install install_bin install_data clean distclean mostlyclean \
461 realclean extraclean distfiles TAGS depend uninstall_sub
463 # This ENVSETUP gork is required by the DJGPP build on Windows 9X,
464 # where Make needs to be case-sensitive to find files like BI and VERSION.
465 ENVSETUP=\
466 if test -f $(srcdir)/makefile.ccpg* && \
467 test -f $(srcdir)/Makefile.ccpg*; \
468 then FNCASE=y; export FNCASE; \
469 else :; \
472 do=all
473 dodirs=$(ALLDIRS) dot
474 # Default target for subdir_Makefile
475 subdir=src/roff/troff
478 $(TARGETS):
479 @$(ENVSETUP); $(MAKE) $(MDEFINES) do=$@ $(dodirs)
481 dot: FORCE
482 @$(ENVSETUP); \
483 $(MAKE) $(MDEFINES) srcdir=$(srcdir) VPATH=$(srcdir) \
484 -f $(top_srcdir)/Makefile.comm \
485 -f $(top_srcdir)/Makefile.sub $(do)
487 $(LIBDIRS): FORCE
488 @$(ENVSETUP); \
489 if test $(srcdir) = .; \
490 then srcdir=.; \
491 else srcdir=`cd $(srcdir); pwd`/$@; \
492 fi; \
493 test -d $@ || $(mkinstalldirs) $@; \
494 cd $@; \
495 test -f Makefile.dep || touch Makefile.dep; \
496 $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
497 -f $(top_srcdir)/Makefile.comm \
498 -f $$srcdir/Makefile.sub \
499 -f $(top_srcdir)/Makefile.lib \
500 -f Makefile.dep $(do)
502 $(CPROGDIRS): FORCE
503 @$(ENVSETUP); \
504 if test $(srcdir) = .; \
505 then srcdir=.; \
506 else srcdir=`cd $(srcdir); pwd`/$@; \
507 fi; \
508 test -d $@ || $(mkinstalldirs) $@; \
509 cd $@; \
510 test -f Makefile.dep || touch Makefile.dep; \
511 $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
512 -f $(top_srcdir)/Makefile.comm \
513 -f $$srcdir/Makefile.sub \
514 -f $(top_srcdir)/Makefile.cpg \
515 -f Makefile.dep $(do)
517 $(CCPROGDIRS): FORCE
518 @$(ENVSETUP); \
519 if test $(srcdir) = .; \
520 then srcdir=.; \
521 else srcdir=`cd $(srcdir); pwd`/$@; \
522 fi; \
523 test -d $@ || $(mkinstalldirs) $@; \
524 cd $@; \
525 test -f Makefile.dep || touch Makefile.dep; \
526 $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
527 -f $(top_srcdir)/Makefile.comm \
528 -f $$srcdir/Makefile.sub \
529 -f $(top_srcdir)/Makefile.ccpg \
530 -f Makefile.dep $(do)
532 $(DEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE
533 @$(ENVSETUP); \
534 if test $(srcdir) = .; \
535 then srcdir=.; \
536 else srcdir=`cd $(srcdir); pwd`/$@; \
537 fi; \
538 test -d $@ || $(mkinstalldirs) $@; \
539 cd $@; \
540 $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
541 -f $(top_srcdir)/Makefile.comm \
542 -f $$srcdir/Makefile.sub \
543 -f $(top_srcdir)/Makefile.dev $(do)
545 $(INCDIRS) $(OTHERDIRS): FORCE
546 @$(ENVSETUP); \
547 if test $(srcdir) = .; \
548 then srcdir=.; \
549 else srcdir=`cd $(srcdir); pwd`/$@; \
550 fi; \
551 test -d $@ || $(mkinstalldirs) $@; \
552 cd $@; \
553 $(MAKE) $(MDEFINES) srcdir=$$srcdir VPATH=$$srcdir \
554 -f $(top_srcdir)/Makefile.comm \
555 -f $$srcdir/Makefile.sub \
556 -f $(top_srcdir)/Makefile.man $(do)
558 .PHONY: dist
559 dist:
560 -rm -fr tmp
561 rm -f groff-$(version)$(revision).tar.gz
562 mkdir tmp
563 for d in $(DISTDIRS); do \
564 $(mkinstalldirs) tmp/$$d; \
565 done
566 srcdir=`cd $(srcdir); pwd`; \
567 cd tmp; \
568 $(LN_S) ../Makefile .; \
569 $(LN_S) $$srcdir/* . 2>/dev/null || true; \
570 rm -rf CVS; \
571 for d in $(DISTDIRS); do \
572 (cd $$d; \
573 $(LN_S) $$srcdir/$$d/* . 2>/dev/null; \
574 rm -rf CVS || true); \
575 done; \
576 $(MAKE) srcdir=. VPATH=. distfiles; \
577 $(MAKE) srcdir=. VPATH=. extraclean; \
578 for d in $(EXTRADIRS); do \
579 (cd $$d; $(MAKE) extraclean); \
580 done; \
581 rm -f Makefile; \
582 $(LN_S) $$srcdir/Makefile.init Makefile
583 mv tmp groff-$(version)$(revision)
584 tar cfh - groff-$(version)$(revision) | \
585 gzip -c >groff-$(version)$(revision).tar.gz
586 rm -fr groff-$(version)$(revision)
588 # $(PROGDIRS): libgroff
589 # grops grotty grodvi: libdriver
590 # refer lookbib indxbib lkbib: libbib
591 # $(LIBDIRS) $(PROGDIRS): include
593 .PHONY: $(ALLDIRS) dot $(TARGETS) FORCE
595 # Create a Makefile in $(subdir). This is useful for development since it
596 # avoids running make recursively.
597 subdir_Makefile: Makefile.cfg
598 $(MAKE) do=Makefile $(subdir)
600 Makefile.cfg: Makefile
601 >Makefile.cfg
602 for var in $(MDEFINES); do \
603 echo "$$var" >>Makefile.cfg; \
604 done
606 Makefile: Makefile.in
607 $(SHELL) config.status
609 .PHONY: uninstall
610 uninstall: uninstall_sub uninstall_dirs
612 .PHONY: uninstall_dirs
613 uninstall_dirs:
614 # Use rmdir here so that the directories are only removed if they're empty
615 -rmdir $(man1dir) $(man5dir) $(man7dir) $(manroot) \
616 $(tmacdir) $(systemtmacdir) $(localtmacdir) $(fontdir) $(bindir) \
617 $(datasubdir) $(dataprogramdir) $(datadir) $(infodir) \
618 $(exampledir) $(htmldocdir) $(docdir) \
619 $(libprogramdir) $(libdir)
622 .PHONY: check
623 check:
625 FORCE:
627 .NOEXPORT: