Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/module.mk

    rc92bdcc rd787828d  
    1616
    1717SRC_GENPOLY = \
    18         GenPoly/GenPoly.cpp \
    19         GenPoly/GenPoly.hpp \
    20         GenPoly/Lvalue2.cpp \
    21         GenPoly/Lvalue.hpp
     18        GenPoly/GenPoly.cc \
     19        GenPoly/GenPoly.h \
     20        GenPoly/Lvalue2.cc \
     21        GenPoly/Lvalue.h
    2222
    2323SRC += $(SRC_GENPOLY) \
    2424        GenPoly/Box.cpp \
    25         GenPoly/Box.hpp \
    26         GenPoly/ErasableScopedMap.hpp \
    27         GenPoly/FindFunction.cpp \
    28         GenPoly/FindFunction.hpp \
     25        GenPoly/Box.h \
     26        GenPoly/ErasableScopedMap.h \
     27        GenPoly/FindFunction.cc \
     28        GenPoly/FindFunction.h \
    2929        GenPoly/InstantiateGeneric.cpp \
    30         GenPoly/InstantiateGeneric.hpp \
     30        GenPoly/InstantiateGeneric.h \
    3131        GenPoly/Lvalue.cpp \
    32         GenPoly/ScopedSet.hpp \
     32        GenPoly/ScopedSet.h \
    3333        GenPoly/ScrubTypeVars.cpp \
    3434        GenPoly/ScrubTypeVars.hpp \
    3535        GenPoly/Specialize.cpp \
    36         GenPoly/Specialize.hpp
     36        GenPoly/Specialize.h
    3737
    3838SRCDEMANGLE += $(SRC_GENPOLY)
Note: See TracChangeset for help on using the changeset viewer.