]> andersk Git - splint.git/blob - src/Makefile.in
Fixed test suite (temporarily) to run nested test cases
[splint.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 BISON = @BISON@
63 CAT = @CAT@
64 CC = @CC@
65 CP = @CP@
66 CPP = @CPP@
67 CXX = @CXX@
68 DEPDIR = @DEPDIR@
69 DIFF = @DIFF@
70 EXEEXT = @EXEEXT@
71 GREP = @GREP@
72 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
73 LCLOBJ = @LCLOBJ@
74 LEX = @LEX@
75 LN_S = @LN_S@
76 MV = @MV@
77 OBJEXT = @OBJEXT@
78 PACKAGE = @PACKAGE@
79 RM = @RM@
80 VERSION = @VERSION@
81 am__include = @am__include@
82 am__quote = @am__quote@
83 install_sh = @install_sh@
84
85 AUTOMAKE_OPTIONS = 1.5 foreign
86
87 SUFFIXES = .h .c .o .l .check
88
89 # Check files before compiling; requires lclint!
90 CHECK = 1
91
92 # Some preferences
93 YFLAGS = -v -t -d --debug
94
95 EXTRA_DIST = DATE
96
97 bin_PROGRAMS = lclint
98
99 EXTRA_PROGRAMS = lcl
100
101 AM_CPPFLAGS = -IHeaders
102
103 SETSRC = globSet.c intSet.c typeIdSet.c guardSet.c usymIdSet.c sRefSet.c
104
105 LISTSRC = clauseStack.c filelocStack.c \
106           cstringList.c cstringSList.c sRefSetList.c ctypeList.c \
107           enumNameList.c enumNameSList.c exprNodeList.c exprNodeSList.c \
108           uentryList.c fileIdList.c filelocList.c qualList.c sRefList.c \
109           flagMarkerList.c idDeclList.c flagSpec.c
110
111
112 CPPSRC = cppmain.c cpplib.c cppexp.c cpphash.c cpperror.c
113
114 CSRC = uentry.c cprim.c macrocache.c qual.c qtype.c stateClause.c \
115        stateClauseList.c ctype.c cvar.c clabstract.c idDecl.c clause.c \
116        globalsClause.c modifiesClause.c warnClause.c functionClause.c \
117        functionClauseList.c metaStateConstraint.c metaStateConstraintList.c \
118        metaStateExpression.c metaStateSpecifier.c functionConstraint.c
119
120
121 LCLINTSRC = exprNode.c exprChecks.c llmain.c
122 CHECKSRC = structNames.c transferChecks.c varKinds.c nameChecks.c
123
124 GLOBSRC = context.c globals.c flags.c general.c osd.c reader.c
125
126 GRAMSRC = cgrammar.c cscanner.c mtscanner.c mtreader.c mtgrammar.c
127
128 OVERFLOWCHSRC = constraintGeneration.c constraintTerm.c \
129                 constraintExprData.c constraintExpr.c constraint.c \
130                 constraintList.c constraintResolve.c \
131                 constraintOutput.c loopHeuristics.c 
132
133
134 GENERALSRC = exprData.c cstring.c fileloc.c message.c inputStream.c \
135              fileTable.c cstringTable.c valueTable.c stateValue.c \
136              llerror.c messageLog.c flagMarker.c aliasTable.c ynm.c \
137              sRefTable.c genericTable.c ekind.c usymtab.c multiVal.c \
138              lltok.c sRef.c lcllib.c randomNumbers.c fileLib.c
139
140
141 METASTATESRC = stateInfo.c stateCombinationTable.c metaStateTable.c \
142                metaStateInfo.c annotationTable.c annotationInfo.c mttok.c \
143                mtDeclarationNode.c mtDeclarationPieces.c mtDeclarationPiece.c \
144                mtContextNode.c mtValuesNode.c mtDefaultsNode.c \
145                mtAnnotationsNode.c mtMergeNode.c mtAnnotationList.c \
146                mtAnnotationDecl.c mtTransferClauseList.c mtTransferClause.c \
147                mtTransferAction.c mtLoseReferenceList.c mtLoseReference.c \
148                mtDefaultsDeclList.c mtDefaultsDecl.c mtMergeItem.c \
149                mtMergeClause.c mtMergeClauseList.c
150
151
152 LCLONLYSRC = usymtab_interface.c abstract.c ltoken.c lclscanline.c \
153              lclsyntable.c lcltokentable.c sort.c symtable.c lclinit.c \
154              shift.c lclscan.c lsymbol.c mapping.c
155
156
157 LSLSRC = tokentable.c scan.c scanline.c lslparse.c \
158          lh.c checking.c lclctypes.c imports.c lslinit.c syntable.c 
159
160
161 LCLGRAMSRC = llgrammar.c signature.c
162
163 LCLSETSRC = lsymbolSet.c sigNodeSet.c lslOpSet.c sortSet.c
164
165 LCLLISTSRC = initDeclNodeList.c sortList.c declaratorInvNodeList.c \
166              interfaceNodeList.c sortSetList.c declaratorNodeList.c \
167              letDeclNodeList.c stDeclNodeList.c storeRefNodeList.c \
168              lslOpList.c lsymbolList.c termNodeList.c ltokenList.c \
169              traitRefNodeList.c pairNodeList.c typeNameNodeList.c \
170              fcnNodeList.c paramNodeList.c programNodeList.c \
171              varDeclarationNodeList.c varNodeList.c quantifierNodeList.c \
172              replaceNodeList.c importNodeList.c
173
174
175 COMMONSRC = $(OVERFLOWCHSRC) $(CPPSRC) $(CSRC) $(CHECKSRC) $(GENERALSRC) \
176             $(GLOBSRC) $(IFACESRC) $(LISTSRC) $(SETSRC) $(METASTATESRC)
177
178
179 ALLSRC = $(GRAMSRC) $(COMMONSRC) $(LCLINTSRC)
180
181 LCLSRC = $(LCLSETSRC) $(LCLLISTSRC) $(LSLSRC) $(CMNSRC) $(LCLONLYSRC) \
182          $(LCLGRAMSRC)
183
184
185 lcl_SOURCES = $(LCLSRC)
186
187 lclint_SOURCES = $(ALLSRC)
188 lclint_LDADD = $(LCLOBJ) @LEXLIB@
189
190 # Ensure the LCL objects get built if needed
191 lclint_DEPENDENCIES = $(LCLOBJ)
192
193 BUILT_SOURCES = Headers/signature_gen.h Headers/cgrammar_tokens.h \
194                 Headers/llgrammar_gen.h Headers/llgrammar_gen2.h \
195                 Headers/mtgrammar_tokens.h signature.c cgrammar.c \
196                 llgrammar.c mtgrammar.c Headers/flag_codes.gen
197
198
199 CHECKS = $(subst .c,.check,$(lclint_SOURCES))
200
201 CLEANFILES = $(top_builddir)/bin/lclint$(EXEEXT)
202 subdir = src
203 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
204 CONFIG_HEADER = $(top_builddir)/config.h
205 CONFIG_CLEAN_FILES =
206 EXTRA_PROGRAMS = lcl$(EXEEXT)
207 bin_PROGRAMS = lclint$(EXEEXT)
208 PROGRAMS = $(bin_PROGRAMS)
209
210 am_lcl_OBJECTS = lsymbolSet.$(OBJEXT) sigNodeSet.$(OBJEXT) \
211         lslOpSet.$(OBJEXT) sortSet.$(OBJEXT) initDeclNodeList.$(OBJEXT) \
212         sortList.$(OBJEXT) declaratorInvNodeList.$(OBJEXT) \
213         interfaceNodeList.$(OBJEXT) sortSetList.$(OBJEXT) \
214         declaratorNodeList.$(OBJEXT) letDeclNodeList.$(OBJEXT) \
215         stDeclNodeList.$(OBJEXT) storeRefNodeList.$(OBJEXT) \
216         lslOpList.$(OBJEXT) lsymbolList.$(OBJEXT) \
217         termNodeList.$(OBJEXT) ltokenList.$(OBJEXT) \
218         traitRefNodeList.$(OBJEXT) pairNodeList.$(OBJEXT) \
219         typeNameNodeList.$(OBJEXT) fcnNodeList.$(OBJEXT) \
220         paramNodeList.$(OBJEXT) programNodeList.$(OBJEXT) \
221         varDeclarationNodeList.$(OBJEXT) varNodeList.$(OBJEXT) \
222         quantifierNodeList.$(OBJEXT) replaceNodeList.$(OBJEXT) \
223         importNodeList.$(OBJEXT) tokentable.$(OBJEXT) scan.$(OBJEXT) \
224         scanline.$(OBJEXT) lslparse.$(OBJEXT) lh.$(OBJEXT) \
225         checking.$(OBJEXT) lclctypes.$(OBJEXT) imports.$(OBJEXT) \
226         lslinit.$(OBJEXT) syntable.$(OBJEXT) \
227         usymtab_interface.$(OBJEXT) abstract.$(OBJEXT) ltoken.$(OBJEXT) \
228         lclscanline.$(OBJEXT) lclsyntable.$(OBJEXT) \
229         lcltokentable.$(OBJEXT) sort.$(OBJEXT) symtable.$(OBJEXT) \
230         lclinit.$(OBJEXT) shift.$(OBJEXT) lclscan.$(OBJEXT) \
231         lsymbol.$(OBJEXT) mapping.$(OBJEXT) llgrammar.$(OBJEXT) \
232         signature.$(OBJEXT)
233 lcl_OBJECTS = $(am_lcl_OBJECTS)
234 lcl_LDADD = $(LDADD)
235 lcl_DEPENDENCIES =
236 lcl_LDFLAGS =
237 am_lclint_OBJECTS = cgrammar.$(OBJEXT) cscanner.$(OBJEXT) \
238         mtscanner.$(OBJEXT) mtreader.$(OBJEXT) mtgrammar.$(OBJEXT) \
239         constraintGeneration.$(OBJEXT) constraintTerm.$(OBJEXT) \
240         constraintExprData.$(OBJEXT) constraintExpr.$(OBJEXT) \
241         constraint.$(OBJEXT) constraintList.$(OBJEXT) \
242         constraintResolve.$(OBJEXT) constraintOutput.$(OBJEXT) \
243         loopHeuristics.$(OBJEXT) cppmain.$(OBJEXT) cpplib.$(OBJEXT) \
244         cppexp.$(OBJEXT) cpphash.$(OBJEXT) cpperror.$(OBJEXT) \
245         uentry.$(OBJEXT) cprim.$(OBJEXT) macrocache.$(OBJEXT) \
246         qual.$(OBJEXT) qtype.$(OBJEXT) stateClause.$(OBJEXT) \
247         stateClauseList.$(OBJEXT) ctype.$(OBJEXT) cvar.$(OBJEXT) \
248         clabstract.$(OBJEXT) idDecl.$(OBJEXT) clause.$(OBJEXT) \
249         globalsClause.$(OBJEXT) modifiesClause.$(OBJEXT) \
250         warnClause.$(OBJEXT) functionClause.$(OBJEXT) \
251         functionClauseList.$(OBJEXT) metaStateConstraint.$(OBJEXT) \
252         metaStateConstraintList.$(OBJEXT) metaStateExpression.$(OBJEXT) \
253         metaStateSpecifier.$(OBJEXT) functionConstraint.$(OBJEXT) \
254         structNames.$(OBJEXT) transferChecks.$(OBJEXT) \
255         varKinds.$(OBJEXT) nameChecks.$(OBJEXT) exprData.$(OBJEXT) \
256         cstring.$(OBJEXT) fileloc.$(OBJEXT) message.$(OBJEXT) \
257         inputStream.$(OBJEXT) fileTable.$(OBJEXT) \
258         cstringTable.$(OBJEXT) valueTable.$(OBJEXT) \
259         stateValue.$(OBJEXT) llerror.$(OBJEXT) messageLog.$(OBJEXT) \
260         flagMarker.$(OBJEXT) aliasTable.$(OBJEXT) ynm.$(OBJEXT) \
261         sRefTable.$(OBJEXT) genericTable.$(OBJEXT) ekind.$(OBJEXT) \
262         usymtab.$(OBJEXT) multiVal.$(OBJEXT) lltok.$(OBJEXT) \
263         sRef.$(OBJEXT) lcllib.$(OBJEXT) randomNumbers.$(OBJEXT) \
264         fileLib.$(OBJEXT) context.$(OBJEXT) globals.$(OBJEXT) \
265         flags.$(OBJEXT) general.$(OBJEXT) osd.$(OBJEXT) \
266         reader.$(OBJEXT) clauseStack.$(OBJEXT) filelocStack.$(OBJEXT) \
267         cstringList.$(OBJEXT) cstringSList.$(OBJEXT) \
268         sRefSetList.$(OBJEXT) ctypeList.$(OBJEXT) \
269         enumNameList.$(OBJEXT) enumNameSList.$(OBJEXT) \
270         exprNodeList.$(OBJEXT) exprNodeSList.$(OBJEXT) \
271         uentryList.$(OBJEXT) fileIdList.$(OBJEXT) filelocList.$(OBJEXT) \
272         qualList.$(OBJEXT) sRefList.$(OBJEXT) flagMarkerList.$(OBJEXT) \
273         idDeclList.$(OBJEXT) flagSpec.$(OBJEXT) globSet.$(OBJEXT) \
274         intSet.$(OBJEXT) typeIdSet.$(OBJEXT) guardSet.$(OBJEXT) \
275         usymIdSet.$(OBJEXT) sRefSet.$(OBJEXT) stateInfo.$(OBJEXT) \
276         stateCombinationTable.$(OBJEXT) metaStateTable.$(OBJEXT) \
277         metaStateInfo.$(OBJEXT) annotationTable.$(OBJEXT) \
278         annotationInfo.$(OBJEXT) mttok.$(OBJEXT) \
279         mtDeclarationNode.$(OBJEXT) mtDeclarationPieces.$(OBJEXT) \
280         mtDeclarationPiece.$(OBJEXT) mtContextNode.$(OBJEXT) \
281         mtValuesNode.$(OBJEXT) mtDefaultsNode.$(OBJEXT) \
282         mtAnnotationsNode.$(OBJEXT) mtMergeNode.$(OBJEXT) \
283         mtAnnotationList.$(OBJEXT) mtAnnotationDecl.$(OBJEXT) \
284         mtTransferClauseList.$(OBJEXT) mtTransferClause.$(OBJEXT) \
285         mtTransferAction.$(OBJEXT) mtLoseReferenceList.$(OBJEXT) \
286         mtLoseReference.$(OBJEXT) mtDefaultsDeclList.$(OBJEXT) \
287         mtDefaultsDecl.$(OBJEXT) mtMergeItem.$(OBJEXT) \
288         mtMergeClause.$(OBJEXT) mtMergeClauseList.$(OBJEXT) \
289         exprNode.$(OBJEXT) exprChecks.$(OBJEXT) llmain.$(OBJEXT)
290 lclint_OBJECTS = $(am_lclint_OBJECTS)
291 lclint_LDFLAGS =
292
293 DEFS = @DEFS@
294 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
295 CPPFLAGS = @CPPFLAGS@
296 LDFLAGS = @LDFLAGS@
297 LIBS = @LIBS@
298 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
299 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/abstract.Po $(DEPDIR)/aliasTable.Po \
300 @AMDEP_TRUE@    $(DEPDIR)/annotationInfo.Po \
301 @AMDEP_TRUE@    $(DEPDIR)/annotationTable.Po $(DEPDIR)/cgrammar.Po \
302 @AMDEP_TRUE@    $(DEPDIR)/checking.Po $(DEPDIR)/clabstract.Po \
303 @AMDEP_TRUE@    $(DEPDIR)/clause.Po $(DEPDIR)/clauseStack.Po \
304 @AMDEP_TRUE@    $(DEPDIR)/constraint.Po $(DEPDIR)/constraintExpr.Po \
305 @AMDEP_TRUE@    $(DEPDIR)/constraintExprData.Po \
306 @AMDEP_TRUE@    $(DEPDIR)/constraintGeneration.Po \
307 @AMDEP_TRUE@    $(DEPDIR)/constraintList.Po \
308 @AMDEP_TRUE@    $(DEPDIR)/constraintOutput.Po \
309 @AMDEP_TRUE@    $(DEPDIR)/constraintResolve.Po \
310 @AMDEP_TRUE@    $(DEPDIR)/constraintTerm.Po $(DEPDIR)/context.Po \
311 @AMDEP_TRUE@    $(DEPDIR)/cpperror.Po $(DEPDIR)/cppexp.Po \
312 @AMDEP_TRUE@    $(DEPDIR)/cpphash.Po $(DEPDIR)/cpplib.Po \
313 @AMDEP_TRUE@    $(DEPDIR)/cppmain.Po $(DEPDIR)/cprim.Po \
314 @AMDEP_TRUE@    $(DEPDIR)/cscanner.Po $(DEPDIR)/cstring.Po \
315 @AMDEP_TRUE@    $(DEPDIR)/cstringList.Po $(DEPDIR)/cstringSList.Po \
316 @AMDEP_TRUE@    $(DEPDIR)/cstringTable.Po $(DEPDIR)/ctype.Po \
317 @AMDEP_TRUE@    $(DEPDIR)/ctypeList.Po $(DEPDIR)/cvar.Po \
318 @AMDEP_TRUE@    $(DEPDIR)/declaratorInvNodeList.Po \
319 @AMDEP_TRUE@    $(DEPDIR)/declaratorNodeList.Po $(DEPDIR)/ekind.Po \
320 @AMDEP_TRUE@    $(DEPDIR)/enumNameList.Po \
321 @AMDEP_TRUE@    $(DEPDIR)/enumNameSList.Po $(DEPDIR)/exprChecks.Po \
322 @AMDEP_TRUE@    $(DEPDIR)/exprData.Po $(DEPDIR)/exprNode.Po \
323 @AMDEP_TRUE@    $(DEPDIR)/exprNodeList.Po \
324 @AMDEP_TRUE@    $(DEPDIR)/exprNodeSList.Po $(DEPDIR)/fcnNodeList.Po \
325 @AMDEP_TRUE@    $(DEPDIR)/fileIdList.Po $(DEPDIR)/fileLib.Po \
326 @AMDEP_TRUE@    $(DEPDIR)/fileTable.Po $(DEPDIR)/fileloc.Po \
327 @AMDEP_TRUE@    $(DEPDIR)/filelocList.Po $(DEPDIR)/filelocStack.Po \
328 @AMDEP_TRUE@    $(DEPDIR)/flagMarker.Po $(DEPDIR)/flagMarkerList.Po \
329 @AMDEP_TRUE@    $(DEPDIR)/flagSpec.Po $(DEPDIR)/flags.Po \
330 @AMDEP_TRUE@    $(DEPDIR)/functionClause.Po \
331 @AMDEP_TRUE@    $(DEPDIR)/functionClauseList.Po \
332 @AMDEP_TRUE@    $(DEPDIR)/functionConstraint.Po \
333 @AMDEP_TRUE@    $(DEPDIR)/general.Po $(DEPDIR)/genericTable.Po \
334 @AMDEP_TRUE@    $(DEPDIR)/globSet.Po $(DEPDIR)/globals.Po \
335 @AMDEP_TRUE@    $(DEPDIR)/globalsClause.Po $(DEPDIR)/guardSet.Po \
336 @AMDEP_TRUE@    $(DEPDIR)/idDecl.Po $(DEPDIR)/idDeclList.Po \
337 @AMDEP_TRUE@    $(DEPDIR)/importNodeList.Po $(DEPDIR)/imports.Po \
338 @AMDEP_TRUE@    $(DEPDIR)/initDeclNodeList.Po \
339 @AMDEP_TRUE@    $(DEPDIR)/inputStream.Po $(DEPDIR)/intSet.Po \
340 @AMDEP_TRUE@    $(DEPDIR)/interfaceNodeList.Po \
341 @AMDEP_TRUE@    $(DEPDIR)/lclctypes.Po $(DEPDIR)/lclinit.Po \
342 @AMDEP_TRUE@    $(DEPDIR)/lcllib.Po $(DEPDIR)/lclscan.Po \
343 @AMDEP_TRUE@    $(DEPDIR)/lclscanline.Po $(DEPDIR)/lclsyntable.Po \
344 @AMDEP_TRUE@    $(DEPDIR)/lcltokentable.Po \
345 @AMDEP_TRUE@    $(DEPDIR)/letDeclNodeList.Po $(DEPDIR)/lh.Po \
346 @AMDEP_TRUE@    $(DEPDIR)/llerror.Po $(DEPDIR)/llgrammar.Po \
347 @AMDEP_TRUE@    $(DEPDIR)/llmain.Po $(DEPDIR)/lltok.Po \
348 @AMDEP_TRUE@    $(DEPDIR)/loopHeuristics.Po $(DEPDIR)/lslOpList.Po \
349 @AMDEP_TRUE@    $(DEPDIR)/lslOpSet.Po $(DEPDIR)/lslinit.Po \
350 @AMDEP_TRUE@    $(DEPDIR)/lslparse.Po $(DEPDIR)/lsymbol.Po \
351 @AMDEP_TRUE@    $(DEPDIR)/lsymbolList.Po $(DEPDIR)/lsymbolSet.Po \
352 @AMDEP_TRUE@    $(DEPDIR)/ltoken.Po $(DEPDIR)/ltokenList.Po \
353 @AMDEP_TRUE@    $(DEPDIR)/macrocache.Po $(DEPDIR)/mapping.Po \
354 @AMDEP_TRUE@    $(DEPDIR)/message.Po $(DEPDIR)/messageLog.Po \
355 @AMDEP_TRUE@    $(DEPDIR)/metaStateConstraint.Po \
356 @AMDEP_TRUE@    $(DEPDIR)/metaStateConstraintList.Po \
357 @AMDEP_TRUE@    $(DEPDIR)/metaStateExpression.Po \
358 @AMDEP_TRUE@    $(DEPDIR)/metaStateInfo.Po \
359 @AMDEP_TRUE@    $(DEPDIR)/metaStateSpecifier.Po \
360 @AMDEP_TRUE@    $(DEPDIR)/metaStateTable.Po \
361 @AMDEP_TRUE@    $(DEPDIR)/modifiesClause.Po \
362 @AMDEP_TRUE@    $(DEPDIR)/mtAnnotationDecl.Po \
363 @AMDEP_TRUE@    $(DEPDIR)/mtAnnotationList.Po \
364 @AMDEP_TRUE@    $(DEPDIR)/mtAnnotationsNode.Po \
365 @AMDEP_TRUE@    $(DEPDIR)/mtContextNode.Po \
366 @AMDEP_TRUE@    $(DEPDIR)/mtDeclarationNode.Po \
367 @AMDEP_TRUE@    $(DEPDIR)/mtDeclarationPiece.Po \
368 @AMDEP_TRUE@    $(DEPDIR)/mtDeclarationPieces.Po \
369 @AMDEP_TRUE@    $(DEPDIR)/mtDefaultsDecl.Po \
370 @AMDEP_TRUE@    $(DEPDIR)/mtDefaultsDeclList.Po \
371 @AMDEP_TRUE@    $(DEPDIR)/mtDefaultsNode.Po \
372 @AMDEP_TRUE@    $(DEPDIR)/mtLoseReference.Po \
373 @AMDEP_TRUE@    $(DEPDIR)/mtLoseReferenceList.Po \
374 @AMDEP_TRUE@    $(DEPDIR)/mtMergeClause.Po \
375 @AMDEP_TRUE@    $(DEPDIR)/mtMergeClauseList.Po \
376 @AMDEP_TRUE@    $(DEPDIR)/mtMergeItem.Po $(DEPDIR)/mtMergeNode.Po \
377 @AMDEP_TRUE@    $(DEPDIR)/mtTransferAction.Po \
378 @AMDEP_TRUE@    $(DEPDIR)/mtTransferClause.Po \
379 @AMDEP_TRUE@    $(DEPDIR)/mtTransferClauseList.Po \
380 @AMDEP_TRUE@    $(DEPDIR)/mtValuesNode.Po $(DEPDIR)/mtgrammar.Po \
381 @AMDEP_TRUE@    $(DEPDIR)/mtreader.Po $(DEPDIR)/mtscanner.Po \
382 @AMDEP_TRUE@    $(DEPDIR)/mttok.Po $(DEPDIR)/multiVal.Po \
383 @AMDEP_TRUE@    $(DEPDIR)/nameChecks.Po $(DEPDIR)/osd.Po \
384 @AMDEP_TRUE@    $(DEPDIR)/pairNodeList.Po \
385 @AMDEP_TRUE@    $(DEPDIR)/paramNodeList.Po \
386 @AMDEP_TRUE@    $(DEPDIR)/programNodeList.Po $(DEPDIR)/qtype.Po \
387 @AMDEP_TRUE@    $(DEPDIR)/qual.Po $(DEPDIR)/qualList.Po \
388 @AMDEP_TRUE@    $(DEPDIR)/quantifierNodeList.Po \
389 @AMDEP_TRUE@    $(DEPDIR)/randomNumbers.Po $(DEPDIR)/reader.Po \
390 @AMDEP_TRUE@    $(DEPDIR)/replaceNodeList.Po $(DEPDIR)/sRef.Po \
391 @AMDEP_TRUE@    $(DEPDIR)/sRefList.Po $(DEPDIR)/sRefSet.Po \
392 @AMDEP_TRUE@    $(DEPDIR)/sRefSetList.Po $(DEPDIR)/sRefTable.Po \
393 @AMDEP_TRUE@    $(DEPDIR)/scan.Po $(DEPDIR)/scanline.Po \
394 @AMDEP_TRUE@    $(DEPDIR)/shift.Po $(DEPDIR)/sigNodeSet.Po \
395 @AMDEP_TRUE@    $(DEPDIR)/signature.Po $(DEPDIR)/sort.Po \
396 @AMDEP_TRUE@    $(DEPDIR)/sortList.Po $(DEPDIR)/sortSet.Po \
397 @AMDEP_TRUE@    $(DEPDIR)/sortSetList.Po \
398 @AMDEP_TRUE@    $(DEPDIR)/stDeclNodeList.Po \
399 @AMDEP_TRUE@    $(DEPDIR)/stateClause.Po \
400 @AMDEP_TRUE@    $(DEPDIR)/stateClauseList.Po \
401 @AMDEP_TRUE@    $(DEPDIR)/stateCombinationTable.Po \
402 @AMDEP_TRUE@    $(DEPDIR)/stateInfo.Po $(DEPDIR)/stateValue.Po \
403 @AMDEP_TRUE@    $(DEPDIR)/storeRefNodeList.Po \
404 @AMDEP_TRUE@    $(DEPDIR)/structNames.Po $(DEPDIR)/symtable.Po \
405 @AMDEP_TRUE@    $(DEPDIR)/syntable.Po $(DEPDIR)/termNodeList.Po \
406 @AMDEP_TRUE@    $(DEPDIR)/tokentable.Po \
407 @AMDEP_TRUE@    $(DEPDIR)/traitRefNodeList.Po \
408 @AMDEP_TRUE@    $(DEPDIR)/transferChecks.Po $(DEPDIR)/typeIdSet.Po \
409 @AMDEP_TRUE@    $(DEPDIR)/typeNameNodeList.Po $(DEPDIR)/uentry.Po \
410 @AMDEP_TRUE@    $(DEPDIR)/uentryList.Po $(DEPDIR)/usymIdSet.Po \
411 @AMDEP_TRUE@    $(DEPDIR)/usymtab.Po $(DEPDIR)/usymtab_interface.Po \
412 @AMDEP_TRUE@    $(DEPDIR)/valueTable.Po \
413 @AMDEP_TRUE@    $(DEPDIR)/varDeclarationNodeList.Po \
414 @AMDEP_TRUE@    $(DEPDIR)/varKinds.Po $(DEPDIR)/varNodeList.Po \
415 @AMDEP_TRUE@    $(DEPDIR)/warnClause.Po $(DEPDIR)/ynm.Po
416 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
417         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
418 CCLD = $(CC)
419 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
420 CFLAGS = @CFLAGS@
421 DIST_SOURCES = $(lcl_SOURCES) $(lclint_SOURCES)
422 DIST_COMMON = Makefile.am Makefile.in
423 SOURCES = $(lcl_SOURCES) $(lclint_SOURCES)
424
425 all: $(BUILT_SOURCES)
426         $(MAKE) $(AM_MAKEFLAGS) all-am
427
428 .SUFFIXES:
429 .SUFFIXES: .h .c .o .l .check .obj
430 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
431         cd $(top_srcdir) && \
432           $(AUTOMAKE) --foreign  src/Makefile
433 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
434         cd $(top_builddir) && \
435           CONFIG_HEADERS= CONFIG_LINKS= \
436           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
437 install-binPROGRAMS: $(bin_PROGRAMS)
438         @$(NORMAL_INSTALL)
439         $(mkinstalldirs) $(DESTDIR)$(bindir)
440         @list='$(bin_PROGRAMS)'; for p in $$list; do \
441           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
442           if test -f $$p \
443           ; then \
444             f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
445            echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
446            $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
447           else :; fi; \
448         done
449
450 uninstall-binPROGRAMS:
451         @$(NORMAL_UNINSTALL)
452         @list='$(bin_PROGRAMS)'; for p in $$list; do \
453           f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
454           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
455           rm -f $(DESTDIR)$(bindir)/$$f; \
456         done
457
458 clean-binPROGRAMS:
459         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
460 lclint$(EXEEXT): $(lclint_OBJECTS) $(lclint_DEPENDENCIES) 
461         @rm -f lclint$(EXEEXT)
462         $(LINK) $(lclint_LDFLAGS) $(lclint_OBJECTS) $(lclint_LDADD) $(LIBS)
463
464 mostlyclean-compile:
465         -rm -f *.$(OBJEXT) core *.core
466
467 distclean-compile:
468         -rm -f *.tab.c
469
470 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/abstract.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/aliasTable.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/annotationInfo.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/annotationTable.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cgrammar.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/checking.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clabstract.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clause.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clauseStack.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraint.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintExpr.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintExprData.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintGeneration.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintList.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintOutput.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintResolve.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/constraintTerm.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/context.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpperror.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cppexp.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpphash.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpplib.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cppmain.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cprim.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cscanner.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cstring.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cstringList.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cstringSList.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cstringTable.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctype.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ctypeList.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cvar.Po@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/declaratorInvNodeList.Po@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/declaratorNodeList.Po@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ekind.Po@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/enumNameList.Po@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/enumNameSList.Po@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exprChecks.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exprData.Po@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exprNode.Po@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exprNodeList.Po@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/exprNodeSList.Po@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fcnNodeList.Po@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fileIdList.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fileLib.Po@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fileTable.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fileloc.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/filelocList.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/filelocStack.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/flagMarker.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/flagMarkerList.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/flagSpec.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/flags.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/functionClause.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/functionClauseList.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/functionConstraint.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/general.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/genericTable.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/globSet.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/globals.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/globalsClause.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/guardSet.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/idDecl.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/idDeclList.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/importNodeList.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/imports.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/initDeclNodeList.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inputStream.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/intSet.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/interfaceNodeList.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lclctypes.Po@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lclinit.Po@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lcllib.Po@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lclscan.Po@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lclscanline.Po@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lclsyntable.Po@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lcltokentable.Po@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/letDeclNodeList.Po@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lh.Po@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/llerror.Po@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/llgrammar.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/llmain.Po@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lltok.Po@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/loopHeuristics.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lslOpList.Po@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lslOpSet.Po@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lslinit.Po@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lslparse.Po@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lsymbol.Po@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lsymbolList.Po@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lsymbolSet.Po@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ltoken.Po@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ltokenList.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/macrocache.Po@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mapping.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/message.Po@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/messageLog.Po@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateConstraint.Po@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateConstraintList.Po@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateExpression.Po@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateInfo.Po@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateSpecifier.Po@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/metaStateTable.Po@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/modifiesClause.Po@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtAnnotationDecl.Po@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtAnnotationList.Po@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtAnnotationsNode.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtContextNode.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDeclarationNode.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDeclarationPiece.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDeclarationPieces.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDefaultsDecl.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDefaultsDeclList.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtDefaultsNode.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtLoseReference.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtLoseReferenceList.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtMergeClause.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtMergeClauseList.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtMergeItem.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtMergeNode.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtTransferAction.Po@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtTransferClause.Po@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtTransferClauseList.Po@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtValuesNode.Po@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtgrammar.Po@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtreader.Po@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mtscanner.Po@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mttok.Po@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/multiVal.Po@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nameChecks.Po@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/osd.Po@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pairNodeList.Po@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/paramNodeList.Po@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/programNodeList.Po@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/qtype.Po@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/qual.Po@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/qualList.Po@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quantifierNodeList.Po@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/randomNumbers.Po@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reader.Po@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/replaceNodeList.Po@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sRef.Po@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sRefList.Po@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sRefSet.Po@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sRefSetList.Po@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sRefTable.Po@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/scan.Po@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/scanline.Po@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/shift.Po@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sigNodeSet.Po@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/signature.Po@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sort.Po@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sortList.Po@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sortSet.Po@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/sortSetList.Po@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stDeclNodeList.Po@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stateClause.Po@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stateClauseList.Po@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stateCombinationTable.Po@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stateInfo.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stateValue.Po@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/storeRefNodeList.Po@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/structNames.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/symtable.Po@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/syntable.Po@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/termNodeList.Po@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tokentable.Po@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/traitRefNodeList.Po@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/transferChecks.Po@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/typeIdSet.Po@am__quote@
640 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/typeNameNodeList.Po@am__quote@
641 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/uentry.Po@am__quote@
642 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/uentryList.Po@am__quote@
643 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/usymIdSet.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/usymtab.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/usymtab_interface.Po@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/valueTable.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/varDeclarationNodeList.Po@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/varKinds.Po@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/varNodeList.Po@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/warnClause.Po@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ynm.Po@am__quote@
652
653 distclean-depend:
654         -rm -rf $(DEPDIR)
655
656 .c.o:
657 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
658 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
659 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
661
662 .c.obj:
663 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
665 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666         $(COMPILE) -c `cygpath -w $<`
667 CCDEPMODE = @CCDEPMODE@
668 uninstall-info-am:
669
670 tags: TAGS
671
672 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
673         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
674         unique=`for i in $$list; do \
675             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676           done | \
677           $(AWK) '    { files[$$0] = 1; } \
678                END { for (i in files) print i; }'`; \
679         mkid -fID $$unique $(LISP)
680
681 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
682                 $(TAGS_FILES) $(LISP)
683         tags=; \
684         here=`pwd`; \
685         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
686         unique=`for i in $$list; do \
687             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
688           done | \
689           $(AWK) '    { files[$$0] = 1; } \
690                END { for (i in files) print i; }'`; \
691         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
692           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
693
694 GTAGS:
695         here=`CDPATH=: && cd $(top_builddir) && pwd` \
696           && cd $(top_srcdir) \
697           && gtags -i $(GTAGS_ARGS) $$here
698
699 distclean-tags:
700         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
701
702 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
703
704 top_distdir = ..
705 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
706
707 distdir: $(DISTFILES)
708         @for file in $(DISTFILES); do \
709           if test -f $$file; then d=.; else d=$(srcdir); fi; \
710           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
711           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
712             $(mkinstalldirs) "$(distdir)/$$dir"; \
713           fi; \
714           if test -d $$d/$$file; then \
715             cp -pR $$d/$$file $(distdir) \
716             || exit 1; \
717           else \
718             test -f $(distdir)/$$file \
719             || cp -p $$d/$$file $(distdir)/$$file \
720             || exit 1; \
721           fi; \
722         done
723 check-am: all-am
724 check: check-am
725 all-am: Makefile $(PROGRAMS)
726
727 installdirs:
728         $(mkinstalldirs) $(DESTDIR)$(bindir)
729
730 install: install-am
731 install-exec: install-exec-am
732 install-data: install-data-am
733 uninstall: uninstall-am
734
735 install-am: all-am
736         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
737
738 installcheck: installcheck-am
739 install-strip:
740         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
741           `test -z '$(STRIP)' || \
742             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
743 mostlyclean-generic:
744
745 clean-generic:
746         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
747
748 distclean-generic:
749         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
750
751 maintainer-clean-generic:
752         @echo "This command is intended for maintainers to use"
753         @echo "it deletes files that may require special tools to rebuild."
754         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
755 clean: clean-am
756
757 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
758
759 distclean: distclean-am
760
761 distclean-am: clean-am distclean-compile distclean-depend \
762         distclean-generic distclean-tags
763
764 dvi: dvi-am
765
766 dvi-am:
767
768 info: info-am
769
770 info-am:
771
772 install-data-am:
773
774 install-exec-am: install-binPROGRAMS
775
776 install-info: install-info-am
777
778 install-man:
779
780 installcheck-am:
781
782 maintainer-clean: maintainer-clean-am
783
784 maintainer-clean-am: distclean-am maintainer-clean-generic
785
786 mostlyclean: mostlyclean-am
787
788 mostlyclean-am: mostlyclean-compile mostlyclean-generic
789
790 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
791
792 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
793         clean-generic distclean distclean-compile distclean-depend \
794         distclean-generic distclean-tags distdir dvi dvi-am info \
795         info-am install install-am install-binPROGRAMS install-data \
796         install-data-am install-exec install-exec-am install-info \
797         install-info-am install-man install-strip installcheck \
798         installcheck-am installdirs maintainer-clean \
799         maintainer-clean-generic mostlyclean mostlyclean-compile \
800         mostlyclean-generic tags uninstall uninstall-am \
801         uninstall-binPROGRAMS uninstall-info-am
802
803
804 # Keep it fake
805 .PHONY: lcl$(EXEEXT)
806 lcl$(EXEEXT):
807         @echo "This is a fake target"; \
808          echo "Use configure's --with-lcl option to enable lcl"
809
810 Headers/signature_gen.h signature.c: signature.c.der signature.y
811         if test x$(BISON) = xno; then \
812           $(CP) signature.c.der signature.c; \
813         else \
814           $(BISON) $(YFLAGS) -p lsl signature.y; \
815           $(CAT) bison.head signature.tab.c bison.reset >signature.c; \
816           $(MV) Headers/signature_gen.h Headers/signature_gen.bak; \
817           $(CAT) bison.head signature.tab.h bison.reset >Headers/signature_gen.h; \
818           $(RM) signature.tab.c signature.tab.h; \
819         fi
820
821 Headers/cgrammar_tokens.h cgrammar.c: cgrammar.c.der cgrammar.y
822         if test x$(BISON) = xno; then \
823           $(CP) cgrammar.c.der cgrammar.c; \
824         else \
825           echo '* Expect 141 shift/reduce conflicts and 111 reduce/reduce conflicts.'; \
826           echo '* (see cgrammar.y for explanation)'; \
827           $(BISON) $(YFLAGS) cgrammar.y; \
828           $(CAT) bison.head cgrammar.tab.c bison.reset >cgrammar.c; \
829           $(MV) Headers/cgrammar_tokens.h Headers/cgrammar_tokens.bak; \
830           $(CAT) bison.head cgrammar.tab.h bison.reset >Headers/cgrammar_tokens.h; \
831           $(RM) cgrammar.tab.c cgrammar.tab.h; \
832         fi
833
834 Headers/mtgrammar_tokens.h mtgrammar.c: mtgrammar.c.der mtgrammar.y
835         if test x$(BISON) = xno; then \
836           $(CP) mtgrammar.c.der mtgrammar.c; \
837         else \
838           $(BISON) $(YFLAGS) -p mt mtgrammar.y; \
839           $(CAT) bison.head mtgrammar.tab.c bison.reset >mtgrammar.c; \
840           $(MV) Headers/mtgrammar_tokens.h Headers/mtgrammar_tokens.bak; \
841           $(CAT) bison.head mtgrammar.tab.h bison.reset >Headers/mtgrammar_tokens.h; \
842           $(RM) mtgrammar.tab.c mtgrammar.tab.h; \
843         fi
844
845 Headers/llgrammar_gen.h Headers/llgrammar_gen2.h llgrammar.c: llgrammar.c.der llgrammar.y
846         if test x$(BISON) = xno; then \
847           $(CP) llgrammar.c.der llgrammar.c; \
848         else \
849           echo '* Expect 2 shift/reduce conflicts'; \
850           $(BISON) $(YFLAGS) -p yl llgrammar.y; \
851           $(CAT) bison.head llgrammar.tab.c bison.reset >llgrammar.c; \
852           $(MV) Headers/llgrammar_gen2.h Headers/llgrammar_gen2.bak; \
853           $(CAT) bison.head llgrammar.tab.h bison.reset >Headers/llgrammar_gen2.h; \
854           $(MV) Headers/llgrammar_gen.h Headers/llgrammar_gen.bak; \
855           $(CAT) bison.head llgrammar.tab.h bison.reset >Headers/llgrammar_gen.h; \
856           $(RM) llgrammar.tab.c llgrammar.tab.h; \
857         fi
858
859 cscanner.c: cscanner.l
860         $(LEX) $(LFLAGS) cscanner.l 
861         $(CAT) flex.head @LEX_OUTPUT_ROOT@.c flex.reset > cscanner.c
862
863 Headers/flag_codes.gen: flags.def
864         grep "FLG_" flags.def > Headers/flag_codes.gen
865
866 .PHONY: nocheck
867 nocheck:
868         $(MAKE) CHECK=0
869
870 .PHONY: test
871 test:
872         cd ../; ${MAKE} check
873
874 ### Automake generates wrong tags
875 .PHONY: etags
876 etags:
877         maketags
878
879 lintnew: 
880         ./lclint -f lclint.lclintrc $(DEFAULT_INCLUDES) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) +singleinclude $(ALLSRC) $(LCLSRC) -dump lclint \
881                     +forcehints -misplacedsharequal +showsourceloc -unrecogcomments \
882                     -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw
883
884 .PHONY: purify
885 purify: $(lclint_OBJECTS)
886         purify $(LINK) -o lclint$(EXEEXT) $^ $(lclint_LDADD)
887
888 all: $(top_builddir)/bin/lclint$(EXEEXT)
889 $(top_builddir)/bin/lclint$(EXEEXT): lclint$(EXEEXT)
890         $(CP) $< $@
891 # Tell versions [3.59,3.63) of GNU make to not export all variables.
892 # Otherwise a system limit (for SysV at least) may be exceeded.
893 .NOEXPORT:
This page took 1.596004 seconds and 5 git commands to generate.