DELTA 396 0 181
SVN  aa/fCFLAGS += -I../h

# define DEBUG to BOTH to build both debugging and ordinary versions
# define DEBUG to 1 (or anything else) to build only a debugging version
# leave DEBUG undefined to build only an ordinary version
ifdef DEBUG
    suffix = _dbg
endif

# allow debugging object files to be created from sanely name source files
%_dbg.o : %.c
	$(CC) $(CFLAGS) -DDEBUGING=1 $(CPPFLAGS) -c -o $@ $<

.PHONY: all
all: cm_encode$(suffix) cm_decode$(suffix)
ifeq ($(DEBUG),BOTH) # also make the ordinary version
	$(MAKE) DEBUG=
endif

# executables
common_objs = getcode$(suffix).o ../lib/libcm.a
cm_encode$(suffix): cm_encode$(suffix).o $(common_objs)
cm_decode$(suffix): cm_decode$(suffix).o $(common_objs)

objects  = cm_encode.o cm_decode.o getcode.o
objects := $(objects) $(objects:%.o=%_dbg.o)
exes  = cm_encode cm_decode
exes := $(exes) $(addsuffix _dbg,$(exes))ENDREP
DELTA 403 0 210
SVN   X  3X DEBUGENDREP
id: st.0.r422/954
type: file
pred: st.0.r399/55
count: 2
text: 422 0 883 912 06ced032bf14747fba78bf5413291be1
cpath: /asampson/trunk/src/Makefile
copyroot: 0 /

PLAIN
K 8
Makefile
V 18
file st.0.r422/954
K 11
cm_decode.c
V 19
file sn.0.r413/3814
K 11
cm_encode.c
V 19
file sa.0.r413/4605
K 7
debug.h
V 19
file sk.0.r413/4344
K 9
getcode.c
V 19
file s9.0.r413/4080
K 9
getcode.h
V 20
file sb.0.r364/18576
END
ENDREP
id: s5.0.r422/1369
type: dir
pred: s5.0.r413/5082
count: 4
text: 422 1115 241 241 971a871473f8af0dbdd24b38f5a0d8d5
cpath: /asampson/trunk/src
copyroot: 0 /

id: tk.0.r422/1526
type: file
pred: tk.0.r403/223
count: 1
text: 422 906 25 273 d07c7e52e38a355c8a67c0c968bc092e
cpath: /asampson/trunk/Makefile
copyroot: 0 /

PLAIN
K 8
Makefile
V 19
file tk.0.r422/1526
K 14
background.txt
V 20
file sf.0.r364/20780
K 1
h
V 18
dir s0.0.r413/3618
K 3
lib
V 18
dir s1.0.r414/1736
K 10
readme.txt
V 20
file so.0.r364/20534
K 3
src
V 18
dir s5.0.r422/1369
END
ENDREP
id: rz.0.r422/1923
type: dir
pred: rz.0.r414/2129
count: 8
text: 422 1686 224 224 2820476f702b9ace7b86295284f561f2
cpath: /asampson/trunk
copyroot: 0 /

PLAIN
K 8
branches
V 17
dir rx.0.r367/231
K 4
tags
V 17
dir ry.0.r363/150
K 5
trunk
V 18
dir rz.0.r422/1923
END
ENDREP
id: 3.0.r422/2195
type: dir
pred: 3.0.r414/2401
count: 10
text: 422 2076 106 106 5070aff616385238e61a27f74cdfff20
cpath: /asampson
copyroot: 0 /

PLAIN
K 7
ahunter
V 16
dir 1.0.r330/522
K 16
alamottemitchell
V 17
dir 2.0.r401/6823
K 8
apienkos
V 18
dir 6e.0.r168/5452
K 8
asampson
V 17
dir 3.0.r422/2195
K 7
blickly
V 17
dir 17.0.r375/495
K 9
bmclarnon
V 17
dir 4.0.r141/2350
K 7
calvino
V 19
dir r5.0.r417/18752
K 7
chebert
V 17
dir 5.0.r378/2064
K 8
croberts
V 18
dir 4d.0.r382/3484
K 11
dlapayowker
V 17
dir 6.0.r416/2979
K 8
ekephart
V 18
dir 5a.0.r404/2449
K 10
eruvalcaba
V 17
dir 7.0.r376/1504
K 7
gfarnum
V 19
dir 18.0.r402/21034
K 8
hjustice
V 17
dir 8.0.r369/2317
K 8
jfennell
V 17
dir 6d.0.r128/757
K 9
jmarkello
V 17
dir 9.0.r276/1385
K 7
jsimons
V 18
dir 7e.0.r164/2562
K 5
kkarr
V 18
dir r4.0.r421/9112
K 9
labramyan
V 18
dir 4g.0.r377/2785
K 8
lmarkham
V 18
dir 2r.0.r405/5046
K 9
mbuchanan
V 17
dir a.0.r245/1133
K 8
mconbere
V 14
dir b.0.r3/254
K 10
mgibiansky
V 15
dir c.0.r44/950
K 8
mmcknett
V 18
dir 4e.0.r341/1645
K 5
mpyne
V 17
dir d.0.r269/1955
K 8
mroberts
V 17
dir e.0.r398/1502
K 9
nchenette
V 18
dir f.0.r129/13332
K 7
pmiller
V 18
dir 2s.0.r231/1500
K 9
sstriplin
V 18
dir 4f.0.r412/3193
K 8
striglia
V 17
dir 7f.0.r420/976
END
ENDREP
id: 0.0.r422/3459
type: dir
pred: 0.0.r421/10374
count: 422
text: 422 2341 1105 1105 f3dc3e809c7ce2b75ccecaa2814c12b1
cpath: /
copyroot: 0 /

tk.0.t421-1 modify true false /asampson/trunk/Makefile

st.0.t421-1 modify true false /asampson/trunk/src/Makefile


3459 3601
