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

21 lines
450 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I config
2009-09-08 14:54:04 +02:00
if BUILD_PERF
DIR_PERF = perf
endif
2009-11-22 08:47:06 +01:00
if INSTALL_MAN
DIR_MAN = man
endif
SUBDIRS = src $(DIR_MAN) $(DIR_PERF) devices bindings examples
DIST_SUBDIRS = src man perf devices bindings examples
2009-12-13 09:56:02 +01:00
EXTRA_DIST = \
$(top_srcdir)/foreign/openpgm/@pgm2_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:
-rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@