]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - Makefile
Use a DynArray to store the memory pools
[software/dgc/cdgc.git] / Makefile
index bdd709bbf60a4b1ca428155cc545aca4b64f5a16..736862e0b52204ff1b9833e4333e7fac1d02821c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,12 +31,14 @@ LD_OUTPUT_OPTION = -o $@
 #LDFLAGS :=
 
 # GC sources
 #LDFLAGS :=
 
 # GC sources
-sources := \
+sources := $(addprefix rt/gc/cdgc/,\
+       iface.d \
+       alloc.d \
+       bits.d \
+       stats.d \
+       libc.d \
        gc.d \
        gc.d \
-       gcalloc.d \
-       gcbits.d \
-       gcstats.d \
-       gcx.d
+       )
 
 # Default target
 all: $B/cdgc.so
 
 # Default target
 all: $B/cdgc.so