mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
17 lines
460 B
Makefile
17 lines
460 B
Makefile
if BUILD_PERF
|
|
DIR_PERF = perf
|
|
endif
|
|
|
|
SUBDIRS = src $(DIR_PERF) devices bindings
|
|
DIST_SUBDIRS = src perf devices bindings
|
|
|
|
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2 \
|
|
$(top_srcdir)/foreign/openpgm/lost_data_tsi.patch \
|
|
$(top_srcdir)/foreign/openpgm/create_custom_gsi_1.patch \
|
|
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
|
|
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
|
|
|
|
dist-hook:
|
|
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
|
|
|