| AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects |
| INCLUDES = -I$(top_srcdir)/include -I. -I$(top_srcdir)/halloc |
| AM_CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-long-long -O0 -g |
| nestegg-uninstalled.pc.in \ |
| m4/ax_create_stdint_h.m4 \ |
| pkgconfigdir = $(libdir)/pkgconfig |
| pkgconfig_DATA = nestegg.pc |
| nesteggincludedir = $(includedir)/nestegg |
| nestegginclude_HEADERS = include/nestegg/nestegg.h include/nestegg/nestegg-stdint.h |
| lib_LTLIBRARIES = src/libnestegg.la |
| src_libnestegg_la_SOURCES = \ |
| check_PROGRAMS = test/test |
| test_test_SOURCES = test/test.c |
| test_test_LDADD = src/libnestegg.la |
| DISTCLEANFILES = include/nestegg/nestegg-stdint.h |
| find $(distdir) -type d -name '.git' | xargs rm -rf |
| $(MAKE) all CFLAGS="@DEBUG@" |
| $(MAKE) all CFLAGS="@PROFILE@" |