blob: 8795e1482be2ef61a136f7509be0e111d2b8d217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
ACLOCAL_AMFLAGS = -I config
if BUILD_PERF
DIR_PERF = perf
endif
SUBDIRS = src doc $(DIR_PERF) devices bindings examples
DIST_SUBDIRS = src doc perf devices bindings examples
EXTRA_DIST = \
$(top_srcdir)/foreign/openpgm/@pgm2_basename@.tar.bz2 \
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
dist-hook:
-rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@
|