From 09adb263fb62934d379ecd32dbd87f9f8fb0b743 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Wed, 23 Sep 2009 01:09:40 +0000 Subject: Updated tof in Makefile svn path=/trunk/; revision=12436 --- externals/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'externals/Makefile') diff --git a/externals/Makefile b/externals/Makefile index 3f70d187..ab95c923 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -2467,23 +2467,14 @@ tof_install: tof $(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(TOF_NAME) \ --author "Thomas Ouellet Fredericks" \ --description "Various utilities" \ - --license "http://www.kopimi.se/kopimi/" \ - --version "1" + --license "Whatever Hans wants" \ + --version "2009-09-22" install -p $(TOF_OBJECTS:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(TOF_NAME) install -d $(DESTDIR)$(helpdir)/$(TOF_NAME) install -p $(externals_src)/tof/help/*.pd \ $(DESTDIR)$(helpdir)/$(TOF_NAME) install -p $(externals_src)/tof/help/*.pd \ $(DESTDIR)$(objectsdir)/$(TOF_NAME) -# install -d $(DESTDIR)$(manualsdir)/$(TOF_NAME) -# install -p $(externals_src)/tof/manual.txt \ -# $(DESTDIR)$(manualsdir)/$(TOF_NAME) -# install -d $(DESTDIR)$(readmesdir) -# install -p $(externals_src)/tof/README \ - $(DESTDIR)$(readmesdir)/$(TOF_NAME).txt -# install -d $(DESTDIR)$(examplesdir)/$(TOF_NAME) -# install -p $(externals_src)/tof/examples/*.pd \ - $(DESTDIR)$(examplesdir)/$(TOF_NAME) tof_clean: -rm -f -- $(TOF_OBJECTS:.c=.$(EXTENSION)) -- cgit v1.2.1