blob: 58aa39bb9a70118214206488d4a7a35325ee44e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|