six more tools added...
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
|
||||
include ../Paramakes.mk
|
||||
|
||||
DEPS = ../tthimage.h Makefile
|
||||
DEPS = ../tthimage.h Makefile tga_outils.h
|
||||
|
||||
all: tga_cadre tga_effects tga_filtres tga_tools \
|
||||
tga_television
|
||||
all: tga_cadre tga_effects tga_filtres tga_remap tga_tools \
|
||||
tga_television tga_dither tga_applymap tga_makehf15 \
|
||||
tga_mires
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
@@ -18,15 +19,35 @@ fonctions.o: fonctions.c $(DEPS)
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
genplot2: genplot2.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
tga_applymap: tga_applymap.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_cadre: tga_cadre.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_dither: tga_dither.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_effects: tga_effects.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_filtres: tga_filtres.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_makehf15: tga_makehf15.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_mires: tga_mires.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_remap: tga_remap.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_television: tga_television.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user