Cross Reference: Makefile.am
xref: /xsrc/external/mit/libXt/dist/util/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libXt/dist/util/
Makefile.am revision 0568f49b
1noinst_PROGRAMS = makestrs
2
3CC = @CC_FOR_BUILD@
4CPPFLAGS = @CPPFLAGS_FOR_BUILD@
5CFLAGS = @CFLAGS_FOR_BUILD@
6LDFLAGS = @LDFLAGS_FOR_BUILD@
7
8EXTRA_DIST = \
9	Shell.ht \
10	StrDefs.ct \
11	StrDefs.ht \
12	string.list
13
14makestrs_SOURCES = makestrs.c
15
16
17# Man page
18appmandir = $(APP_MAN_DIR)
19
20appman_PRE = makestrs.man
21
22noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
23
24EXTRA_DIST += $(appman_PRE)
25CLEANFILES = $(noinst_DATA)
26
27SUFFIXES = .$(APP_MAN_SUFFIX) .man
28
29# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
30.man.$(APP_MAN_SUFFIX):
31	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
32

Indexes created Thu Dec 04 03:09:34 GMT 2025