add new ugly tools
This commit is contained in:
@@ -13,7 +13,8 @@ all: genplot2 \
|
||||
tga_combine tga_export tga_alpha tga_extract \
|
||||
tga_television tga_dither tga_applymap tga_makehf15 \
|
||||
tga_mires tga_incrust tga_pattern tga_equalize \
|
||||
tga_to_text
|
||||
tga_to_text tga_resize tga_plotmap tga_plothisto \
|
||||
tga_fractales
|
||||
|
||||
# 'tga_info.c' do not compile yet
|
||||
|
||||
@@ -29,6 +30,16 @@ genplot2: genplot2.c $(DEPS) fonctions.o
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
fractales.o: fractales.c fractales.h Makefile
|
||||
gcc $(CFLAGS) -c $<
|
||||
|
||||
tga_fractales: tga_fractales.c $(DEPS) fractales.o fonctions.o
|
||||
gcc $(CFLAGS) $< fractales.o ../libtthimage.a fonctions.o \
|
||||
-lm -o $@
|
||||
|
||||
tga_resize: tga_resize.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_plotmap: tga_plotmap.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user