2000-12-05 19:49:44 +01:00
|
|
|
HDRS=\
|
|
|
|
assert.h \
|
|
|
|
cmap.h \
|
|
|
|
cset.h \
|
|
|
|
device.h \
|
|
|
|
driver.h \
|
|
|
|
errarg.h \
|
|
|
|
error.h \
|
|
|
|
font.h \
|
|
|
|
getopt.h \
|
|
|
|
groff-getopt.h \
|
|
|
|
htmlindicate.h \
|
|
|
|
index.h \
|
|
|
|
lib.h \
|
|
|
|
macropath.h \
|
|
|
|
nonposix.h \
|
|
|
|
posix.h \
|
|
|
|
printer.h \
|
|
|
|
ptable.h \
|
|
|
|
refid.h \
|
|
|
|
search.h \
|
|
|
|
searchpath.h \
|
1996-09-07 18:18:32 +02:00
|
|
|
stringclass.h
|
|
|
|
GENHDRS=defs.h
|
|
|
|
CLEANADD=$(GENHDRS)
|
|
|
|
|
|
|
|
all depend: $(GENHDRS)
|
|
|
|
|
|
|
|
defs.h: FORCE
|
2000-12-05 19:49:44 +01:00
|
|
|
@$(SHELL) $(top_srcdir)/gendef.sh defs.h \
|
|
|
|
"PROG_PREFIX=\"$(g)\"" \
|
|
|
|
"DEVICE=\"$(DEVICE)\"" \
|
|
|
|
"FONTPATH=\"$(fontpath)\"" \
|
|
|
|
"MACROPATH=\"$(tmacpath)\"" \
|
1996-09-07 18:18:32 +02:00
|
|
|
"INDEX_SUFFIX=\"$(indexext)\"" \
|
|
|
|
"COMMON_WORDS_FILE=\"$(common_words_file)\"" \
|
|
|
|
"DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
|
|
|
|
"DEFAULT_INDEX_NAME=\"$(indexname)\"" \
|
|
|
|
"DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
|
|
|
|
|
|
|
|
FORCE:
|