aboutsummaryrefslogtreecommitdiff
blob: 2ef878bc1f2b3fb654f80aa46fbf974fac58cbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- Makefile.in	2009-06-19 15:13:29.000000000 +0200
+++ Makefile.in.new	2009-08-02 23:06:41.000000000 +0200
@@ -2,7 +2,7 @@
 # $Header: /nfs/ccpdisk/xtal/CVSROOT/ccp4/Makefile.in,v 1.60.2.1 2009/06/19 13:13:29 ccb Exp $
 
 SHELL = /bin/sh
-DIRS = $(fftwdir) $(clipperdir) $(diffimdir) $(lapackdir) $(ccifdir) lib/src $(ssmdir) src lib/data unsupported/src x-windows share ccp4i $(prereleasedir)
+DIRS = src lib/data unsupported/src x-windows share ccp4i $(prereleasedir)
 # this is for the benefit of makes that don't pass variable values in
 # recursive invocations, so that you can override these values on the
 # command line at the top level
@@ -69,19 +69,19 @@
 	$(MAKE) -i $(MFLAGS) $(MVARS) install; else true; fi ; \
 	$(MAKE) install
 
-srcdir :  FORCE libdir
+srcdir :  FORCE 
 	if test -d src; then cd src; $(MAKE) $(MFLAGS) $(MVARS); else true; fi
 
 supported : srcdir
 
-unsupported :  FORCE libdir
+unsupported :  FORCE
 	if test -d unsupported/src; then cd unsupported/src;  \
 	   $(MAKE) $(MFLAGS) $(MVARS); else true; fi
 
-datadir : FORCE libdir
+datadir : FORCE
 	cd lib/data; $(MAKE) $(MFLAGS) $(MVARS)
 
-xwindir : FORCE libdir
+xwindir : FORCE
 	if test -f x-windows/Makefile; then cd x-windows; \
 	   $(MAKE) -i $(MFLAGS) ; else true; fi