libtthimage/Lib/Makefile

200 lines
5.2 KiB
Makefile
Raw Normal View History

2022-06-26 12:22:12 +02:00
#-----------------------------------------------------------------
#
2022-06-27 00:48:18 +02:00
# The infamous *LIBTTHIMAGE* 20 juin 2022
2022-06-26 12:22:12 +02:00
#
#-----------------------------------------------------------------
include ../Paramakes.mk
2022-06-27 02:19:31 +02:00
DEPS = ../tthimage.h ../Paramakes.mk Makefile
2022-06-26 22:55:56 +02:00
2022-06-27 09:00:44 +02:00
all: foo testtga
2022-06-26 12:22:12 +02:00
#-----------------------------------------------------------------
2022-06-27 02:19:31 +02:00
7seg.o: 7seg.c $(DEPS)
2022-06-28 22:28:05 +02:00
alpha.o: alpha.c $(DEPS)
alpha2.o: alpha2.c $(DEPS)
2022-06-26 22:55:56 +02:00
basic_io.o: basic_io.c $(DEPS)
2022-06-27 00:48:18 +02:00
bitblt.o: bitblt.c $(DEPS)
2022-06-28 21:28:22 +02:00
bmp.o: bmp.c $(DEPS) bmp.h
2022-06-27 00:48:18 +02:00
2022-06-27 02:19:31 +02:00
cadres.o: cadres.c $(DEPS)
cadres2.o: cadres2.c $(DEPS)
cadres3.o: cadres3.c $(DEPS)
cadres4.o: cadres4.c $(DEPS)
cadres84.o: cadres84.c $(DEPS)
cadresbox.o: cadresbox.c $(DEPS)
calcluts.o: calcluts.c $(DEPS)
2022-06-27 00:48:18 +02:00
calculs.o: calculs.c $(DEPS)
classif.o: classif.c $(DEPS)
2022-06-27 02:19:31 +02:00
col4bits.o: col4bits.c $(DEPS)
col_reduc.o: col_reduc.c $(DEPS)
2022-06-27 00:48:18 +02:00
col_xyz.o: col_xyz.c $(DEPS)
2022-06-27 02:19:31 +02:00
colors.o: colors.c $(DEPS)
colors2.o: colors2.c $(DEPS)
2022-06-27 00:48:18 +02:00
combine.o: combine.c $(DEPS)
combine2.o: combine2.c $(DEPS)
combine3.o: combine3.c $(DEPS)
combine4.o: combine4.c $(DEPS)
combine5.o: combine5.c $(DEPS)
combine6.o: combine6.c $(DEPS)
2022-06-28 12:25:31 +02:00
contrast.o: contrast.c $(DEPS)
2022-06-27 00:48:18 +02:00
2022-06-27 08:53:59 +02:00
detect.o: detect.c $(DEPS)
2022-06-27 02:19:31 +02:00
distances.o: distances.c $(DEPS)
2022-06-27 00:48:18 +02:00
dither.o: dither.c $(DEPS)
dither2.o: dither2.c $(DEPS)
dither3.o: dither3.c $(DEPS)
dither4.o: dither4.c $(DEPS)
doublesz.o: doublesz.c $(DEPS)
2022-06-27 02:19:31 +02:00
drawalpha.o: drawalpha.c $(DEPS)
2022-06-26 22:55:56 +02:00
drawing.o: drawing.c $(DEPS)
2022-06-27 02:19:31 +02:00
drawpatt.o: drawpatt.c $(DEPS)
2022-06-26 22:55:56 +02:00
2022-06-27 00:48:18 +02:00
effects.o: effects.c $(DEPS)
effects2.o: effects2.c $(DEPS)
effects3.o: effects3.c $(DEPS)
2022-06-27 08:53:59 +02:00
extractbits.o: extractbits.c $(DEPS)
2022-06-27 00:48:18 +02:00
2022-06-27 08:53:59 +02:00
filtadapt.o: filtadapt.c $(DEPS)
2022-06-27 00:48:18 +02:00
filtres.o: filtres.c $(DEPS)
2022-06-27 02:19:31 +02:00
gadgrect.o: gadgrect.c $(DEPS)
2022-06-27 08:53:59 +02:00
glitch.o: glitch.c $(DEPS)
2022-06-27 02:19:31 +02:00
2022-06-27 00:48:18 +02:00
halfsize.o: halfsize.c $(DEPS)
2022-06-26 12:22:12 +02:00
image.o: image.c $(DEPS)
2022-06-26 22:55:56 +02:00
imprime.o: imprime.c $(DEPS)
2022-06-26 12:22:12 +02:00
2022-06-27 00:48:18 +02:00
luts15bits.o: luts15bits.c $(DEPS)
2022-06-26 22:55:56 +02:00
marques.o: marques.c $(DEPS)
2022-06-27 00:48:18 +02:00
mircol.o: mircol.c $(DEPS)
2022-06-27 02:19:31 +02:00
morpho.o: morpho.c $(DEPS)
mosaic.o: mosaic.c $(DEPS)
2022-06-26 12:22:12 +02:00
msglib.o: msglib.c $(DEPS)
2022-06-26 22:55:56 +02:00
mustopen.o: mustopen.c $(DEPS)
2022-06-27 00:48:18 +02:00
operat.o: operat.c $(DEPS)
op2x2.o: op2x2.c $(DEPS)
2022-06-26 22:55:56 +02:00
2022-06-27 02:19:31 +02:00
palettes.o: palettes.c $(DEPS)
2022-06-27 00:48:18 +02:00
patterns.o: patterns.c $(DEPS)
patterns2.o: patterns2.c $(DEPS)
patterns3.o: patterns3.c $(DEPS)
patterns4.o: patterns4.c $(DEPS)
2022-06-27 08:53:59 +02:00
photomaton.o: photomaton.c $(DEPS)
2022-06-27 00:48:18 +02:00
pht.o: pht.c $(DEPS)
pixeliz.o: pixeliz.c $(DEPS)
pixels.o: pixels.c $(DEPS)
plotteur.o: plotteur.c $(DEPS)
2022-06-30 20:33:31 +02:00
png.o: png.c $(DEPS)
2022-06-28 21:28:22 +02:00
pnm.o: pnm.c $(DEPS)
2022-06-27 00:48:18 +02:00
pov_hf15a.o: pov_hf15a.c $(DEPS)
pov_hf15b.o: pov_hf15b.c $(DEPS)
pov_hf15c.o: pov_hf15c.c $(DEPS)
pov_hf15d.o: pov_hf15d.c $(DEPS)
pov_hf15e.o: pov_hf15e.c $(DEPS)
pov_hf15f.o: pov_hf15f.c $(DEPS)
pov_synth.o: pov_synth.c $(DEPS)
2022-06-27 02:19:31 +02:00
ptlist.o: ptlist.c $(DEPS)
2022-06-27 00:48:18 +02:00
2022-06-27 08:53:59 +02:00
recurse.o: recurse.c $(DEPS)
2022-06-27 00:48:18 +02:00
rgbmask.o: rgbmask.c $(DEPS)
scale.o: scale.c $(DEPS)
sobel4.o: sobel4.c $(DEPS)
2022-06-28 15:14:08 +02:00
stereo.o: stereo.c $(DEPS)
2022-06-27 00:48:18 +02:00
tamppool.o: tamppool.c $(DEPS)
2022-06-27 09:00:44 +02:00
tele_2.o: tele_2.c $(DEPS)
2022-06-27 00:48:18 +02:00
television.o: television.c $(DEPS)
2022-06-26 22:55:56 +02:00
text0.o: text0.c $(DEPS)
text1.o: text1.c $(DEPS)
text16x24.o: text16x24.c $(DEPS)
tga.o: tga.c $(DEPS)
2022-06-27 00:48:18 +02:00
tools.o: tools.c $(DEPS)
vignetize.o: vignetize.c $(DEPS)
warp0.o: warp0.c $(DEPS)
warp1.o: warp1.c $(DEPS)
warp2.o: warp2.c $(DEPS)
warp3.o: warp3.c $(DEPS)
2022-06-27 02:19:31 +02:00
zoom.o: zoom.c $(DEPS)
2022-06-26 22:55:56 +02:00
#-----------------------------------------------------------------
2022-06-27 02:19:31 +02:00
OBJECTS = 7seg.o \
2022-06-28 22:28:05 +02:00
alpha.o alpha2.o \
2022-06-28 21:28:22 +02:00
basic_io.o bitblt.o bmp.o \
2022-06-27 02:19:31 +02:00
cadres2.o cadres3.o cadres4.o cadres84.o cadresbox.o \
cadres.o \
calculs.o classif.o \
col4bits.o colors.o colors2.o col_reduc.o col_xyz.o \
2022-06-27 00:48:18 +02:00
combine.o combine2.o combine3.o combine4.o combine5.o \
2022-06-28 15:14:08 +02:00
combine6.o combine_rnd.o \
2022-06-28 12:25:31 +02:00
contrast.o \
2022-06-27 08:53:59 +02:00
detect.o distances.o \
2022-06-27 00:48:18 +02:00
dither.o dither2.o dither3.o dither4.o \
2022-06-27 02:19:31 +02:00
doublesz.o drawalpha.o drawing.o drawpatt.o \
2022-06-27 08:53:59 +02:00
effects.o effects2.o effects3.o extractbits.o \
filtadapt.o filtres.o \
gadgrect.o glitch.o \
2022-06-27 00:48:18 +02:00
halfsize.o \
image.o imprime.o \
luts15bits.o \
2022-06-27 02:19:31 +02:00
marques.o mircol.o morpho.o mosaic.o msglib.o \
mustopen.o \
2022-06-27 00:48:18 +02:00
operat.o op2x2.o \
2022-06-27 02:19:31 +02:00
palettes.o \
2022-06-27 00:48:18 +02:00
patterns.o patterns2.o patterns3.o patterns4.o \
2022-06-27 08:53:59 +02:00
photomaton.o pht.o pixeliz.o pixels.o plotteur.o \
2022-06-30 20:33:31 +02:00
pnm.o png.o \
2022-06-27 00:48:18 +02:00
pov_hf15a.o pov_hf15b.o pov_hf15c.o pov_hf15d.o \
pov_hf15e.o pov_hf15e.o pov_hf15f.o pov_synth.o \
2022-06-27 02:19:31 +02:00
ptlist.o \
2022-06-27 08:53:59 +02:00
recurse.o rgbmask.o \
2022-06-28 15:14:08 +02:00
scale.o sobel4.o stereo.o \
2022-06-27 09:00:44 +02:00
tamppool.o tele_2.o television.o \
text0.o text1.o text16x24.o \
2022-06-27 00:48:18 +02:00
tga.o tools.o \
vignetize.o \
2022-06-27 02:19:31 +02:00
warp0.o warp1.o warp2.o warp3.o \
zoom.o
2022-06-26 22:55:56 +02:00
2022-06-28 17:45:30 +02:00
../libtthimage.a: $(OBJECTS)
2022-06-26 22:55:56 +02:00
$(AR) vrs $@ $?
2022-06-27 00:48:18 +02:00
$(RANLIB) $@
2022-06-26 22:55:56 +02:00
#-----------------------------------------------------------------
2022-06-28 17:45:30 +02:00
foo: foo.c $(DEPS) ../libtthimage.a
2022-06-28 21:28:22 +02:00
gcc $(CFLAGS) $< ../libtthimage.a -o $@
2022-06-26 22:55:56 +02:00
2022-06-28 17:45:30 +02:00
t_t16x24: t_t16x24.c $(DEPS) ../libtthimage.a
2022-06-28 21:28:22 +02:00
gcc $(CFLAGS) $< ../libtthimage.a -o $@
2022-06-30 20:33:31 +02:00
t_png: t_png.c $(DEPS) ../libtthimage.a
gcc $(CFLAGS) $< ../libtthimage.a -lpng -lz -o $@
2022-06-28 21:28:22 +02:00
testbmp: testbmp.c $(DEPS) ../libtthimage.a
gcc $(CFLAGS) $< ../libtthimage.a -lm -o $@
2022-06-26 12:22:12 +02:00
#-----------------------------------------------------------------
2022-06-27 00:48:18 +02:00
essais.o: essais.c $(DEPS) essais.h
gcc $(CFLAGS) $< -c
2022-06-28 17:45:30 +02:00
testtga: testtga.c $(DEPS) ../libtthimage.a essais.o
gcc $(CFLAGS) $< essais.o ../libtthimage.a -lm -o $@
2022-06-26 12:22:12 +02:00
#-----------------------------------------------------------------