chiark / gitweb /
interpolates but not very well
[moebius2.git] / Makefile
index a2409fc4aa49f6128509671b81e526400cc7f94d..dd4b218ed001f0eb33ec5f901a29e70c2679efef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 
 
-VIEWDIMS=33 44 55
+VIEWDIMS=33 64 125
 TARGETS= minimise primer lumpy.cfm sgtatham.cfm ring.cfm \
-       interpolate-44 \
+       interpolate-64 \
        $(addprefix view-, $(VIEWDIMS))
 SGTATHAM=sgtatham
 
@@ -52,13 +52,13 @@ interpolate-%:      interpolate+%.o mgraph+%.o common.o
 # this ridiculous repetition is due to make being too lame
 
 view+%.o: view.c
-               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFBITS=$* $< -o $@
+               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFSZ=$* $< -o $@
 
 mgraph+%.o: mgraph.c
-               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFBITS=$* $< -o $@
+               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFSZ=$* $< -o $@
 
 interpolate+%.o: interpolate.c
-               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFBITS=$* $< -o $@
+               $(CC) -c $(CPPFLAGS) $(CFLAGS) -DDEFSZ=$* $< -o $@
 
 .PRECIOUS: view+%.o mgraph+%.o interpolate+%.o