File: Makefile.sub

package info (click to toggle)
groff 1.11a-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 5,520 kB
  • ctags: 6,883
  • sloc: cpp: 55,133; ansic: 5,228; yacc: 2,954; asm: 1,866; makefile: 1,097; sh: 403; perl: 397; sed: 46
file content (19 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
HDRS=assert.h cmap.h cset.h device.h driver.h errarg.h error.h font.h index.h \
  lib.h macropath.h printer.h ptable.h refid.h search.h searchpath.h \
  stringclass.h
GENHDRS=defs.h
CLEANADD=$(GENHDRS)

all depend: $(GENHDRS)

defs.h: FORCE
	@$(SHELL) $(srcdir)/../gendef.sh defs.h \
	"PROG_PREFIX=\"$(g)\"" "DEVICE=\"$(DEVICE)\"" \
	"FONTPATH=\"$(fontpath)\"" "MACROPATH=\"$(tmacpath)\"" \
	"INDEX_SUFFIX=\"$(indexext)\"" \
	"COMMON_WORDS_FILE=\"$(common_words_file)\"" \
	"DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
	"DEFAULT_INDEX_NAME=\"$(indexname)\"" \
	"DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""

FORCE: