Cross Reference: Makefile.am
xref: /xsrc/external/mit/libxshmfence/dist/src/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libxshmfence/dist/src/
Makefile.am revision ed6f5d66
1lib_LTLIBRARIES = libxshmfence.la
2
3if PTHREAD
4PTHREAD_SOURCES=xshmfence_pthread.c xshmfence_pthread.h
5endif
6
7if FUTEX
8FUTEX_SOURCES=xshmfence_futex.c xshmfence_futex.h
9endif
10
11libxshmfence_la_SOURCES = \
12	xshmfenceint.h \
13	xshmfence_alloc.c \
14	$(PTHREAD_SOURCES) \
15	$(FUTEX_SOURCES)
16
17AM_CFLAGS = $(CWARNFLAGS)
18
19libxshmfence_la_LDFLAGS = -version-number 1:0:0 -no-undefined
20libxshmfence_la_LIBADD = @PTHREAD_LIBS@
21
22libxshmfenceincludedir = $(includedir)/X11
23libxshmfenceinclude_HEADERS = xshmfence.h
24
25if LINT
26ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
27		$(AM_CPPFLAGS) $(CPPFLAGS)
28
29lint:
30	$(LINT) $(ALL_LINT_FLAGS) $(libxshmfence_la_SOURCES) $(LIBS)
31endif LINT
32

Indexes created Tue Dec 09 16:09:29 GMT 2025