1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
IMPLHDRS = ExceptionTest_FibException_Impl.h ExceptionTest_Fib_Impl.h \
ExceptionTest_NegativeValueException_Impl.h \
ExceptionTest_TooBigException_Impl.h ExceptionTest_TooDeepException_Impl.h
IMPLSRCS = ExceptionTest_FibException_Impl.c ExceptionTest_Fib_Impl.c \
ExceptionTest_NegativeValueException_Impl.c \
ExceptionTest_TooBigException_Impl.c ExceptionTest_TooDeepException_Impl.c
IORHDRS = ExceptionTest_FibException_IOR.h ExceptionTest_Fib_IOR.h \
ExceptionTest_IOR.h ExceptionTest_NegativeValueException_IOR.h \
ExceptionTest_TooBigException_IOR.h ExceptionTest_TooDeepException_IOR.h
IORSRCS = ExceptionTest_FibException_IOR.c ExceptionTest_Fib_IOR.c \
ExceptionTest_NegativeValueException_IOR.c \
ExceptionTest_TooBigException_IOR.c ExceptionTest_TooDeepException_IOR.c
SKELSRCS = ExceptionTest_FibException_Skel.c ExceptionTest_Fib_Skel.c \
ExceptionTest_NegativeValueException_Skel.c \
ExceptionTest_TooBigException_Skel.c ExceptionTest_TooDeepException_Skel.c
STUBHDRS = ExceptionTest.h ExceptionTest_Fib.h ExceptionTest_FibException.h \
ExceptionTest_NegativeValueException.h ExceptionTest_TooBigException.h \
ExceptionTest_TooDeepException.h
STUBSRCS = ExceptionTest_FibException_Stub.c ExceptionTest_Fib_Stub.c \
ExceptionTest_NegativeValueException_Stub.c \
ExceptionTest_TooBigException_Stub.c ExceptionTest_TooDeepException_Stub.c
|