libzmq/Makefile.am

24 lines
385 B
Makefile
Raw Normal View History

2009-08-24 12:04:15 +02:00
if BUILD_PYTHON
DIR_P = python
endif
2009-08-29 11:31:32 +02:00
if BUILD_RUBY
DIR_R = ruby
endif
2009-08-31 13:11:46 +02:00
if BUILD_JAVA
DIR_J = java
endif
2009-09-08 14:54:04 +02:00
if BUILD_PERF
DIR_PERF = perf
endif
2009-09-14 16:45:53 +02:00
SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_J) $(DIR_PERF) devices
DIST_SUBDIRS = src python ruby java perf devices
2009-09-11 17:58:37 +02:00
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2
dist-hook:
2009-09-11 17:58:37 +02:00
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@