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


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


desc
@@


1.1
log
@Init
@
text
@INCLUDEFLAGS = -O

SRCS = HIL_UCR_strokeDivider.c
OBJS = HIL_UCR_strokeDivider.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
@
