libzmq/Makefile.am

20 lines
478 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
2010-02-10 16:18:46 +01:00
SUBDIRS = src doc $(DIR_PERF) devices bindings examples
DIST_SUBDIRS = src doc 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@
2010-02-15 23:51:05 +01:00
distclean-local:
-rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@