]> andersk Git - splint.git/blob - src/Makefile
Updated build to use automake files created by Tim Van Holder.
[splint.git] / src / Makefile
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
15
16 SHELL = /bin/sh
17
18 srcdir = .
19 top_srcdir = ..
20
21 prefix = /usr/local
22 exec_prefix = ${prefix}
23
24 bindir = ${exec_prefix}/bin
25 sbindir = ${exec_prefix}/sbin
26 libexecdir = ${exec_prefix}/libexec
27 datadir = ${prefix}/share
28 sysconfdir = ${prefix}/etc
29 sharedstatedir = ${prefix}/com
30 localstatedir = ${prefix}/var
31 libdir = ${exec_prefix}/lib
32 infodir = ${prefix}/info
33 mandir = ${prefix}/man
34 includedir = ${prefix}/include
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/lclint
37 pkglibdir = $(libdir)/lclint
38 pkgincludedir = $(includedir)/lclint
39 top_builddir = ..
40
41 ACLOCAL = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run aclocal
42 AUTOCONF = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoconf
43 AUTOMAKE = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run automake
44 AUTOHEADER = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run autoheader
45
46 INSTALL = /usr/bin/install -c
47 INSTALL_PROGRAM = ${INSTALL}
48 INSTALL_DATA = ${INSTALL} -m 644
49 INSTALL_SCRIPT = ${INSTALL}
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = s,x,x,
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = 
59 host_triplet = i686-pc-linux-gnu
60 AMTAR = ${SHELL} /net/af10/evans/LCLintDev/config/missing --run tar
61 AWK = gawk
62 BISON = bison
63 CAT = cat
64 CC = gcc
65 CP = cp
66 CPP = gcc -E
67 CXX = g++
68 DEPDIR = .deps
69 DIFF = diff
70 EXEEXT = 
71 GREP = grep
72 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
73 LCLOBJ = $(lcl_OBJECTS)
74 LEX = flex
75 LN_S = ln -s
76 MV = mv
77 OBJEXT = o
78 PACKAGE = lclint
79 RM = rm
80 VERSION = 3.0.0.19
81 am__include = include
82 am__quote = 
83 install_sh = /net/af10/evans/LCLintDev/config/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) -lfl
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 = -DHAVE_CONFIG_H
294 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
295 CPPFLAGS = 
296 LDFLAGS = 
297 LIBS = 
298 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
299 DEP_FILES = $(DEPDIR)/abstract.Po $(DEPDIR)/aliasTable.Po \
300         $(DEPDIR)/annotationInfo.Po \
301         $(DEPDIR)/annotationTable.Po $(DEPDIR)/cgrammar.Po \
302         $(DEPDIR)/checking.Po $(DEPDIR)/clabstract.Po \
303         $(DEPDIR)/clause.Po $(DEPDIR)/clauseStack.Po \
304         $(DEPDIR)/constraint.Po $(DEPDIR)/constraintExpr.Po \
305         $(DEPDIR)/constraintExprData.Po \
306         $(DEPDIR)/constraintGeneration.Po \
307         $(DEPDIR)/constraintList.Po \
308         $(DEPDIR)/constraintOutput.Po \
309         $(DEPDIR)/constraintResolve.Po \
310         $(DEPDIR)/constraintTerm.Po $(DEPDIR)/context.Po \
311         $(DEPDIR)/cpperror.Po $(DEPDIR)/cppexp.Po \
312         $(DEPDIR)/cpphash.Po $(DEPDIR)/cpplib.Po \
313         $(DEPDIR)/cppmain.Po $(DEPDIR)/cprim.Po \
314         $(DEPDIR)/cscanner.Po $(DEPDIR)/cstring.Po \
315         $(DEPDIR)/cstringList.Po $(DEPDIR)/cstringSList.Po \
316         $(DEPDIR)/cstringTable.Po $(DEPDIR)/ctype.Po \
317         $(DEPDIR)/ctypeList.Po $(DEPDIR)/cvar.Po \
318         $(DEPDIR)/declaratorInvNodeList.Po \
319         $(DEPDIR)/declaratorNodeList.Po $(DEPDIR)/ekind.Po \
320         $(DEPDIR)/enumNameList.Po \
321         $(DEPDIR)/enumNameSList.Po $(DEPDIR)/exprChecks.Po \
322         $(DEPDIR)/exprData.Po $(DEPDIR)/exprNode.Po \
323         $(DEPDIR)/exprNodeList.Po \
324         $(DEPDIR)/exprNodeSList.Po $(DEPDIR)/fcnNodeList.Po \
325         $(DEPDIR)/fileIdList.Po $(DEPDIR)/fileLib.Po \
326         $(DEPDIR)/fileTable.Po $(DEPDIR)/fileloc.Po \
327         $(DEPDIR)/filelocList.Po $(DEPDIR)/filelocStack.Po \
328         $(DEPDIR)/flagMarker.Po $(DEPDIR)/flagMarkerList.Po \
329         $(DEPDIR)/flagSpec.Po $(DEPDIR)/flags.Po \
330         $(DEPDIR)/functionClause.Po \
331         $(DEPDIR)/functionClauseList.Po \
332         $(DEPDIR)/functionConstraint.Po \
333         $(DEPDIR)/general.Po $(DEPDIR)/genericTable.Po \
334         $(DEPDIR)/globSet.Po $(DEPDIR)/globals.Po \
335         $(DEPDIR)/globalsClause.Po $(DEPDIR)/guardSet.Po \
336         $(DEPDIR)/idDecl.Po $(DEPDIR)/idDeclList.Po \
337         $(DEPDIR)/importNodeList.Po $(DEPDIR)/imports.Po \
338         $(DEPDIR)/initDeclNodeList.Po \
339         $(DEPDIR)/inputStream.Po $(DEPDIR)/intSet.Po \
340         $(DEPDIR)/interfaceNodeList.Po \
341         $(DEPDIR)/lclctypes.Po $(DEPDIR)/lclinit.Po \
342         $(DEPDIR)/lcllib.Po $(DEPDIR)/lclscan.Po \
343         $(DEPDIR)/lclscanline.Po $(DEPDIR)/lclsyntable.Po \
344         $(DEPDIR)/lcltokentable.Po \
345         $(DEPDIR)/letDeclNodeList.Po $(DEPDIR)/lh.Po \
346         $(DEPDIR)/llerror.Po $(DEPDIR)/llgrammar.Po \
347         $(DEPDIR)/llmain.Po $(DEPDIR)/lltok.Po \
348         $(DEPDIR)/loopHeuristics.Po $(DEPDIR)/lslOpList.Po \
349         $(DEPDIR)/lslOpSet.Po $(DEPDIR)/lslinit.Po \
350         $(DEPDIR)/lslparse.Po $(DEPDIR)/lsymbol.Po \
351         $(DEPDIR)/lsymbolList.Po $(DEPDIR)/lsymbolSet.Po \
352         $(DEPDIR)/ltoken.Po $(DEPDIR)/ltokenList.Po \
353         $(DEPDIR)/macrocache.Po $(DEPDIR)/mapping.Po \
354         $(DEPDIR)/message.Po $(DEPDIR)/messageLog.Po \
355         $(DEPDIR)/metaStateConstraint.Po \
356         $(DEPDIR)/metaStateConstraintList.Po \
357         $(DEPDIR)/metaStateExpression.Po \
358         $(DEPDIR)/metaStateInfo.Po \
359         $(DEPDIR)/metaStateSpecifier.Po \
360         $(DEPDIR)/metaStateTable.Po \
361         $(DEPDIR)/modifiesClause.Po \
362         $(DEPDIR)/mtAnnotationDecl.Po \
363         $(DEPDIR)/mtAnnotationList.Po \
364         $(DEPDIR)/mtAnnotationsNode.Po \
365         $(DEPDIR)/mtContextNode.Po \
366         $(DEPDIR)/mtDeclarationNode.Po \
367         $(DEPDIR)/mtDeclarationPiece.Po \
368         $(DEPDIR)/mtDeclarationPieces.Po \
369         $(DEPDIR)/mtDefaultsDecl.Po \
370         $(DEPDIR)/mtDefaultsDeclList.Po \
371         $(DEPDIR)/mtDefaultsNode.Po \
372         $(DEPDIR)/mtLoseReference.Po \
373         $(DEPDIR)/mtLoseReferenceList.Po \
374         $(DEPDIR)/mtMergeClause.Po \
375         $(DEPDIR)/mtMergeClauseList.Po \
376         $(DEPDIR)/mtMergeItem.Po $(DEPDIR)/mtMergeNode.Po \
377         $(DEPDIR)/mtTransferAction.Po \
378         $(DEPDIR)/mtTransferClause.Po \
379         $(DEPDIR)/mtTransferClauseList.Po \
380         $(DEPDIR)/mtValuesNode.Po $(DEPDIR)/mtgrammar.Po \
381         $(DEPDIR)/mtreader.Po $(DEPDIR)/mtscanner.Po \
382         $(DEPDIR)/mttok.Po $(DEPDIR)/multiVal.Po \
383         $(DEPDIR)/nameChecks.Po $(DEPDIR)/osd.Po \
384         $(DEPDIR)/pairNodeList.Po \
385         $(DEPDIR)/paramNodeList.Po \
386         $(DEPDIR)/programNodeList.Po $(DEPDIR)/qtype.Po \
387         $(DEPDIR)/qual.Po $(DEPDIR)/qualList.Po \
388         $(DEPDIR)/quantifierNodeList.Po \
389         $(DEPDIR)/randomNumbers.Po $(DEPDIR)/reader.Po \
390         $(DEPDIR)/replaceNodeList.Po $(DEPDIR)/sRef.Po \
391         $(DEPDIR)/sRefList.Po $(DEPDIR)/sRefSet.Po \
392         $(DEPDIR)/sRefSetList.Po $(DEPDIR)/sRefTable.Po \
393         $(DEPDIR)/scan.Po $(DEPDIR)/scanline.Po \
394         $(DEPDIR)/shift.Po $(DEPDIR)/sigNodeSet.Po \
395         $(DEPDIR)/signature.Po $(DEPDIR)/sort.Po \
396         $(DEPDIR)/sortList.Po $(DEPDIR)/sortSet.Po \
397         $(DEPDIR)/sortSetList.Po \
398         $(DEPDIR)/stDeclNodeList.Po \
399         $(DEPDIR)/stateClause.Po \
400         $(DEPDIR)/stateClauseList.Po \
401         $(DEPDIR)/stateCombinationTable.Po \
402         $(DEPDIR)/stateInfo.Po $(DEPDIR)/stateValue.Po \
403         $(DEPDIR)/storeRefNodeList.Po \
404         $(DEPDIR)/structNames.Po $(DEPDIR)/symtable.Po \
405         $(DEPDIR)/syntable.Po $(DEPDIR)/termNodeList.Po \
406         $(DEPDIR)/tokentable.Po \
407         $(DEPDIR)/traitRefNodeList.Po \
408         $(DEPDIR)/transferChecks.Po $(DEPDIR)/typeIdSet.Po \
409         $(DEPDIR)/typeNameNodeList.Po $(DEPDIR)/uentry.Po \
410         $(DEPDIR)/uentryList.Po $(DEPDIR)/usymIdSet.Po \
411         $(DEPDIR)/usymtab.Po $(DEPDIR)/usymtab_interface.Po \
412         $(DEPDIR)/valueTable.Po \
413         $(DEPDIR)/varDeclarationNodeList.Po \
414         $(DEPDIR)/varKinds.Po $(DEPDIR)/varNodeList.Po \
415         $(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 = -g -O2
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 include $(DEPDIR)/abstract.Po
471 include $(DEPDIR)/aliasTable.Po
472 include $(DEPDIR)/annotationInfo.Po
473 include $(DEPDIR)/annotationTable.Po
474 include $(DEPDIR)/cgrammar.Po
475 include $(DEPDIR)/checking.Po
476 include $(DEPDIR)/clabstract.Po
477 include $(DEPDIR)/clause.Po
478 include $(DEPDIR)/clauseStack.Po
479 include $(DEPDIR)/constraint.Po
480 include $(DEPDIR)/constraintExpr.Po
481 include $(DEPDIR)/constraintExprData.Po
482 include $(DEPDIR)/constraintGeneration.Po
483 include $(DEPDIR)/constraintList.Po
484 include $(DEPDIR)/constraintOutput.Po
485 include $(DEPDIR)/constraintResolve.Po
486 include $(DEPDIR)/constraintTerm.Po
487 include $(DEPDIR)/context.Po
488 include $(DEPDIR)/cpperror.Po
489 include $(DEPDIR)/cppexp.Po
490 include $(DEPDIR)/cpphash.Po
491 include $(DEPDIR)/cpplib.Po
492 include $(DEPDIR)/cppmain.Po
493 include $(DEPDIR)/cprim.Po
494 include $(DEPDIR)/cscanner.Po
495 include $(DEPDIR)/cstring.Po
496 include $(DEPDIR)/cstringList.Po
497 include $(DEPDIR)/cstringSList.Po
498 include $(DEPDIR)/cstringTable.Po
499 include $(DEPDIR)/ctype.Po
500 include $(DEPDIR)/ctypeList.Po
501 include $(DEPDIR)/cvar.Po
502 include $(DEPDIR)/declaratorInvNodeList.Po
503 include $(DEPDIR)/declaratorNodeList.Po
504 include $(DEPDIR)/ekind.Po
505 include $(DEPDIR)/enumNameList.Po
506 include $(DEPDIR)/enumNameSList.Po
507 include $(DEPDIR)/exprChecks.Po
508 include $(DEPDIR)/exprData.Po
509 include $(DEPDIR)/exprNode.Po
510 include $(DEPDIR)/exprNodeList.Po
511 include $(DEPDIR)/exprNodeSList.Po
512 include $(DEPDIR)/fcnNodeList.Po
513 include $(DEPDIR)/fileIdList.Po
514 include $(DEPDIR)/fileLib.Po
515 include $(DEPDIR)/fileTable.Po
516 include $(DEPDIR)/fileloc.Po
517 include $(DEPDIR)/filelocList.Po
518 include $(DEPDIR)/filelocStack.Po
519 include $(DEPDIR)/flagMarker.Po
520 include $(DEPDIR)/flagMarkerList.Po
521 include $(DEPDIR)/flagSpec.Po
522 include $(DEPDIR)/flags.Po
523 include $(DEPDIR)/functionClause.Po
524 include $(DEPDIR)/functionClauseList.Po
525 include $(DEPDIR)/functionConstraint.Po
526 include $(DEPDIR)/general.Po
527 include $(DEPDIR)/genericTable.Po
528 include $(DEPDIR)/globSet.Po
529 include $(DEPDIR)/globals.Po
530 include $(DEPDIR)/globalsClause.Po
531 include $(DEPDIR)/guardSet.Po
532 include $(DEPDIR)/idDecl.Po
533 include $(DEPDIR)/idDeclList.Po
534 include $(DEPDIR)/importNodeList.Po
535 include $(DEPDIR)/imports.Po
536 include $(DEPDIR)/initDeclNodeList.Po
537 include $(DEPDIR)/inputStream.Po
538 include $(DEPDIR)/intSet.Po
539 include $(DEPDIR)/interfaceNodeList.Po
540 include $(DEPDIR)/lclctypes.Po
541 include $(DEPDIR)/lclinit.Po
542 include $(DEPDIR)/lcllib.Po
543 include $(DEPDIR)/lclscan.Po
544 include $(DEPDIR)/lclscanline.Po
545 include $(DEPDIR)/lclsyntable.Po
546 include $(DEPDIR)/lcltokentable.Po
547 include $(DEPDIR)/letDeclNodeList.Po
548 include $(DEPDIR)/lh.Po
549 include $(DEPDIR)/llerror.Po
550 include $(DEPDIR)/llgrammar.Po
551 include $(DEPDIR)/llmain.Po
552 include $(DEPDIR)/lltok.Po
553 include $(DEPDIR)/loopHeuristics.Po
554 include $(DEPDIR)/lslOpList.Po
555 include $(DEPDIR)/lslOpSet.Po
556 include $(DEPDIR)/lslinit.Po
557 include $(DEPDIR)/lslparse.Po
558 include $(DEPDIR)/lsymbol.Po
559 include $(DEPDIR)/lsymbolList.Po
560 include $(DEPDIR)/lsymbolSet.Po
561 include $(DEPDIR)/ltoken.Po
562 include $(DEPDIR)/ltokenList.Po
563 include $(DEPDIR)/macrocache.Po
564 include $(DEPDIR)/mapping.Po
565 include $(DEPDIR)/message.Po
566 include $(DEPDIR)/messageLog.Po
567 include $(DEPDIR)/metaStateConstraint.Po
568 include $(DEPDIR)/metaStateConstraintList.Po
569 include $(DEPDIR)/metaStateExpression.Po
570 include $(DEPDIR)/metaStateInfo.Po
571 include $(DEPDIR)/metaStateSpecifier.Po
572 include $(DEPDIR)/metaStateTable.Po
573 include $(DEPDIR)/modifiesClause.Po
574 include $(DEPDIR)/mtAnnotationDecl.Po
575 include $(DEPDIR)/mtAnnotationList.Po
576 include $(DEPDIR)/mtAnnotationsNode.Po
577 include $(DEPDIR)/mtContextNode.Po
578 include $(DEPDIR)/mtDeclarationNode.Po
579 include $(DEPDIR)/mtDeclarationPiece.Po
580 include $(DEPDIR)/mtDeclarationPieces.Po
581 include $(DEPDIR)/mtDefaultsDecl.Po
582 include $(DEPDIR)/mtDefaultsDeclList.Po
583 include $(DEPDIR)/mtDefaultsNode.Po
584 include $(DEPDIR)/mtLoseReference.Po
585 include $(DEPDIR)/mtLoseReferenceList.Po
586 include $(DEPDIR)/mtMergeClause.Po
587 include $(DEPDIR)/mtMergeClauseList.Po
588 include $(DEPDIR)/mtMergeItem.Po
589 include $(DEPDIR)/mtMergeNode.Po
590 include $(DEPDIR)/mtTransferAction.Po
591 include $(DEPDIR)/mtTransferClause.Po
592 include $(DEPDIR)/mtTransferClauseList.Po
593 include $(DEPDIR)/mtValuesNode.Po
594 include $(DEPDIR)/mtgrammar.Po
595 include $(DEPDIR)/mtreader.Po
596 include $(DEPDIR)/mtscanner.Po
597 include $(DEPDIR)/mttok.Po
598 include $(DEPDIR)/multiVal.Po
599 include $(DEPDIR)/nameChecks.Po
600 include $(DEPDIR)/osd.Po
601 include $(DEPDIR)/pairNodeList.Po
602 include $(DEPDIR)/paramNodeList.Po
603 include $(DEPDIR)/programNodeList.Po
604 include $(DEPDIR)/qtype.Po
605 include $(DEPDIR)/qual.Po
606 include $(DEPDIR)/qualList.Po
607 include $(DEPDIR)/quantifierNodeList.Po
608 include $(DEPDIR)/randomNumbers.Po
609 include $(DEPDIR)/reader.Po
610 include $(DEPDIR)/replaceNodeList.Po
611 include $(DEPDIR)/sRef.Po
612 include $(DEPDIR)/sRefList.Po
613 include $(DEPDIR)/sRefSet.Po
614 include $(DEPDIR)/sRefSetList.Po
615 include $(DEPDIR)/sRefTable.Po
616 include $(DEPDIR)/scan.Po
617 include $(DEPDIR)/scanline.Po
618 include $(DEPDIR)/shift.Po
619 include $(DEPDIR)/sigNodeSet.Po
620 include $(DEPDIR)/signature.Po
621 include $(DEPDIR)/sort.Po
622 include $(DEPDIR)/sortList.Po
623 include $(DEPDIR)/sortSet.Po
624 include $(DEPDIR)/sortSetList.Po
625 include $(DEPDIR)/stDeclNodeList.Po
626 include $(DEPDIR)/stateClause.Po
627 include $(DEPDIR)/stateClauseList.Po
628 include $(DEPDIR)/stateCombinationTable.Po
629 include $(DEPDIR)/stateInfo.Po
630 include $(DEPDIR)/stateValue.Po
631 include $(DEPDIR)/storeRefNodeList.Po
632 include $(DEPDIR)/structNames.Po
633 include $(DEPDIR)/symtable.Po
634 include $(DEPDIR)/syntable.Po
635 include $(DEPDIR)/termNodeList.Po
636 include $(DEPDIR)/tokentable.Po
637 include $(DEPDIR)/traitRefNodeList.Po
638 include $(DEPDIR)/transferChecks.Po
639 include $(DEPDIR)/typeIdSet.Po
640 include $(DEPDIR)/typeNameNodeList.Po
641 include $(DEPDIR)/uentry.Po
642 include $(DEPDIR)/uentryList.Po
643 include $(DEPDIR)/usymIdSet.Po
644 include $(DEPDIR)/usymtab.Po
645 include $(DEPDIR)/usymtab_interface.Po
646 include $(DEPDIR)/valueTable.Po
647 include $(DEPDIR)/varDeclarationNodeList.Po
648 include $(DEPDIR)/varKinds.Po
649 include $(DEPDIR)/varNodeList.Po
650 include $(DEPDIR)/warnClause.Po
651 include $(DEPDIR)/ynm.Po
652
653 distclean-depend:
654         -rm -rf $(DEPDIR)
655
656 .c.o:
657         source='$<' object='$@' libtool=no \
658         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
659         $(CCDEPMODE) $(depcomp) \
660         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
661
662 .c.obj:
663         source='$<' object='$@' libtool=no \
664         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
665         $(CCDEPMODE) $(depcomp) \
666         $(COMPILE) -c `cygpath -w $<`
667 CCDEPMODE = depmode=gcc3
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.yy.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 lintnew: 
871         ./lclint -f lclint.lclintrc $(DEFAULT_INCLUDES) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) +singleinclude $(ALLSRC) $(LCLSRC) -dump lclint \
872                     +forcehints -misplacedsharequal +showsourceloc -unrecogcomments \
873                     -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw
874
875 .PHONY: purify
876 purify: $(lclint_OBJECTS)
877         purify $(LINK) -o lclint$(EXEEXT) $^ $(lclint_LDADD)
878
879 all: $(top_builddir)/bin/lclint$(EXEEXT)
880 $(top_builddir)/bin/lclint$(EXEEXT): lclint$(EXEEXT)
881         $(CP) $< $@
882 # Tell versions [3.59,3.63) of GNU make to not export all variables.
883 # Otherwise a system limit (for SysV at least) may be exceeded.
884 .NOEXPORT:
This page took 0.107363 seconds and 5 git commands to generate.