summaryrefslogtreecommitdiff
path: root/science/afni/files/patch-Makefile.INCLUDE
blob: 718c70ede6eb706f5f1bc9ffa7a80c34a711bcf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Makefile.INCLUDE.orig	Thu Jun  7 13:40:04 2007
+++ Makefile.INCLUDE	Thu Aug 30 14:12:08 2007
@@ -41,7 +41,7 @@
 ## AFNI package, but included because they are useful.  Some of
 ## them are Open Source programs, not from the AFNI group at all.
 
-EXTRAS   = cjpeg djpeg whirlgif mpeg_encode myget Xphace rmz aiv $(EXPROGS)
+EXTRAS   = myget Xphace rmz aiv 3dClustBust $(EXPROGS)
 
 # mpegtoppm in above list
 
@@ -234,6 +234,9 @@
 
 3dbuc2fim:3dbuc2fim.o
 	$(CC) -o 3dbuc2fim 3dbuc2fim.o $(LFLAGS) $(LLIBS)
+
+3dClustBust:3dClustBust.c
+	$(CC) -o 3dClustBust 3dClustBust.c $(INFLAGS) $(LFLAGS) $(LLIBS)
 
 mritopgm:mritopgm.c
 	$(CC) -o mritopgm mritopgm.c $(INFLAGS) $(LFLAGS) $(LLIBS)