]> andersk Git - splint.git/commitdiff
Removed /bin/csh from tainted/Makefile
authorevans1629 <evans1629>
Wed, 9 Jan 2002 02:08:49 +0000 (02:08 +0000)
committerevans1629 <evans1629>
Wed, 9 Jan 2002 02:08:49 +0000 (02:08 +0000)
test/tainted/Makefile
win32/Splint/Splint.dsp

index 40bd60f17a403dec69484ae90d3bb1ddd5e4d246..b0cb3797852bd82f6183ccde17ff3af5f4b29a6a 100644 (file)
@@ -5,12 +5,12 @@ SPLINT = splint
 all: tainted 
 
 tainted:
-       ${SPLINT} -mts tainted tainted.c -mustfree -exportlocal -expect 4
-       ${SPLINT} tainted-bad.mts tainted.xh tainted.c -mustfree -exportlocal -expect 9
-       ${SPLINT} -mts tainted tainted2.c -mustfree -exportlocal -expect 1
-       ${SPLINT} -mts tainted tainted3.c -mustfree -exportlocal -expect 1
-       ${SPLINT} -mts tainted tainted4.c -mustfree -exportlocal -expect 1
-       ${SPLINT} -mts tainted tainted5.c -mustfree -exportlocal
-       ${SPLINT} -mts tainted taintedmerge.c -mustfree -exportlocal -expect 3
-       ${SPLINT} -mts tainted taintedimplicit.c -mustfree -exportlocal -expect 1
-       ${SPLINT} -mts tainted sprintf.c -expect 2
+       -${SPLINT} -mts tainted tainted.c -mustfree -exportlocal -expect 4
+       -${SPLINT} tainted-bad.mts tainted.xh tainted.c -mustfree -exportlocal -expect 9
+       -${SPLINT} -mts tainted tainted2.c -mustfree -exportlocal -expect 1
+       -${SPLINT} -mts tainted tainted3.c -mustfree -exportlocal -expect 1
+       -${SPLINT} -mts tainted tainted4.c -mustfree -exportlocal -expect 1
+       -${SPLINT} -mts tainted tainted5.c -mustfree -exportlocal
+       -${SPLINT} -mts tainted taintedmerge.c -mustfree -exportlocal -expect 3
+       -${SPLINT} -mts tainted taintedimplicit.c -mustfree -exportlocal -expect 1
+       -${SPLINT} -mts tainted sprintf.c -expect 2
index 029a7023cdda80fe853544dd30769766277b41a5..c9f160643e49a8a6edefa76fc81861a0a0dfc63c 100755 (executable)
@@ -39,17 +39,19 @@ RSC=rc.exe
 # PROP Use_Debug_Libraries 0\r
 # PROP Output_Dir "Release"\r
 # PROP Intermediate_Dir "Release"\r
+# PROP Ignore_Export_Lib 0\r
 # PROP Target_Dir ""\r
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
-# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c\r
+# ADD CPP /nologo /W3 /GX /O2 /I "\\Apollo\evans\LCLintDev\src\Headers" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CONFIG_H" /FD /c\r
+# SUBTRACT CPP /YX\r
 # ADD BASE RSC /l 0x409 /d "NDEBUG"\r
 # ADD RSC /l 0x409 /d "NDEBUG"\r
 BSC32=bscmake.exe\r
 # ADD BASE BSC32 /nologo\r
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /machine:I386 /out:"C:/splint-3.0.1/bin/splint.exe"\r
 \r
 !ELSEIF  "$(CFG)" == "Splint - Win32 Debug"\r
 \r
@@ -62,17 +64,18 @@ LINK32=link.exe
 # PROP Use_Debug_Libraries 1\r
 # PROP Output_Dir "Debug"\r
 # PROP Intermediate_Dir "Debug"\r
+# PROP Ignore_Export_Lib 0\r
 # PROP Target_Dir ""\r
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ  /c\r
-# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ  /c\r
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c\r
+# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "Headers" /I "\\Apollo\evans]LCLintDev\src\Headers" /D "_DEBUG" /D "HAVE_CONFIG_H" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c\r
 # ADD BASE RSC /l 0x409 /d "_DEBUG"\r
 # ADD RSC /l 0x409 /d "_DEBUG"\r
 BSC32=bscmake.exe\r
 # ADD BASE BSC32 /nologo\r
 # ADD BSC32 /nologo\r
 LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
+# ADD LINK32 setargv.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept\r
 \r
 !ENDIF \r
 \r
@@ -83,6 +86,734 @@ LINK32=link.exe
 # Begin Group "Source Files"\r
 \r
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\abstract.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\aliasTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\annotationInfo.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\annotationTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cgrammar.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\checking.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\clabstract.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\clause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\clauseStack.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraint.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintExpr.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintExprData.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintGeneration.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintOutput.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintResolve.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\constraintTerm.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\context.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cpperror.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cppexp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cpphash.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cpplib.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cppmain.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cprim.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cscanner.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cstring.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cstringList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cstringSList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cstringTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ctype.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ctypeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\cvar.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\declaratorInvNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\declaratorNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ekind.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\enumNameList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\enumNameSList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\exprChecks.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\exprData.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\exprNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\exprNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\exprNodeSList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\fcnNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\fileIdList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\fileLib.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\fileloc.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\filelocList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\filelocStack.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\fileTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\flagMarker.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\flagMarkerList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\flags.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\flagSpec.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\functionClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\functionClauseList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\functionConstraint.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\general.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\genericTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\globals.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\globalsClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\globSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\guardSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\idDecl.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\idDeclList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\importNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\imports.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\initDeclNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\inputStream.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\interfaceNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\intSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lclctypes.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lclinit.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lcllib.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lclscan.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lclscanline.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lclsyntable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lcltokentable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\letDeclNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lh.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\llerror.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\llgrammar.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\llmain.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lltok.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\loopHeuristics.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lslinit.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lslOpList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lslOpSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lslparse.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lsymbol.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lsymbolList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\lsymbolSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ltoken.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ltokenList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\macrocache.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mapping.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\message.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\messageLog.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateConstraint.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateConstraintList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateExpression.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateInfo.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateSpecifier.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\metaStateTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\modifiesClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtAnnotationDecl.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtAnnotationList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtAnnotationsNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtContextNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDeclarationNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDeclarationPiece.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDeclarationPieces.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDefaultsDecl.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDefaultsDeclList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtDefaultsNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtgrammar.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtLoseReference.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtLoseReferenceList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtMergeClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtMergeClauseList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtMergeItem.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtMergeNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtreader.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtscanner.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mttok.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtTransferAction.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtTransferClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtTransferClauseList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\mtValuesNode.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\multiVal.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\nameChecks.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\osd.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\pairNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\paramNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\programNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\qtype.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\qual.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\qualList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\quantifierNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\randomNumbers.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\reader.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\replaceNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\scan.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\scanline.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\shift.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\signature.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sigNodeSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sort.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sortList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sortSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sortSetList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sRef.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sRefList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sRefSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sRefSetList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\sRefTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stateClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stateClauseList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stateCombinationTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stateInfo.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stateValue.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\stDeclNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\storeRefNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\structNames.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\symtable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\syntable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\termNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\tokentable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\traitRefNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\transferChecks.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\typeIdSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\typeNameNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\uentry.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\uentryList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\usymIdSet.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\usymtab.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\usymtab_interface.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\valueTable.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\varDeclarationNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\varKinds.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\varNodeList.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\warnClause.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\src\ynm.c\r
+# End Source File\r
 # End Group\r
 # Begin Group "Header Files"\r
 \r
This page took 0.079654 seconds and 5 git commands to generate.