libzmq/Makefile.am

19 lines
421 B
Makefile
Raw Normal View History

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@