Compare commits
No commits in common. "0481c39c5e59e9a78d6470a1561aed52e4a1b7b5" and "44488e03a218cf21913472e76cc3fd15bdf8424e" have entirely different histories.
0481c39c5e
...
44488e03a2
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||||
DEPS = ../floatimg.h Makefile
|
DEPS = ../floatimg.h Makefile
|
||||||
|
|
||||||
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
||||||
fimg-libpnm.o rampes.o sfx0.o geometry.o rotate.o \
|
fimg-libpnm.o rampes.o sfx0.o geometry.o rotate.o \
|
||||||
equalize.o fimg-fits.o saturation.o histogram.o \
|
equalize.o fimg-fits.o saturation.o histogram.o \
|
||||||
@ -12,10 +11,7 @@ OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
|||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
|
||||||
t: t.c $(DEPS) ../libfloatimg.a
|
t: t.c $(DEPS) ../libfloatimg.a
|
||||||
gcc $(COPT) $< \
|
gcc $(COPT) $< ../libfloatimg.a -lnetpbm -lpnglite -lcfitsio \
|
||||||
-I/usr/include/netpbm/ \
|
|
||||||
-I/usr/include/cfitsio/ \
|
|
||||||
../libfloatimg.a -lnetpbm -lpnglite -lcfitsio \
|
|
||||||
-ltiff \
|
-ltiff \
|
||||||
-lz -lm -o $@
|
-lz -lm -o $@
|
||||||
|
|
||||||
@ -34,10 +30,10 @@ fimg-tiff.o: fimg-tiff.c $(DEPS)
|
|||||||
gcc $(COPT) -c $<
|
gcc $(COPT) -c $<
|
||||||
|
|
||||||
fimg-fits.o: fimg-fits.c $(DEPS)
|
fimg-fits.o: fimg-fits.c $(DEPS)
|
||||||
gcc $(COPT) -I/usr/include/cfitsio/ -c $<
|
gcc $(COPT) -c $<
|
||||||
|
|
||||||
fimg-libpnm.o: fimg-libpnm.c $(DEPS)
|
fimg-libpnm.o: fimg-libpnm.c $(DEPS)
|
||||||
gcc $(COPT) -I/usr/include/netpbm -c $<
|
gcc $(COPT) -c $<
|
||||||
|
|
||||||
misc-plots.o: misc-plots.c $(DEPS)
|
misc-plots.o: misc-plots.c $(DEPS)
|
||||||
gcc $(COPT) -c $<
|
gcc $(COPT) -c $<
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "../floatimg.h"
|
#include "../floatimg.h"
|
||||||
|
|
||||||
extern int verbosity;
|
int verbosity;
|
||||||
|
|
||||||
/* --------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------- */
|
||||||
/* nouveau 7 octobre 2020, juste avant sonoptic de la pluie craignos */
|
/* nouveau 7 octobre 2020, juste avant sonoptic de la pluie craignos */
|
||||||
|
Loading…
Reference in New Issue
Block a user