mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
35cb1fade6
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check".
18 lines
564 B
Makefile
18 lines
564 B
Makefile
ACLOCAL_AMFLAGS = -I config
|
|
|
|
SUBDIRS = src doc perf devices tests
|
|
DIST_SUBDIRS = src doc perf devices tests builds/msvc
|
|
|
|
EXTRA_DIST = \
|
|
$(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \
|
|
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
|
|
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
|
|
|
|
dist-hook:
|
|
-cp $(top_srcdir)/builds/redhat/zeromq.spec $(distdir)/zeromq.spec
|
|
-sed s/\@PACKAGE_VERSION\@/@PACKAGE_VERSION@/ -i $(distdir)/zeromq.spec
|
|
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
|
|
distclean-local:
|
|
-rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@
|
|
|