diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 22:24:47 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2015-02-25 22:24:47 +0000 |
| commit | 5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18 (patch) | |
| tree | babbe1ec041ee27dc0885e5d15a0e135de49e24a /src/libgc/Makefile_insert | |
| parent | Remove useless file (diff) | |
| download | inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.tar.gz inkscape-5865f0044d4d75a2d988a8bf2ea3bc65ed6f4c18.zip | |
Isolate components of libgc
(bzr r13946)
Diffstat (limited to 'src/libgc/Makefile_insert')
| -rw-r--r-- | src/libgc/Makefile_insert | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libgc/Makefile_insert b/src/libgc/Makefile_insert new file mode 100644 index 000000000..e899a5b4a --- /dev/null +++ b/src/libgc/Makefile_insert @@ -0,0 +1,13 @@ +## Makefile.am fragment sourced by src/Makefile.am. + +libgc/all: libgc/libgc.a + +libgc/clean: + rm -f libgc/libgc.a $(libgc_libgc_a_OBJECTS) + +libgc_libgc_a_SOURCES = \ + libgc/gc.cpp \ + libgc/gc-alloc.h \ + libgc/gc-core.h \ + libgc/gc-managed.h \ + libgc/gc-soft-ptr.h |
