From abc68c45fa46a5755ae7db488aa69f49b1791cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 10 Feb 2011 12:10:36 +0000 Subject: moved iemmatrix-meta.pd into root svn path=/trunk/externals/iem/iemmatrix/; revision=14904 --- src/Makefile | 7 ++++++- src/configure.ac | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 0259963..8639655 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,10 +84,12 @@ library: $(LIBRARY_NAME) clean: -rm -f *.$(EXT) *.o +METAFILE = ../iemmatrix-meta.pd + realclean: clean -rm -f *~ _* aclocal.m4 configure config.h config.log config.status -rm -f *.d *.d.* - -rm -f ../VERSION.txt ../doc/iemmatrix-meta.pd + -rm -f ../VERSION.txt $(METAFILE) distclean: realclean -rm -f Make.config ../*.$(EXT) @@ -99,6 +101,9 @@ tests: all make -C $(TESTDIR) install: install-bin install-doc install-abs + -install -d $(INSTALL_DOC) + -install -m 644 ../VERSION.txt $(INSTALL_DOC) + -install -m 644 $(METAFILE) $(INSTALL_DOC) install-bin: -install -d $(INSTALL_DOC) diff --git a/src/configure.ac b/src/configure.ac index 14dff3f..b6285f9 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -249,6 +249,6 @@ fi LFLAGS=${LDFLAGS} AC_OUTPUT(Make.config) AC_OUTPUT(../VERSION.txt) -AC_OUTPUT(../doc/iemmatrix-meta.pd) +AC_OUTPUT(../iemmatrix-meta.pd) dnl rm -f conftest.* -- cgit v1.2.1