diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-26 02:49:35 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-26 02:49:35 +0000 |
| commit | 3b0e6ebad7223a61510fad03e241ceadfae961f0 (patch) | |
| tree | 4531733cf97449b1ee0fd394ec9b51bd59a44de6 /src/inkgc/Makefile_insert | |
| parent | whoops (diff) | |
| download | inkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.tar.gz inkscape-3b0e6ebad7223a61510fad03e241ceadfae961f0.zip | |
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
(bzr r13950)
Diffstat (limited to 'src/inkgc/Makefile_insert')
| -rw-r--r-- | src/inkgc/Makefile_insert | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/inkgc/Makefile_insert b/src/inkgc/Makefile_insert new file mode 100644 index 000000000..58aa39bb9 --- /dev/null +++ b/src/inkgc/Makefile_insert @@ -0,0 +1,13 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +inkgc/all: inkgc/libinkgc.a + +inkgc/clean: + rm -f inkgc/libinkgc.a $(inkgc_libinkgc_a_OBJECTS) + +inkgc_libinkgc_a_SOURCES = \ + inkgc/gc.cpp \ + inkgc/gc-alloc.h \ + inkgc/gc-core.h \ + inkgc/gc-managed.h \ + inkgc/gc-soft-ptr.h |
