2003-07-23 21:59:53 +02:00
|
|
|
# Process this file with automake
|
|
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
EXTRA_DIST = README examples icm
|
2003-07-23 21:59:53 +02:00
|
|
|
|
|
|
|
|
## This is removed because icm relies upon the existance of all other
|
|
|
|
|
## libs. It is currently compiled manually, last.
|
|
|
|
|
##SUBDIRS = mif cm enh evt ipc idn icm
|
|
|
|
|
|
2003-08-05 17:32:25 +02:00
|
|
|
SUBDIRS = mif cm enh evt ipc idn cmpp icm
|
2003-07-23 21:59:53 +02:00
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
|
rm -rf `find $(distdir)/examples -name CVS`
|
|
|
|
|
rm -rf `find $(distdir)/icm -name CVS`
|
|
|
|
|
|
|
|
|
|
|
2003-07-23 21:59:53 +02:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|