Blame Makefile.am

rpm-build 4aa2fb
LDADD = $(LIBS)
rpm-build 4aa2fb
rpm-build 4aa2fb
lib_LTLIBRARIES = libchan.la
rpm-build 4aa2fb
libchan_la_SOURCES = src/chan.c src/queue.c
rpm-build 4aa2fb
pkginclude_HEADERS = src/chan.h src/queue.h
rpm-build 4aa2fb
rpm-build 4aa2fb
check_PROGRAMS = src/chan_test
rpm-build 4aa2fb
src_chan_test_SOURCES = src/chan_test.c
rpm-build 4aa2fb
src_chan_test_LDADD = libchan.la
rpm-build 4aa2fb
src_chan_test_LDFLAGS = -no-install
rpm-build 4aa2fb
rpm-build 4aa2fb
TESTS = src/chan_test
rpm-build 4aa2fb
rpm-build 4aa2fb
noinst_PROGRAMS = examples/buffered \
rpm-build 4aa2fb
				  examples/close \
rpm-build 4aa2fb
				  examples/select \
rpm-build 4aa2fb
				  examples/unbuffered
rpm-build 4aa2fb
examples_buffered_SOURCES = examples/buffered.c
rpm-build 4aa2fb
examples_buffered_LDADD = libchan.la
rpm-build 4aa2fb
examples_buffered_LDFLAGS = -no-install
rpm-build 4aa2fb
examples_close_SOURCES = examples/close.c
rpm-build 4aa2fb
examples_close_LDADD = libchan.la
rpm-build 4aa2fb
examples_close_LDFLAGS = -no-install
rpm-build 4aa2fb
examples_select_SOURCES = examples/select.c
rpm-build 4aa2fb
examples_select_LDADD = libchan.la
rpm-build 4aa2fb
examples_select_LDFLAGS = -no-install
rpm-build 4aa2fb
examples_unbuffered_SOURCES = examples/unbuffered.c
rpm-build 4aa2fb
examples_unbuffered_LDADD = libchan.la
rpm-build 4aa2fb
examples_unbuffered_LDFLAGS = -no-install
rpm-build 4aa2fb