DELTA 83 0 281
SVN  ƒ‡"†= e €†=OBJS = $(SRCS:%.c=%.o)

DBGEOBJS = $(EOBJS:%.o=%_debug.o)
DBGDOBJS = $(DOBJS:%.o=%_debug.o)
DBGOBJS = $(OBJS:%.o=%_debug.o)


DBG = 

LIB = ../lib/libcm.a

COMPILE = gcc -c
LINK = gcc -o

CFLAGS = -I../h

.PHONY : all
all : normal debug

%_debug.o : %.c
	$(COMPILE) $(CFLAGS) $(DBG) $< -o $@

%.o : %.c
	$(COMPILE) $(CFLAGS) $< -o $@

cm_encode : $(EOBJS)
	$(LINK) cm_encode $(EOBJS) $(LIB)

cm_encode_debug : $(DBGEOBJS)
	$(LINK) cm_encode_debug $(DBGEOBJS) $(LIB)

cm_decode : $(DOBJS)
	$(LINK) cm_decode $(DOBJS) $(LIB)

cm_decode_debug : $(DBGDOBJS)
	$(LINK) cm_decode_debug $(DBGDOBJS) $(LIB)

.PHONY : debug clean normal

normal:  cm_encode cm_decode

debug : DBG = -DDEBUGING=1
debug : cm_encode_debug cm_decode_debug

.PHONY : clean
clean :
	rm -f cm_encode cm_encode_debug cm_decode cm_decode_debug $(OBJS) $(DBGOBJS)  
ENDREP
id: ee.0.r149/869
type: file
pred: ee.0.r119/9569
count: 4
text: 149 0 847 930 9e51dc2cd28d9d91769d9c4b851126e5
cpath: /apienkos/src/Makefile
copyroot: 0 /

PLAIN
K 8
BUILD.sh
V 19
file d9.0.r75/17112
K 8
CLEAN.sh
V 19
file db.0.r75/17392
K 8
Makefile
V 18
file ee.0.r149/869
K 11
cm_decode.c
V 20
file d8.0.r100/14321
K 11
cm_encode.c
V 20
file dd.0.r100/15409
K 7
debug.h
V 20
file dc.0.r100/14960
K 9
getcode.c
V 19
file da.0.r144/1182
K 9
getcode.h
V 20
file d7.0.r100/14033
END
ENDREP
id: d6.0.r149/1359
type: dir
pred: d6.0.r144/1731
count: 7
text: 149 1026 320 320 334212e6dbe223f7e5de659f1f94c90c
cpath: /apienkos/src
copyroot: 0 /

PLAIN
K 8
BUILD.sh
V 19
file de.0.r75/18234
K 8
Makefile
V 20
file fc.0.r119/10216
K 1
h
V 19
dir d4.0.r100/13812
K 3
lib
V 18
dir cq.0.r144/1031
K 10
readme.txt
V 19
file df.0.r75/18370
K 3
src
V 18
dir d6.0.r149/1359
END
ENDREP
id: 6e.0.r149/1740
type: dir
pred: 6e.0.r144/2112
count: 17
text: 149 1510 217 217 2805c64f2c8e111ab2ef662fe4b17ad7
cpath: /apienkos
copyroot: 0 /

PLAIN
K 7
ahunter
V 16
dir 1.0.r7/20875
K 16
alamottemitchell
V 17
dir 2.0.r73/20964
K 8
apienkos
V 18
dir 6e.0.r149/1740
K 8
asampson
V 13
dir 3.0.r1/65
K 7
blickly
V 17
dir 17.0.r30/1619
K 9
bmclarnon
V 17
dir 4.0.r141/2350
K 7
chebert
V 14
dir 5.0.r1/602
K 8
croberts
V 18
dir 4d.0.r143/2954
K 11
dlapayowker
V 16
dir 6.0.r69/2165
K 8
ekephart
V 14
dir 5a.0.r31/0
K 10
eruvalcaba
V 14
dir 7.0.r1/199
K 7
gfarnum
V 14
dir 18.0.r4/64
K 8
hjustice
V 17
dir 8.0.r99/20975
K 8
jfennell
V 17
dir 6d.0.r128/757
K 9
jmarkello
V 16
dir 9.0.r118/777
K 7
jsimons
V 17
dir 7e.0.r92/3509
K 9
labramyan
V 14
dir 4g.0.r21/0
K 8
lmarkham
V 13
dir 2r.0.r8/0
K 9
mbuchanan
V 17
dir a.0.r116/2638
K 8
mconbere
V 14
dir b.0.r3/254
K 10
mgibiansky
V 15
dir c.0.r44/950
K 8
mmcknett
V 14
dir 4e.0.r20/0
K 5
mpyne
V 14
dir d.0.r1/406
K 8
mroberts
V 17
dir e.0.r146/1768
K 9
nchenette
V 18
dir f.0.r129/13332
K 7
pmiller
V 18
dir 2s.0.r148/1187
K 9
sstriplin
V 17
dir 4f.0.r135/569
K 8
striglia
V 15
dir 7f.0.r61/65
END
ENDREP
id: 0.0.r149/2894
type: dir
pred: 0.0.r148/2339
count: 149
text: 149 1888 993 993 b21b49ca09fd647521d562959b800c24
cpath: /
copyroot: 0 /

ee.0.t148-1 modify true false /apienkos/src/Makefile


2894 3033
