0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-29 00:32:34 +08:00
libzmq/Makefile.am

20 lines
441 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
SUBDIRS = src doc $(DIR_PERF) devices
DIST_SUBDIRS = src doc perf devices
2009-12-13 09:56:02 +01:00
EXTRA_DIST = \
$(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.gz \
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
2009-09-11 17:58:37 +02:00
dist-hook:
2010-02-15 23:54:49 +01:00
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
distclean-local:
2010-02-15 23:59:35 +01:00
-rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@
2010-02-15 23:51:05 +01:00