0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-09 14:15:17 +08:00
libzmq/Makefile.am

16 lines
397 B
Makefile

ACLOCAL_AMFLAGS = -I config
SUBDIRS = src doc perf devices
DIST_SUBDIRS = src doc perf devices
EXTRA_DIST = \
$(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
dist-hook:
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
distclean-local:
-rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@