cosmetic
This commit is contained in:
@@ -19,6 +19,9 @@ OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
|
||||
|
||||
#---------------------------------------------------------------
|
||||
|
||||
tests.o: tests.c tests.h $(DEPS)
|
||||
gcc $(COPT) -I/usr/include/netpbm -c $<
|
||||
|
||||
t: t.c $(DEPS) ../libfloatimg.a tests.o
|
||||
gcc $(COPT) $< \
|
||||
tests.o \
|
||||
@@ -28,8 +31,9 @@ t: t.c $(DEPS) ../libfloatimg.a tests.o
|
||||
-ltiff \
|
||||
-lz -lm -o $@
|
||||
|
||||
tests.o: tests.c tests.h $(DEPS)
|
||||
gcc $(COPT) -I/usr/include/netpbm -c $<
|
||||
tpnm: tpnm.c Makefile fimg-libpnm.o
|
||||
gcc $(COPT) -I/usr/include/netpbm \
|
||||
fimg-libpnm.o -lnetpbm $< -o $@
|
||||
|
||||
#---------------------------------------------------------------
|
||||
# upper-level functions
|
||||
|
||||
Reference in New Issue
Block a user