From: fred Date: Wed, 27 Mar 2002 02:07:31 +0000 (+0000) Subject: lilypond-1.5.10 X-Git-Tag: release/1.5.59~223 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5634a70b49ff8ab67d61d388e5fc7c49d0bf1ea5;p=lilypond.git lilypond-1.5.10 --- diff --git a/stepmake/stepmake/asciifont-rules.make b/stepmake/stepmake/asciifont-rules.make deleted file mode 100644 index 0e7e06c0fb..0000000000 --- a/stepmake/stepmake/asciifont-rules.make +++ /dev/null @@ -1,5 +0,0 @@ -# WHAT THE FUCK IS THIS DOING IN STEPMAKE??? - -$(outdir)/%.afm: %.af - grep '[[:cntrl:]]' $< | sed 's/^[[:cntrl:]] *//' > $@ -# grep '[[:cntrl:]]' $< | sed 's/^. *//' > $@ diff --git a/stepmake/stepmake/asciifont-targets.make b/stepmake/stepmake/asciifont-targets.make deleted file mode 100644 index 1bb8bf6d7f..0000000000 --- a/stepmake/stepmake/asciifont-targets.make +++ /dev/null @@ -1 +0,0 @@ -# empty diff --git a/stepmake/stepmake/asciifont-vars.make b/stepmake/stepmake/asciifont-vars.make deleted file mode 100644 index f414fcf639..0000000000 --- a/stepmake/stepmake/asciifont-vars.make +++ /dev/null @@ -1,2 +0,0 @@ -AF_FILES := $(wildcard *.af) -EXTRA_DIST_FILES += $(AF_FILES) diff --git a/stepmake/stepmake/files.make b/stepmake/stepmake/files.make deleted file mode 100644 index 2c25447e3e..0000000000 --- a/stepmake/stepmake/files.make +++ /dev/null @@ -1,20 +0,0 @@ -# Files.make - - - -DEP_FILES := $(wildcard $(outdir)/*.dep) - -# (Why not Makefile too?) -# -# - -IN_FILES := $(wildcard *.in) -SOURCE_FILES += $(IN_FILES) - -# Preprocessed .in documentation _FILES: -# -OUTIN_FILES = $(addprefix $(outdir)/, $(IN_FILES:%.in=%)) -# - -ALL_SOURCES = $(SOURCE_FILES) - diff --git a/stepmake/stepmake/include.make b/stepmake/stepmake/include.make deleted file mode 100644 index df45bb7961..0000000000 --- a/stepmake/stepmake/include.make +++ /dev/null @@ -1,6 +0,0 @@ -# Include.make - - - - - diff --git a/stepmake/stepmake/manual.make b/stepmake/stepmake/manual.make deleted file mode 100644 index 526d31e1fa..0000000000 --- a/stepmake/stepmake/manual.make +++ /dev/null @@ -1,15 +0,0 @@ -# Manual.make - -MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION))) - -local-install: $(MANGROFFS) - -$(INSTALL) -d $(mandir)/man$(SECTION) - $(INSTALL) -m 644 $(MANGROFFS) $(mandir)/man$(SECTION) - - -local-uninstall: - (cd $(mandir)/man$(SECTION)/; rm -f $(MANGROFF)) - - - - diff --git a/stepmake/stepmake/package.make b/stepmake/stepmake/package.make deleted file mode 100644 index 025ef15d21..0000000000 --- a/stepmake/stepmake/package.make +++ /dev/null @@ -1,43 +0,0 @@ -# stepmake/Package.make - -deb: -# $(MAKE) -C $(depth)/debian - @echo The \"deb\" target is deprecated. - @echo Please install the appropriate Debian packages: - @echo - @echo " apt-get install task-debian-devel" - @echo - @echo and then run \"debuild\" in the lilypond directory. - -# urg -#(cd $(depth)/../debian/$(distname); \ -# ln -sf debian DEBIAN; ) -# su -c 'dpkg-deb -b $(depth)/../debian/$(distname)' -# urg, why aren't there any decent manual pages for dpkg or rpm? -# (cd $(depth)/../debian; \ -# rm -rf $(distname) $(distname).deb;\ -# tar xz -C $(depth)/../debian -f $(release-dir)/$(distname).tar.gz; \ -# cd $(distname);\ -# dpkg-buildpackage -b -rfakeroot; \ -# ) - -makeflags=$(patsubst %==, %, $(patsubst ---%,,$(patsubst ----%,,$(MAKEFLAGS:%=--%)))) - -diff: - $(PYTHON) $(step-bindir)/package-diff.py --outdir=$(topdir)/$(outdir) --package=$(topdir) $(makeflags) - -ln -f $(depth)/$(outdir)/$(distname).diff.gz $(patch-dir) - -release: - $(PYTHON) $(step-bindir)/release.py --outdir=$(topdir)/$(outdir) --package=$(topdir) - -# rpm: $(depth)/$(package-icon) dist -rpm: - @echo The \"rpm\" target is deprecated. - @echo Please select the .spec appropriate for your distribution and run - @echo - @echo " rpm -bb SPEC-FILE" - @echo - @echo different SPEC-FILEs may be found in $(depth)/make/out/ - -# su -c 'rpm -tb $(depth)/$(outdir)/$(distname).tar.gz' - diff --git a/stepmake/stepmake/prolog-rules.make b/stepmake/stepmake/prolog-rules.make deleted file mode 100644 index 4ac1b8c193..0000000000 --- a/stepmake/stepmake/prolog-rules.make +++ /dev/null @@ -1,4 +0,0 @@ -# stepmake/prolog-rules.make - -.SUFFIXES: .pl .s - diff --git a/stepmake/stepmake/prolog-targets.make b/stepmake/stepmake/prolog-targets.make deleted file mode 100644 index 8b13789179..0000000000 --- a/stepmake/stepmake/prolog-targets.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/stepmake/stepmake/prolog-vars.make b/stepmake/stepmake/prolog-vars.make deleted file mode 100644 index ad4793061c..0000000000 --- a/stepmake/stepmake/prolog-vars.make +++ /dev/null @@ -1,8 +0,0 @@ - -# prolog files: -PL_FILES := $(wildcard *.pl) - -SOURCE_FILES += $(PL_FILES) - -TAGS_FILES += $(PL_FILES) - diff --git a/stepmake/stepmake/template.make b/stepmake/stepmake/template.make deleted file mode 100644 index 45ae61eec6..0000000000 --- a/stepmake/stepmake/template.make +++ /dev/null @@ -1,50 +0,0 @@ -# THIS IS A TEMPLATE FOR SUB-PROJECT MAKEFILES -# /Makefile - -# subdir level: -# -depth = .. -# - -# identify module: -# -NAME = -# - -# descent order into subdirectories: -# -SUBDIRS = -# - -# dependencies and linkage of custom libraries: -# - -MODULE_LIBES = # $(depth)/lib $(depth)/flower -# - -# list of extra distribution files: -# Makefile, C++ and pod are dist'ed automatically -EXTRA_DIST_FILES = -# - -# bootstrap stepmake: -# -include $(depth)/make/stepmake.make -# - -# module compile settings: (not generally needed!) -# -EXTRA_CFLAGS = -EXTRA_CXXFLAGS = -EXTRA_LDFLAGS = -# - -# main target of this module: -# -default: $(EXECUTABLE) -# default: $(LIBRARY) -# - -# EXECUTABLES= -# include $(stepmake)/Executable.make - diff --git a/stepmake/stepmake/yodl-rules.make b/stepmake/stepmake/yodl-rules.make deleted file mode 100644 index e5b81ef713..0000000000 --- a/stepmake/stepmake/yodl-rules.make +++ /dev/null @@ -1,26 +0,0 @@ -# Yodl_rules.make - -.SUFFIXES: .1 .5 .7 .dvi .html .latex .ps .texinfo .txt .yo - -$(outdir)/%.1: %.yo - $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.5: %.yo - $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.7: %.yo - $(YODL2MAN) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.html: %.yo - $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.latex: %.yo - $(YODL2LATEX) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.texinfo: %.yo - $(YODL2TEXINFO) -doutdir=$(outdir) --live-data=3 -o $@ $< - -$(outdir)/%.txt: %.yo -# $(YODL2TXT) -doutdir=$(outdir) --live-data=3 -o $@ $< - $(YODL2MSLESS) -doutdir=$(outdir) --live-data=3 $< > $@ - rm -f $(basename $<).ms diff --git a/stepmake/stepmake/yodl-targets.make b/stepmake/stepmake/yodl-targets.make deleted file mode 100644 index 1bb8bf6d7f..0000000000 --- a/stepmake/stepmake/yodl-targets.make +++ /dev/null @@ -1 +0,0 @@ -# empty diff --git a/stepmake/stepmake/yodl-vars.make b/stepmake/stepmake/yodl-vars.make deleted file mode 100644 index 52e99080af..0000000000 --- a/stepmake/stepmake/yodl-vars.make +++ /dev/null @@ -1,8 +0,0 @@ - -YO_FILES := $(wildcard *.yo) -OUTYO_FILES = $(addprefix $(outdir)/,$(YO_FILES)) - -OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt) -OUTHTML_FILES = $(OUTYO_FILES:.yo=.html) $(OUTIN_FILES:.yo=.html) - -ALL_SOURCES += $(YO_FILES)