Cross Reference: Makefile.am
xref: /xsrc/external/mit/libICE/dist/src/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libICE/dist/src/
Makefile.am revision 9ef0b394
1lib_LTLIBRARIES=libICE.la
2
3AM_CPPFLAGS = -I${top_srcdir}/include
4
5AM_CFLAGS = \
6	$(ICE_CFLAGS) \
7	$(CWARNFLAGS) \
8	-DICE_t -DTRANS_CLIENT -DTRANS_SERVER
9
10libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined
11
12libICE_la_LIBADD = $(ICE_LIBS)
13
14libICE_la_SOURCES = \
15	ICElibint.h \
16	accept.c \
17	authutil.c \
18	connect.c \
19	error.c \
20	getauth.c \
21	globals.h \
22	iceauth.c \
23	icetrans.c \
24	listen.c \
25	listenwk.c \
26	locking.c \
27	misc.c \
28	ping.c \
29	process.c \
30	protosetup.c \
31	register.c \
32	replywait.c \
33	setauth.c \
34	shutdown.c \
35	watch.c
36
37iceincludedir=$(includedir)/X11/ICE
38iceinclude_HEADERS=\
39	$(top_srcdir)/include/X11/ICE/ICE.h \
40	$(top_srcdir)/include/X11/ICE/ICEconn.h \
41	$(top_srcdir)/include/X11/ICE/ICElib.h \
42	$(top_srcdir)/include/X11/ICE/ICEmsg.h \
43	$(top_srcdir)/include/X11/ICE/ICEproto.h \
44	$(top_srcdir)/include/X11/ICE/ICEutil.h
45
46if LINT
47ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
48		$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
49
50lint:
51	$(LINT) $(ALL_LINT_FLAGS) $(libICE_la_SOURCES) $(XINERAMA_LIBS)
52endif LINT
53

Indexes created Thu Dec 11 06:09:47 GMT 2025