~ubuntu-branches/ubuntu/dapper/groff/dapper

« back to all changes in this revision

Viewing changes to src/include/Makefile.sub

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2002-03-17 04:11:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020317041150-wkgfawjc3gxlk0o5
Tags: upstream-1.17.2
ImportĀ upstreamĀ versionĀ 1.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HDRS=\
 
2
  assert.h \
 
3
  cmap.h \
 
4
  cset.h \
 
5
  device.h \
 
6
  driver.h \
 
7
  errarg.h \
 
8
  error.h \
 
9
  font.h \
 
10
  getopt.h \
 
11
  groff-getopt.h \
 
12
  htmlindicate.h \
 
13
  index.h \
 
14
  lib.h \
 
15
  macropath.h \
 
16
  nonposix.h \
 
17
  posix.h \
 
18
  printer.h \
 
19
  ptable.h \
 
20
  refid.h \
 
21
  search.h \
 
22
  searchpath.h \
 
23
  stringclass.h
 
24
GENHDRS=defs.h
 
25
CLEANADD=$(GENHDRS)
 
26
 
 
27
all depend: $(GENHDRS)
 
28
 
 
29
defs.h: FORCE
 
30
        @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
 
31
        "PROG_PREFIX=\"$(g)\"" \
 
32
        "DEVICE=\"$(DEVICE)\"" \
 
33
        "BINPATH=\"$(bindir)\"" \
 
34
        "FONTPATH=\"$(fontpath)\"" \
 
35
        "MACROPATH=\"$(tmacpath)\"" \
 
36
        "INDEX_SUFFIX=\"$(indexext)\"" \
 
37
        "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
 
38
        "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
 
39
        "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
 
40
        "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
 
41
 
 
42
FORCE: