0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-04 04:55:27 +08:00
libzmq/Makefile.am

15 lines
350 B
Makefile
Raw Normal View History

2009-09-08 14:54:04 +02:00
if BUILD_PERF
DIR_PERF = perf
endif
2009-09-16 17:06:59 +02:00
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/xmlParser/xmlParser.cpp \
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
2009-09-11 17:58:37 +02:00
dist-hook:
2009-09-11 17:58:37 +02:00
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
2009-09-16 17:06:59 +02:00