split mkmandel

This commit is contained in:
tTh
2022-12-31 13:25:02 +01:00
parent 77ea714b19
commit 1b3f93ecfe
4 changed files with 103 additions and 89 deletions

View File

@@ -1,5 +1,6 @@
all: voxelize evolvopick pickover julia lorentz essai
all: voxelize evolvopick pickover julia lorentz essai \
mkmandel
GFOPT = -Wall -Wextra -time -g -Imods/ -I../Modules
@@ -16,7 +17,12 @@ mods/xperiment.o: mods/xperiment.f90 Makefile
fraktals.o: fraktals.f90 Makefile
gfortran $(GFOPT) -c $<
OBJDEP = mods/points3d.o mods/xperiment.o fraktals.o mods/fractcolmap.o
mandelbrots.o: mandelbrots.f90 Makefile
gfortran $(GFOPT) -c $<
OBJDEP = mods/points3d.o mods/xperiment.o mods/fractcolmap.o \
fraktals.o mandelbrots.o
OBJS = $(OBJDEP) ../Modules/pixrgb.o ../Modules/spitpgm.o
# ---------------------------------------------