1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
IORHDRS = ExceptionTest_FibException_IOR.h ExceptionTest_Fib_IOR.h \
ExceptionTest_IOR.h ExceptionTest_NegativeValueException_IOR.h \
ExceptionTest_TooBigException_IOR.h ExceptionTest_TooDeepException_IOR.h \
synch_IOR.h synch_RegOut_IOR.h synch_ResultType_IOR.h
STUBHDRS = ExceptionTest_FibException_fAbbrev.h ExceptionTest_Fib_fAbbrev.h \
ExceptionTest_NegativeValueException_fAbbrev.h \
ExceptionTest_TooBigException_fAbbrev.h \
ExceptionTest_TooDeepException_fAbbrev.h synch_RegOut_fAbbrev.h \
synch_ResultType_fAbbrev.h
STUBMODULESRCS = ExceptionTest_Fib.F90 ExceptionTest_FibException.F90 \
ExceptionTest_NegativeValueException.F90 ExceptionTest_TooBigException.F90 \
ExceptionTest_TooDeepException.F90 synch_RegOut.F90 synch_ResultType.F90
STUBSRCS = ExceptionTest_FibException_fStub.c ExceptionTest_Fib_fStub.c \
ExceptionTest_NegativeValueException_fStub.c \
ExceptionTest_TooBigException_fStub.c \
ExceptionTest_TooDeepException_fStub.c synch_RegOut_fStub.c \
synch_ResultType_fStub.c
TYPEMODULESRCS = ExceptionTest_FibException_type.F90 \
ExceptionTest_Fib_type.F90 ExceptionTest_NegativeValueException_type.F90 \
ExceptionTest_TooBigException_type.F90 \
ExceptionTest_TooDeepException_type.F90 synch_RegOut_type.F90 \
synch_ResultType_type.F90
|