aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-23 01:09:40 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-23 01:09:40 +0000
commit09adb263fb62934d379ecd32dbd87f9f8fb0b743 (patch)
tree761c1d27c2cd59584908e5737bfb3be2a12b44a6 /externals/Makefile
parentf138dd385528afe7cd21119d8a16b8571e557e63 (diff)
Updated tof in Makefile
svn path=/trunk/; revision=12436
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile13
1 files changed, 2 insertions, 11 deletions
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))