*** empty log message ***
authorhachti <hachti>
Sun, 1 Jan 2006 20:11:11 +0000 (20:11 +0000)
committerhachti <hachti>
Sun, 1 Jan 2006 20:11:11 +0000 (20:11 +0000)
Makefile
pc-tools/ldc/Makefile

index 3b41a62a6e4a99acbb88456f845c58a70c6a254d..a1b7a3cc5fa49c130a07011fcf1aa9defa5e16c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
 # Toplevel Makefile for Hachti's H316 stuff collection
 
-SUBDIRS=lib/iolib lib/fortran docs/manual lib/fortran lib/fortran/vpunch-help\
-lib/iolib pc-tools/ldc pc-tools/src-filters programs/mandelbrot\
-programs/punchomat
+SUBDIRS=pc-tools/ldc pc-tools/src-filters lib/iolib lib/fortran docs/manual\
+        lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\
+        programs/punchomat
 
 
 default: 
-       $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir);)
+       $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true
 
 %:
        @echo $@
index 4824f7d22c692fe5c283ec2444ba5cc8940d5f41..91b706423890546a44c0cd465279f92363e45268 100644 (file)
@@ -1,6 +1,4 @@
-default: ldc
-
-all: ldc
+default: install
 
 %.o: %.c *.h
        @echo -n Baue: $@
@@ -16,6 +14,6 @@ clean:
        rm -f *.o ldc
 
 install: ldc
-       cp ldc $(HOME)/bin
+       cp ldc ../../bin
 
 .PHONY: default all clean install
\ No newline at end of file