| |
| |
| |
| |
| |
| |
| |
| |
| include $(top_srcdir)/mk/common.mk |
| |
| AM_CPPFLAGS += -I$(top_builddir)/lib/gnu -I$(top_srcdir)/lib/gnu -DPCMK_SCHEMAS_EMERGENCY_XSLT=0 |
| |
| MOSTLYCLEANFILES = md5.c |
| |
| |
| lib_LTLIBRARIES = libcrmcommon.la |
| |
| |
| |
| |
| |
| |
| |
| |
| CFLAGS = $(CFLAGS_COPY:-Wcast-qual=) -fPIC |
| |
| SUBDIRS = tests |
| |
| noinst_HEADERS = crmcommon_private.h |
| |
| libcrmcommon_la_LDFLAGS = -version-info 38:0:4 |
| |
| libcrmcommon_la_CFLAGS = $(CFLAGS_HARDENED_LIB) |
| libcrmcommon_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB) |
| |
| libcrmcommon_la_LIBADD = @LIBADD_DL@ |
| |
| |
| libcrmcommon_la_SOURCES = |
| libcrmcommon_la_SOURCES += acl.c |
| libcrmcommon_la_SOURCES += agents.c |
| libcrmcommon_la_SOURCES += alerts.c |
| libcrmcommon_la_SOURCES += attrd_client.c |
| if BUILD_CIBSECRETS |
| libcrmcommon_la_SOURCES += cib_secrets.c |
| endif |
| libcrmcommon_la_SOURCES += cmdline.c |
| libcrmcommon_la_SOURCES += digest.c |
| libcrmcommon_la_SOURCES += io.c |
| libcrmcommon_la_SOURCES += ipc_client.c |
| libcrmcommon_la_SOURCES += ipc_common.c |
| libcrmcommon_la_SOURCES += ipc_controld.c |
| libcrmcommon_la_SOURCES += ipc_server.c |
| libcrmcommon_la_SOURCES += iso8601.c |
| libcrmcommon_la_SOURCES += logging.c |
| libcrmcommon_la_SOURCES += mainloop.c |
| libcrmcommon_la_SOURCES += messages.c |
| libcrmcommon_la_SOURCES += nvpair.c |
| libcrmcommon_la_SOURCES += operations.c |
| libcrmcommon_la_SOURCES += options.c |
| libcrmcommon_la_SOURCES += output.c |
| libcrmcommon_la_SOURCES += output_html.c |
| libcrmcommon_la_SOURCES += output_log.c |
| libcrmcommon_la_SOURCES += output_none.c |
| libcrmcommon_la_SOURCES += output_text.c |
| libcrmcommon_la_SOURCES += output_xml.c |
| libcrmcommon_la_SOURCES += pid.c |
| libcrmcommon_la_SOURCES += procfs.c |
| libcrmcommon_la_SOURCES += remote.c |
| libcrmcommon_la_SOURCES += results.c |
| libcrmcommon_la_SOURCES += schemas.c |
| libcrmcommon_la_SOURCES += strings.c |
| libcrmcommon_la_SOURCES += utils.c |
| libcrmcommon_la_SOURCES += watchdog.c |
| libcrmcommon_la_SOURCES += xml.c |
| libcrmcommon_la_SOURCES += xpath.c |
| |
| |
| |
| |
| nodist_libcrmcommon_la_SOURCES = md5.c |
| |
| md5.c: ../gnu/md5.c |
| cp "$<" "$@" |
| |
| clean-generic: |
| rm -f *.log *.debug *.xml *~ |