module.make 587 Bytes
Newer Older
Alan Mishchenko committed
1 2 3 4 5 6 7 8 9 10
SRC +=  src/map/mapper/mapper.c \
    src/map/mapper/mapperCanon.c \
    src/map/mapper/mapperCore.c \
    src/map/mapper/mapperCreate.c \
    src/map/mapper/mapperCut.c \
    src/map/mapper/mapperCutUtils.c \
    src/map/mapper/mapperLib.c \
    src/map/mapper/mapperMatch.c \
    src/map/mapper/mapperRefs.c \
    src/map/mapper/mapperSuper.c \
Alan Mishchenko committed
11
    src/map/mapper/mapperSwitch.c \
Alan Mishchenko committed
12 13 14 15 16 17
    src/map/mapper/mapperTable.c \
    src/map/mapper/mapperTime.c \
    src/map/mapper/mapperTree.c \
    src/map/mapper/mapperTruth.c \
    src/map/mapper/mapperUtils.c \
    src/map/mapper/mapperVec.c