diff options
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am deleted file mode 100644 index 6a8c88d..0000000 --- a/libs/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ - -EXTRA_DIST = files prepare-libraries.sh libmba domc - -# We have to take over here and do all these things ourselves -# as the libraries' make files aren't automake compatible - -all: - chmod -R u+rw $(srcdir)/libmba - $(MAKE) -C $(srcdir)/libmba $@ - chmod -R u+rw $(srcdir)/domc - $(MAKE) -C $(srcdir)/domc $@ - -clean: - chmod -R u+rw $(srcdir)/libmba - $(MAKE) -C $(srcdir)/libmba $@ - chmod -R u+rw $(srcdir)/domc - $(MAKE) -C $(srcdir)/domc $@ - -install: - - -dist-hook: clean - rm -rf `find $(distdir)/ -name CVS` - |