File: Makefile.am

package info (click to toggle)
libx11 2:1.8.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 20,604 kB
  • sloc: ansic: 113,927; xml: 104,993; sh: 4,602; makefile: 2,146; perl: 352
file content (37 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
if XLIB_LOADABLE_I18N
ORDER=src modules
else
ORDER=modules src
endif
# Order: nls before specs
SUBDIRS=include $(ORDER) nls man specs

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = x11.pc x11-xcb.pc

MAINTAINERCLEANFILES = ChangeLog INSTALL

.PHONY: ChangeLog INSTALL

INSTALL:
	$(INSTALL_CMD)

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog INSTALL

if LINT
# Check source code with tools like lint & sparse
LINT_SUBDIRS=src # modules

lint:
	@for subdir in $(LINT_SUBDIRS) ; do \
		echo "Making $@ in $$subdir"; \
		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
	done
endif LINT

EXTRA_DIST = README.md