Cross Reference: Makefile.am
xref: /xsrc/external/mit/libX11/dist/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libX11/dist/
Makefile.am revision b4ee4795
1if XLIB_LOADABLE_I18N
2ORDER=src modules
3else
4ORDER=modules src
5endif
6SUBDIRS=include $(ORDER) nls man specs
7
8pkgconfigdir = $(libdir)/pkgconfig
9pkgconfig_DATA = x11.pc
10if XCB
11pkgconfig_DATA += x11-xcb.pc
12endif
13
14MAINTAINERCLEANFILES = ChangeLog INSTALL
15EXTRA_DIST=x11.pc.in x11-xcb.pc.in 
16
17DISTCLEANFILES = doltcompile doltlibtool
18
19.PHONY: ChangeLog INSTALL
20
21INSTALL:
22	$(INSTALL_CMD)
23
24ChangeLog:
25	$(CHANGELOG_CMD)
26
27dist-hook: ChangeLog INSTALL
28
29if LINT
30# Check source code with tools like lint & sparse
31LINT_SUBDIRS=src # modules
32
33lint:
34	@for subdir in $(LINT_SUBDIRS) ; do \
35		echo "Making $@ in $$subdir"; \
36		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
37	done
38endif LINT
39

Indexes created Sat Dec 13 09:09:37 GMT 2025