head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2010.11.20.09.44.21;	author undinekr;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Init
@
text
@INCLUDEFLAGS = -O

SRCS = HIL_UCR_BCA.c HIL_UCR_binarization.c HIL_UCR_thinning.c HIL_UCR_tiffIO.c
OBJS = HIL_UCR_BCA.o HIL_UCR_binarization.o HIL_UCR_thinning.o HIL_UCR_tiffIO.o

all : $(OBJS)
	mv $(OBJS) ../../build/Linux/objs/

%.o : %.c
	$(CC) $(CFLAGS) $(INCLUDEFLAGS) $(INCLUDEFLAGSALL) -c $< -o $@@

depend : $(SRCS)
	$(CC) -M $(CFLAGS) $(INCLUDEFLAGS) $(INCLUDEFLAGSALL) $^ > $@@

-include depend
@
