From: hachti Date: Thu, 14 Dec 2006 06:02:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=commitdiff_plain;h=99ab10072953cf340864184e8080b2f68f643215 *** empty log message *** --- diff --git a/Makefile b/Makefile index d723946..29336ae 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,13 @@ SUBDIRS+=programs/mandelbrot\ # If you want to build the docs, too: Uncomment next line: #SUBDIRS+=docs/manual -cvsclean: clean - touch slst/* sys/* default: @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true +cvsclean: clean + touch slst/* sys/* + %: @echo $@ $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) diff --git a/bin/bmaker b/bin/bmaker new file mode 100755 index 0000000..a6e85f4 Binary files /dev/null and b/bin/bmaker differ diff --git a/bin/ldc b/bin/ldc new file mode 100755 index 0000000..fe93383 Binary files /dev/null and b/bin/ldc differ diff --git a/bin/paroff b/bin/paroff new file mode 100755 index 0000000..2f2c1e8 Binary files /dev/null and b/bin/paroff differ diff --git a/bin/paron b/bin/paron new file mode 100755 index 0000000..5a3ff2d Binary files /dev/null and b/bin/paron differ diff --git a/bin/tab b/bin/tab new file mode 100755 index 0000000..aaa1345 Binary files /dev/null and b/bin/tab differ diff --git a/slst/ldr-apm_8k.slst b/slst/ldr-apm_8k.slst new file mode 100644 index 0000000..9a6f72f Binary files /dev/null and b/slst/ldr-apm_8k.slst differ diff --git a/systems/build_super_simple.sh b/systems/build_super_simple.sh new file mode 100755 index 0000000..c0a1494 --- /dev/null +++ b/systems/build_super_simple.sh @@ -0,0 +1,49 @@ +#!/bin/sh + +DO_FILE=s2.do + +if [ ! "$MAKE" ]; then + echo "Not run from within a Makefile!" + exit 4 +fi + +cat > $DO_FILE <