Port: Link with no-undefined on Windows
[babeltrace.git] / tests / utils / tap / Makefile.am
CommitLineData
61e4df8e
MD
1noinst_LTLIBRARIES = libtap.la
2libtap_la_SOURCES = tap.c tap.h
ec84a9ed 3libtap_la_LDFLAGS = $(LT_NO_UNDEFINED)
61e4df8e
MD
4
5SCRIPT_LIST = tap.sh
6
7dist_noinst_SCRIPTS = $(SCRIPT_LIST)
8
9all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(SCRIPT_LIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(SCRIPT_LIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
This page took 0.025739 seconds and 4 git commands to generate.