forked from tTh/FloatImg
commit du soir, espoir
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# building the base library
|
||||
#
|
||||
|
||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||
COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
|
||||
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
|
||||
fimg-timers.o operators.o fimg-2gray.o \
|
||||
interpolate.o
|
||||
interpolate.o fimg-compare.o
|
||||
|
||||
DEPS = Makefile ../floatimg.h
|
||||
|
||||
@@ -25,6 +25,9 @@ t: t.c ../libfloatimg.a $(DEPS)
|
||||
fimg-core.o: fimg-core.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
fimg-compare.o: fimg-compare.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
fimg-2gray.o: fimg-2gray.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user