Blame Makefile.am

Packit Service f89583
SUBDIRS=man
Packit Service f89583
Packit Service f89583
lib_LTLIBRARIES = libXau.la
Packit Service f89583
Packit Service f89583
AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS)
Packit Service f89583
AM_CPPFLAGS = -I${top_srcdir}/include
Packit Service f89583
Packit Service f89583
libXau_la_LDFLAGS = -version-number 6:0:0 -no-undefined
Packit Service f89583
Packit Service f89583
libXau_la_LIBADD = $(XAU_LIBS)
Packit Service f89583
Packit Service f89583
libXau_la_SOURCES = \
Packit Service f89583
	AuDispose.c \
Packit Service f89583
	AuFileName.c \
Packit Service f89583
	AuGetAddr.c \
Packit Service f89583
	AuGetBest.c \
Packit Service f89583
	AuLock.c \
Packit Service f89583
	AuRead.c \
Packit Service f89583
	AuUnlock.c \
Packit Service f89583
	AuWrite.c
Packit Service f89583
Packit Service f89583
xauincludedir=$(includedir)/X11
Packit Service f89583
Packit Service f89583
xauinclude_HEADERS = include/X11/Xauth.h
Packit Service f89583
Packit Service f89583
pkgconfigdir = $(libdir)/pkgconfig
Packit Service f89583
pkgconfig_DATA = xau.pc
Packit Service f89583
Packit Service f89583
check_PROGRAMS=Autest
Packit Service f89583
TESTS=Autest
Packit Service f89583
Packit Service f89583
Autest_SOURCES=Autest.c
Packit Service f89583
Autest_LDADD=libXau.la
Packit Service f89583
Packit Service f89583
if LINT
Packit Service f89583
ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
Packit Service f89583
		$(AM_CPPFLAGS) $(CPPFLAGS)
Packit Service f89583
Packit Service f89583
lint:
Packit Service f89583
	$(LINT) $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
Packit Service f89583
endif LINT
Packit Service f89583
Packit Service f89583
if MAKE_LINT_LIB
Packit Service f89583
lintlibdir = $(libdir)
Packit Service f89583
Packit Service f89583
lintlib_DATA = $(LINTLIB)
Packit Service f89583
Packit Service f89583
$(LINTLIB): $(libXau_la_SOURCES)
Packit Service f89583
	$(LINT) -y -oXau -x $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
Packit Service f89583
endif MAKE_LINT_LIB
Packit Service f89583
Packit Service f89583
CLEANFILES = $(lintlib_DATA)
Packit Service f89583
MAINTAINERCLEANFILES = ChangeLog INSTALL
Packit Service f89583
Packit Service f89583
.PHONY: ChangeLog INSTALL
Packit Service f89583
Packit Service f89583
INSTALL:
Packit Service f89583
	$(INSTALL_CMD)
Packit Service f89583
Packit Service f89583
ChangeLog:
Packit Service f89583
	$(CHANGELOG_CMD)
Packit Service f89583
Packit Service f89583
dist-hook: ChangeLog INSTALL