Makefile.am | Makefile.am | |||
---|---|---|---|---|
lib_LTLIBRARIES = libxcb-util.la | lib_LTLIBRARIES = libxcb-util.la | |||
AM_CPPFLAGS = $(XCB_CFLAGS) | AM_CPPFLAGS = $(XCB_CFLAGS) | |||
AM_CFLAGS = $(CWARNFLAGS) | AM_CFLAGS = $(CWARNFLAGS) | |||
libxcb_util_la_LIBADD = $(XCB_LIBS) | libxcb_util_la_LIBADD = $(XCB_LIBS) | |||
libxcb_util_la_LDFLAGS = -version-info 0:0:0 -no-undefined | libxcb_util_la_LDFLAGS = -version-info 1:0:0 -no-undefined | |||
libxcb_util_la_SOURCES = \ | libxcb_util_la_SOURCES = \ | |||
atoms.c \ | atoms.c \ | |||
event.c \ | event.c \ | |||
xcb_aux.c | xcb_aux.c | |||
xcbinclude_HEADERS = \ | xcbinclude_HEADERS = \ | |||
xcb_util.h \ | xcb_util.h \ | |||
xcb_atom.h \ | xcb_atom.h \ | |||
xcb_aux.h \ | xcb_aux.h \ | |||
xcb_bitops.h \ | ||||
xcb_event.h | xcb_event.h | |||
BUILT_SOURCES = atoms.c atoms.gperf xcb_atom.h | ||||
CLEANFILES = $(BUILT_SOURCES) | ||||
EXTRA_DIST = atomlist.m4 atoms.gperf.m4 xcb_atom.h.m4 | ||||
atoms.c: atoms.gperf | ||||
$(GPERF) --output-file $@ $< | ||||
atoms.gperf: $(srcdir)/atoms.gperf.m4 $(srcdir)/atomlist.m4 | ||||
$(M4) -I$(srcdir) $< >$@ | ||||
xcb_atom.h: $(srcdir)/xcb_atom.h.m4 $(srcdir)/atomlist.m4 | ||||
$(M4) -I$(srcdir) $< >$@ | ||||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |