]> andersk Git - splint.git/blob - src/Makefile
Tried to fix some problems with the configuration system.
[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/af9/drl7x/reQuickFix/LCLintDev/config/missing --run aclocal
42 AUTOCONF = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run autoconf
43 AUTOMAKE = ${SHELL} /net/af9/drl7x/reQuickFix/LCLintDev/config/missing --run automake
44 AUTOHEADER = ${SHELL} /net/af9/drl7x/reQuickFix/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/af9/drl7x/reQuickFix/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/af9/drl7x/reQuickFix/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 CLEANFILES = lclint$(EXEEXT)
201 subdir = src
202 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
203 CONFIG_HEADER = $(top_builddir)/config.h
204 CONFIG_CLEAN_FILES =
205 EXTRA_PROGRAMS = lcl$(EXEEXT)
206 bin_PROGRAMS = lclint$(EXEEXT)
207 PROGRAMS = $(bin_PROGRAMS)
208
209 am_lcl_OBJECTS = lsymbolSet.$(OBJEXT) sigNodeSet.$(OBJEXT) \
210         lslOpSet.$(OBJEXT) sortSet.$(OBJEXT) initDeclNodeList.$(OBJEXT) \
211         sortList.$(OBJEXT) declaratorInvNodeList.$(OBJEXT) \
212         interfaceNodeList.$(OBJEXT) sortSetList.$(OBJEXT) \
213         declaratorNodeList.$(OBJEXT) letDeclNodeList.$(OBJEXT) \
214         stDeclNodeList.$(OBJEXT) storeRefNodeList.$(OBJEXT) \
215         lslOpList.$(OBJEXT) lsymbolList.$(OBJEXT) \
216         termNodeList.$(OBJEXT) ltokenList.$(OBJEXT) \
217         traitRefNodeList.$(OBJEXT) pairNodeList.$(OBJEXT) \
218         typeNameNodeList.$(OBJEXT) fcnNodeList.$(OBJEXT) \
219         paramNodeList.$(OBJEXT) programNodeList.$(OBJEXT) \
220         varDeclarationNodeList.$(OBJEXT) varNodeList.$(OBJEXT) \
221         quantifierNodeList.$(OBJEXT) replaceNodeList.$(OBJEXT) \
222         importNodeList.$(OBJEXT) tokentable.$(OBJEXT) scan.$(OBJEXT) \
223         scanline.$(OBJEXT) lslparse.$(OBJEXT) lh.$(OBJEXT) \
224         checking.$(OBJEXT) lclctypes.$(OBJEXT) imports.$(OBJEXT) \
225         lslinit.$(OBJEXT) syntable.$(OBJEXT) \
226         usymtab_interface.$(OBJEXT) abstract.$(OBJEXT) ltoken.$(OBJEXT) \
227         lclscanline.$(OBJEXT) lclsyntable.$(OBJEXT) \
228         lcltokentable.$(OBJEXT) sort.$(OBJEXT) symtable.$(OBJEXT) \
229         lclinit.$(OBJEXT) shift.$(OBJEXT) lclscan.$(OBJEXT) \
230         lsymbol.$(OBJEXT) mapping.$(OBJEXT) llgrammar.$(OBJEXT) \
231         signature.$(OBJEXT)
232 lcl_OBJECTS = $(am_lcl_OBJECTS)
233 lcl_LDADD = $(LDADD)
234 lcl_DEPENDENCIES =
235 lcl_LDFLAGS =
236 am_lclint_OBJECTS = cgrammar.$(OBJEXT) cscanner.$(OBJEXT) \
237         mtscanner.$(OBJEXT) mtreader.$(OBJEXT) mtgrammar.$(OBJEXT) \
238         constraintGeneration.$(OBJEXT) constraintTerm.$(OBJEXT) \
239         constraintExprData.$(OBJEXT) constraintExpr.$(OBJEXT) \
240         constraint.$(OBJEXT) constraintList.$(OBJEXT) \
241         constraintResolve.$(OBJEXT) constraintOutput.$(OBJEXT) \
242         loopHeuristics.$(OBJEXT) cppmain.$(OBJEXT) cpplib.$(OBJEXT) \
243         cppexp.$(OBJEXT) cpphash.$(OBJEXT) cpperror.$(OBJEXT) \
244         uentry.$(OBJEXT) cprim.$(OBJEXT) macrocache.$(OBJEXT) \
245         qual.$(OBJEXT) qtype.$(OBJEXT) stateClause.$(OBJEXT) \
246         stateClauseList.$(OBJEXT) ctype.$(OBJEXT) cvar.$(OBJEXT) \
247         clabstract.$(OBJEXT) idDecl.$(OBJEXT) clause.$(OBJEXT) \
248         globalsClause.$(OBJEXT) modifiesClause.$(OBJEXT) \
249         warnClause.$(OBJEXT) functionClause.$(OBJEXT) \
250         functionClauseList.$(OBJEXT) metaStateConstraint.$(OBJEXT) \
251         metaStateConstraintList.$(OBJEXT) metaStateExpression.$(OBJEXT) \
252         metaStateSpecifier.$(OBJEXT) functionConstraint.$(OBJEXT) \
253         structNames.$(OBJEXT) transferChecks.$(OBJEXT) \
254         varKinds.$(OBJEXT) nameChecks.$(OBJEXT) exprData.$(OBJEXT) \
255         cstring.$(OBJEXT) fileloc.$(OBJEXT) message.$(OBJEXT) \
256         inputStream.$(OBJEXT) fileTable.$(OBJEXT) \
257         cstringTable.$(OBJEXT) valueTable.$(OBJEXT) \
258         stateValue.$(OBJEXT) llerror.$(OBJEXT) messageLog.$(OBJEXT) \
259         flagMarker.$(OBJEXT) aliasTable.$(OBJEXT) ynm.$(OBJEXT) \
260         sRefTable.$(OBJEXT) genericTable.$(OBJEXT) ekind.$(OBJEXT) \
261         usymtab.$(OBJEXT) multiVal.$(OBJEXT) lltok.$(OBJEXT) \
262         sRef.$(OBJEXT) lcllib.$(OBJEXT) randomNumbers.$(OBJEXT) \
263         fileLib.$(OBJEXT) context.$(OBJEXT) globals.$(OBJEXT) \
264         flags.$(OBJEXT) general.$(OBJEXT) osd.$(OBJEXT) \
265         reader.$(OBJEXT) clauseStack.$(OBJEXT) filelocStack.$(OBJEXT) \
266         cstringList.$(OBJEXT) cstringSList.$(OBJEXT) \
267         sRefSetList.$(OBJEXT) ctypeList.$(OBJEXT) \
268         enumNameList.$(OBJEXT) enumNameSList.$(OBJEXT) \
269         exprNodeList.$(OBJEXT) exprNodeSList.$(OBJEXT) \
270         uentryList.$(OBJEXT) fileIdList.$(OBJEXT) filelocList.$(OBJEXT) \
271         qualList.$(OBJEXT) sRefList.$(OBJEXT) flagMarkerList.$(OBJEXT) \
272         idDeclList.$(OBJEXT) flagSpec.$(OBJEXT) globSet.$(OBJEXT) \
273         intSet.$(OBJEXT) typeIdSet.$(OBJEXT) guardSet.$(OBJEXT) \
274         usymIdSet.$(OBJEXT) sRefSet.$(OBJEXT) stateInfo.$(OBJEXT) \
275         stateCombinationTable.$(OBJEXT) metaStateTable.$(OBJEXT) \
276         metaStateInfo.$(OBJEXT) annotationTable.$(OBJEXT) \
277         annotationInfo.$(OBJEXT) mttok.$(OBJEXT) \
278         mtDeclarationNode.$(OBJEXT) mtDeclarationPieces.$(OBJEXT) \
279         mtDeclarationPiece.$(OBJEXT) mtContextNode.$(OBJEXT) \
280         mtValuesNode.$(OBJEXT) mtDefaultsNode.$(OBJEXT) \
281         mtAnnotationsNode.$(OBJEXT) mtMergeNode.$(OBJEXT) \
282         mtAnnotationList.$(OBJEXT) mtAnnotationDecl.$(OBJEXT) \
283         mtTransferClauseList.$(OBJEXT) mtTransferClause.$(OBJEXT) \
284         mtTransferAction.$(OBJEXT) mtLoseReferenceList.$(OBJEXT) \
285         mtLoseReference.$(OBJEXT) mtDefaultsDeclList.$(OBJEXT) \
286         mtDefaultsDecl.$(OBJEXT) mtMergeItem.$(OBJEXT) \
287         mtMergeClause.$(OBJEXT) mtMergeClauseList.$(OBJEXT) \
288         exprNode.$(OBJEXT) exprChecks.$(OBJEXT) llmain.$(OBJEXT)
289 lclint_OBJECTS = $(am_lclint_OBJECTS)
290 lclint_LDFLAGS =
291
292 DEFS = -DHAVE_CONFIG_H
293 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
294 CPPFLAGS = 
295 LDFLAGS = 
296 LIBS = 
297 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
298 DEP_FILES = $(DEPDIR)/abstract.Po $(DEPDIR)/aliasTable.Po \
299         $(DEPDIR)/annotationInfo.Po \
300         $(DEPDIR)/annotationTable.Po $(DEPDIR)/cgrammar.Po \
301         $(DEPDIR)/checking.Po $(DEPDIR)/clabstract.Po \
302         $(DEPDIR)/clause.Po $(DEPDIR)/clauseStack.Po \
303         $(DEPDIR)/constraint.Po $(DEPDIR)/constraintExpr.Po \
304         $(DEPDIR)/constraintExprData.Po \
305         $(DEPDIR)/constraintGeneration.Po \
306         $(DEPDIR)/constraintList.Po \
307         $(DEPDIR)/constraintOutput.Po \
308         $(DEPDIR)/constraintResolve.Po \
309         $(DEPDIR)/constraintTerm.Po $(DEPDIR)/context.Po \
310         $(DEPDIR)/cpperror.Po $(DEPDIR)/cppexp.Po \
311         $(DEPDIR)/cpphash.Po $(DEPDIR)/cpplib.Po \
312         $(DEPDIR)/cppmain.Po $(DEPDIR)/cprim.Po \
313         $(DEPDIR)/cscanner.Po $(DEPDIR)/cstring.Po \
314         $(DEPDIR)/cstringList.Po $(DEPDIR)/cstringSList.Po \
315         $(DEPDIR)/cstringTable.Po $(DEPDIR)/ctype.Po \
316         $(DEPDIR)/ctypeList.Po $(DEPDIR)/cvar.Po \
317         $(DEPDIR)/declaratorInvNodeList.Po \
318         $(DEPDIR)/declaratorNodeList.Po $(DEPDIR)/ekind.Po \
319         $(DEPDIR)/enumNameList.Po \
320         $(DEPDIR)/enumNameSList.Po $(DEPDIR)/exprChecks.Po \
321         $(DEPDIR)/exprData.Po $(DEPDIR)/exprNode.Po \
322         $(DEPDIR)/exprNodeList.Po \
323         $(DEPDIR)/exprNodeSList.Po $(DEPDIR)/fcnNodeList.Po \
324         $(DEPDIR)/fileIdList.Po $(DEPDIR)/fileLib.Po \
325         $(DEPDIR)/fileTable.Po $(DEPDIR)/fileloc.Po \
326         $(DEPDIR)/filelocList.Po $(DEPDIR)/filelocStack.Po \
327         $(DEPDIR)/flagMarker.Po $(DEPDIR)/flagMarkerList.Po \
328         $(DEPDIR)/flagSpec.Po $(DEPDIR)/flags.Po \
329         $(DEPDIR)/functionClause.Po \
330         $(DEPDIR)/functionClauseList.Po \
331         $(DEPDIR)/functionConstraint.Po \
332         $(DEPDIR)/general.Po $(DEPDIR)/genericTable.Po \
333         $(DEPDIR)/globSet.Po $(DEPDIR)/globals.Po \
334         $(DEPDIR)/globalsClause.Po $(DEPDIR)/guardSet.Po \
335         $(DEPDIR)/idDecl.Po $(DEPDIR)/idDeclList.Po \
336         $(DEPDIR)/importNodeList.Po $(DEPDIR)/imports.Po \
337         $(DEPDIR)/initDeclNodeList.Po \
338         $(DEPDIR)/inputStream.Po $(DEPDIR)/intSet.Po \
339         $(DEPDIR)/interfaceNodeList.Po \
340         $(DEPDIR)/lclctypes.Po $(DEPDIR)/lclinit.Po \
341         $(DEPDIR)/lcllib.Po $(DEPDIR)/lclscan.Po \
342         $(DEPDIR)/lclscanline.Po $(DEPDIR)/lclsyntable.Po \
343         $(DEPDIR)/lcltokentable.Po \
344         $(DEPDIR)/letDeclNodeList.Po $(DEPDIR)/lh.Po \
345         $(DEPDIR)/llerror.Po $(DEPDIR)/llgrammar.Po \
346         $(DEPDIR)/llmain.Po $(DEPDIR)/lltok.Po \
347         $(DEPDIR)/loopHeuristics.Po $(DEPDIR)/lslOpList.Po \
348         $(DEPDIR)/lslOpSet.Po $(DEPDIR)/lslinit.Po \
349         $(DEPDIR)/lslparse.Po $(DEPDIR)/lsymbol.Po \
350         $(DEPDIR)/lsymbolList.Po $(DEPDIR)/lsymbolSet.Po \
351         $(DEPDIR)/ltoken.Po $(DEPDIR)/ltokenList.Po \
352         $(DEPDIR)/macrocache.Po $(DEPDIR)/mapping.Po \
353         $(DEPDIR)/message.Po $(DEPDIR)/messageLog.Po \
354         $(DEPDIR)/metaStateConstraint.Po \
355         $(DEPDIR)/metaStateConstraintList.Po \
356         $(DEPDIR)/metaStateExpression.Po \
357         $(DEPDIR)/metaStateInfo.Po \
358         $(DEPDIR)/metaStateSpecifier.Po \
359         $(DEPDIR)/metaStateTable.Po \
360         $(DEPDIR)/modifiesClause.Po \
361         $(DEPDIR)/mtAnnotationDecl.Po \
362         $(DEPDIR)/mtAnnotationList.Po \
363         $(DEPDIR)/mtAnnotationsNode.Po \
364         $(DEPDIR)/mtContextNode.Po \
365         $(DEPDIR)/mtDeclarationNode.Po \
366         $(DEPDIR)/mtDeclarationPiece.Po \
367         $(DEPDIR)/mtDeclarationPieces.Po \
368         $(DEPDIR)/mtDefaultsDecl.Po \
369         $(DEPDIR)/mtDefaultsDeclList.Po \
370         $(DEPDIR)/mtDefaultsNode.Po \
371         $(DEPDIR)/mtLoseReference.Po \
372         $(DEPDIR)/mtLoseReferenceList.Po \
373         $(DEPDIR)/mtMergeClause.Po \
374         $(DEPDIR)/mtMergeClauseList.Po \
375         $(DEPDIR)/mtMergeItem.Po $(DEPDIR)/mtMergeNode.Po \
376         $(DEPDIR)/mtTransferAction.Po \
377         $(DEPDIR)/mtTransferClause.Po \
378         $(DEPDIR)/mtTransferClauseList.Po \
379         $(DEPDIR)/mtValuesNode.Po $(DEPDIR)/mtgrammar.Po \
380         $(DEPDIR)/mtreader.Po $(DEPDIR)/mtscanner.Po \
381         $(DEPDIR)/mttok.Po $(DEPDIR)/multiVal.Po \
382         $(DEPDIR)/nameChecks.Po $(DEPDIR)/osd.Po \
383         $(DEPDIR)/pairNodeList.Po \
384         $(DEPDIR)/paramNodeList.Po \
385         $(DEPDIR)/programNodeList.Po $(DEPDIR)/qtype.Po \
386         $(DEPDIR)/qual.Po $(DEPDIR)/qualList.Po \
387         $(DEPDIR)/quantifierNodeList.Po \
388         $(DEPDIR)/randomNumbers.Po $(DEPDIR)/reader.Po \
389         $(DEPDIR)/replaceNodeList.Po $(DEPDIR)/sRef.Po \
390         $(DEPDIR)/sRefList.Po $(DEPDIR)/sRefSet.Po \
391         $(DEPDIR)/sRefSetList.Po $(DEPDIR)/sRefTable.Po \
392         $(DEPDIR)/scan.Po $(DEPDIR)/scanline.Po \
393         $(DEPDIR)/shift.Po $(DEPDIR)/sigNodeSet.Po \
394         $(DEPDIR)/signature.Po $(DEPDIR)/sort.Po \
395         $(DEPDIR)/sortList.Po $(DEPDIR)/sortSet.Po \
396         $(DEPDIR)/sortSetList.Po \
397         $(DEPDIR)/stDeclNodeList.Po \
398         $(DEPDIR)/stateClause.Po \
399         $(DEPDIR)/stateClauseList.Po \
400         $(DEPDIR)/stateCombinationTable.Po \
401         $(DEPDIR)/stateInfo.Po $(DEPDIR)/stateValue.Po \
402         $(DEPDIR)/storeRefNodeList.Po \
403         $(DEPDIR)/structNames.Po $(DEPDIR)/symtable.Po \
404         $(DEPDIR)/syntable.Po $(DEPDIR)/termNodeList.Po \
405         $(DEPDIR)/tokentable.Po \
406         $(DEPDIR)/traitRefNodeList.Po \
407         $(DEPDIR)/transferChecks.Po $(DEPDIR)/typeIdSet.Po \
408         $(DEPDIR)/typeNameNodeList.Po $(DEPDIR)/uentry.Po \
409         $(DEPDIR)/uentryList.Po $(DEPDIR)/usymIdSet.Po \
410         $(DEPDIR)/usymtab.Po $(DEPDIR)/usymtab_interface.Po \
411         $(DEPDIR)/valueTable.Po \
412         $(DEPDIR)/varDeclarationNodeList.Po \
413         $(DEPDIR)/varKinds.Po $(DEPDIR)/varNodeList.Po \
414         $(DEPDIR)/warnClause.Po $(DEPDIR)/ynm.Po
415 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
416         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
417 CCLD = $(CC)
418 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
419 CFLAGS = -g
420 DIST_SOURCES = $(lcl_SOURCES) $(lclint_SOURCES)
421 DIST_COMMON = Makefile.am Makefile.in
422 SOURCES = $(lcl_SOURCES) $(lclint_SOURCES)
423
424 all: $(BUILT_SOURCES)
425         $(MAKE) $(AM_MAKEFLAGS) all-am
426
427 .SUFFIXES:
428 .SUFFIXES: .h .c .o .l .check .obj
429 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
430         cd $(top_srcdir) && \
431           $(AUTOMAKE) --foreign  src/Makefile
432 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
433         cd $(top_builddir) && \
434           CONFIG_HEADERS= CONFIG_LINKS= \
435           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
436 install-binPROGRAMS: $(bin_PROGRAMS)
437         @$(NORMAL_INSTALL)
438         $(mkinstalldirs) $(DESTDIR)$(bindir)
439         @list='$(bin_PROGRAMS)'; for p in $$list; do \
440           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
441           if test -f $$p \
442           ; then \
443             f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
444            echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
445            $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
446           else :; fi; \
447         done
448
449 uninstall-binPROGRAMS:
450         @$(NORMAL_UNINSTALL)
451         @list='$(bin_PROGRAMS)'; for p in $$list; do \
452           f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
453           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
454           rm -f $(DESTDIR)$(bindir)/$$f; \
455         done
456
457 clean-binPROGRAMS:
458         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
459 lclint$(EXEEXT): $(lclint_OBJECTS) $(lclint_DEPENDENCIES) 
460         @rm -f lclint$(EXEEXT)
461         $(LINK) $(lclint_LDFLAGS) $(lclint_OBJECTS) $(lclint_LDADD) $(LIBS)
462
463 mostlyclean-compile:
464         -rm -f *.$(OBJEXT) core *.core
465
466 distclean-compile:
467         -rm -f *.tab.c
468
469 include $(DEPDIR)/abstract.Po
470 include $(DEPDIR)/aliasTable.Po
471 include $(DEPDIR)/annotationInfo.Po
472 include $(DEPDIR)/annotationTable.Po
473 include $(DEPDIR)/cgrammar.Po
474 include $(DEPDIR)/checking.Po
475 include $(DEPDIR)/clabstract.Po
476 include $(DEPDIR)/clause.Po
477 include $(DEPDIR)/clauseStack.Po
478 include $(DEPDIR)/constraint.Po
479 include $(DEPDIR)/constraintExpr.Po
480 include $(DEPDIR)/constraintExprData.Po
481 include $(DEPDIR)/constraintGeneration.Po
482 include $(DEPDIR)/constraintList.Po
483 include $(DEPDIR)/constraintOutput.Po
484 include $(DEPDIR)/constraintResolve.Po
485 include $(DEPDIR)/constraintTerm.Po
486 include $(DEPDIR)/context.Po
487 include $(DEPDIR)/cpperror.Po
488 include $(DEPDIR)/cppexp.Po
489 include $(DEPDIR)/cpphash.Po
490 include $(DEPDIR)/cpplib.Po
491 include $(DEPDIR)/cppmain.Po
492 include $(DEPDIR)/cprim.Po
493 include $(DEPDIR)/cscanner.Po
494 include $(DEPDIR)/cstring.Po
495 include $(DEPDIR)/cstringList.Po
496 include $(DEPDIR)/cstringSList.Po
497 include $(DEPDIR)/cstringTable.Po
498 include $(DEPDIR)/ctype.Po
499 include $(DEPDIR)/ctypeList.Po
500 include $(DEPDIR)/cvar.Po
501 include $(DEPDIR)/declaratorInvNodeList.Po
502 include $(DEPDIR)/declaratorNodeList.Po
503 include $(DEPDIR)/ekind.Po
504 include $(DEPDIR)/enumNameList.Po
505 include $(DEPDIR)/enumNameSList.Po
506 include $(DEPDIR)/exprChecks.Po
507 include $(DEPDIR)/exprData.Po
508 include $(DEPDIR)/exprNode.Po
509 include $(DEPDIR)/exprNodeList.Po
510 include $(DEPDIR)/exprNodeSList.Po
511 include $(DEPDIR)/fcnNodeList.Po
512 include $(DEPDIR)/fileIdList.Po
513 include $(DEPDIR)/fileLib.Po
514 include $(DEPDIR)/fileTable.Po
515 include $(DEPDIR)/fileloc.Po
516 include $(DEPDIR)/filelocList.Po
517 include $(DEPDIR)/filelocStack.Po
518 include $(DEPDIR)/flagMarker.Po
519 include $(DEPDIR)/flagMarkerList.Po
520 include $(DEPDIR)/flagSpec.Po
521 include $(DEPDIR)/flags.Po
522 include $(DEPDIR)/functionClause.Po
523 include $(DEPDIR)/functionClauseList.Po
524 include $(DEPDIR)/functionConstraint.Po
525 include $(DEPDIR)/general.Po
526 include $(DEPDIR)/genericTable.Po
527 include $(DEPDIR)/globSet.Po
528 include $(DEPDIR)/globals.Po
529 include $(DEPDIR)/globalsClause.Po
530 include $(DEPDIR)/guardSet.Po
531 include $(DEPDIR)/idDecl.Po
532 include $(DEPDIR)/idDeclList.Po
533 include $(DEPDIR)/importNodeList.Po
534 include $(DEPDIR)/imports.Po
535 include $(DEPDIR)/initDeclNodeList.Po
536 include $(DEPDIR)/inputStream.Po
537 include $(DEPDIR)/intSet.Po
538 include $(DEPDIR)/interfaceNodeList.Po
539 include $(DEPDIR)/lclctypes.Po
540 include $(DEPDIR)/lclinit.Po
541 include $(DEPDIR)/lcllib.Po
542 include $(DEPDIR)/lclscan.Po
543 include $(DEPDIR)/lclscanline.Po
544 include $(DEPDIR)/lclsyntable.Po
545 include $(DEPDIR)/lcltokentable.Po
546 include $(DEPDIR)/letDeclNodeList.Po
547 include $(DEPDIR)/lh.Po
548 include $(DEPDIR)/llerror.Po
549 include $(DEPDIR)/llgrammar.Po
550 include $(DEPDIR)/llmain.Po
551 include $(DEPDIR)/lltok.Po
552 include $(DEPDIR)/loopHeuristics.Po
553 include $(DEPDIR)/lslOpList.Po
554 include $(DEPDIR)/lslOpSet.Po
555 include $(DEPDIR)/lslinit.Po
556 include $(DEPDIR)/lslparse.Po
557 include $(DEPDIR)/lsymbol.Po
558 include $(DEPDIR)/lsymbolList.Po
559 include $(DEPDIR)/lsymbolSet.Po
560 include $(DEPDIR)/ltoken.Po
561 include $(DEPDIR)/ltokenList.Po
562 include $(DEPDIR)/macrocache.Po
563 include $(DEPDIR)/mapping.Po
564 include $(DEPDIR)/message.Po
565 include $(DEPDIR)/messageLog.Po
566 include $(DEPDIR)/metaStateConstraint.Po
567 include $(DEPDIR)/metaStateConstraintList.Po
568 include $(DEPDIR)/metaStateExpression.Po
569 include $(DEPDIR)/metaStateInfo.Po
570 include $(DEPDIR)/metaStateSpecifier.Po
571 include $(DEPDIR)/metaStateTable.Po
572 include $(DEPDIR)/modifiesClause.Po
573 include $(DEPDIR)/mtAnnotationDecl.Po
574 include $(DEPDIR)/mtAnnotationList.Po
575 include $(DEPDIR)/mtAnnotationsNode.Po
576 include $(DEPDIR)/mtContextNode.Po
577 include $(DEPDIR)/mtDeclarationNode.Po
578 include $(DEPDIR)/mtDeclarationPiece.Po
579 include $(DEPDIR)/mtDeclarationPieces.Po
580 include $(DEPDIR)/mtDefaultsDecl.Po
581 include $(DEPDIR)/mtDefaultsDeclList.Po
582 include $(DEPDIR)/mtDefaultsNode.Po
583 include $(DEPDIR)/mtLoseReference.Po
584 include $(DEPDIR)/mtLoseReferenceList.Po
585 include $(DEPDIR)/mtMergeClause.Po
586 include $(DEPDIR)/mtMergeClauseList.Po
587 include $(DEPDIR)/mtMergeItem.Po
588 include $(DEPDIR)/mtMergeNode.Po
589 include $(DEPDIR)/mtTransferAction.Po
590 include $(DEPDIR)/mtTransferClause.Po
591 include $(DEPDIR)/mtTransferClauseList.Po
592 include $(DEPDIR)/mtValuesNode.Po
593 include $(DEPDIR)/mtgrammar.Po
594 include $(DEPDIR)/mtreader.Po
595 include $(DEPDIR)/mtscanner.Po
596 include $(DEPDIR)/mttok.Po
597 include $(DEPDIR)/multiVal.Po
598 include $(DEPDIR)/nameChecks.Po
599 include $(DEPDIR)/osd.Po
600 include $(DEPDIR)/pairNodeList.Po
601 include $(DEPDIR)/paramNodeList.Po
602 include $(DEPDIR)/programNodeList.Po
603 include $(DEPDIR)/qtype.Po
604 include $(DEPDIR)/qual.Po
605 include $(DEPDIR)/qualList.Po
606 include $(DEPDIR)/quantifierNodeList.Po
607 include $(DEPDIR)/randomNumbers.Po
608 include $(DEPDIR)/reader.Po
609 include $(DEPDIR)/replaceNodeList.Po
610 include $(DEPDIR)/sRef.Po
611 include $(DEPDIR)/sRefList.Po
612 include $(DEPDIR)/sRefSet.Po
613 include $(DEPDIR)/sRefSetList.Po
614 include $(DEPDIR)/sRefTable.Po
615 include $(DEPDIR)/scan.Po
616 include $(DEPDIR)/scanline.Po
617 include $(DEPDIR)/shift.Po
618 include $(DEPDIR)/sigNodeSet.Po
619 include $(DEPDIR)/signature.Po
620 include $(DEPDIR)/sort.Po
621 include $(DEPDIR)/sortList.Po
622 include $(DEPDIR)/sortSet.Po
623 include $(DEPDIR)/sortSetList.Po
624 include $(DEPDIR)/stDeclNodeList.Po
625 include $(DEPDIR)/stateClause.Po
626 include $(DEPDIR)/stateClauseList.Po
627 include $(DEPDIR)/stateCombinationTable.Po
628 include $(DEPDIR)/stateInfo.Po
629 include $(DEPDIR)/stateValue.Po
630 include $(DEPDIR)/storeRefNodeList.Po
631 include $(DEPDIR)/structNames.Po
632 include $(DEPDIR)/symtable.Po
633 include $(DEPDIR)/syntable.Po
634 include $(DEPDIR)/termNodeList.Po
635 include $(DEPDIR)/tokentable.Po
636 include $(DEPDIR)/traitRefNodeList.Po
637 include $(DEPDIR)/transferChecks.Po
638 include $(DEPDIR)/typeIdSet.Po
639 include $(DEPDIR)/typeNameNodeList.Po
640 include $(DEPDIR)/uentry.Po
641 include $(DEPDIR)/uentryList.Po
642 include $(DEPDIR)/usymIdSet.Po
643 include $(DEPDIR)/usymtab.Po
644 include $(DEPDIR)/usymtab_interface.Po
645 include $(DEPDIR)/valueTable.Po
646 include $(DEPDIR)/varDeclarationNodeList.Po
647 include $(DEPDIR)/varKinds.Po
648 include $(DEPDIR)/varNodeList.Po
649 include $(DEPDIR)/warnClause.Po
650 include $(DEPDIR)/ynm.Po
651
652 distclean-depend:
653         -rm -rf $(DEPDIR)
654
655 .c.o:
656         source='$<' object='$@' libtool=no \
657         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
658         $(CCDEPMODE) $(depcomp) \
659         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
660
661 .c.obj:
662         source='$<' object='$@' libtool=no \
663         depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
664         $(CCDEPMODE) $(depcomp) \
665         $(COMPILE) -c `cygpath -w $<`
666 CCDEPMODE = depmode=gcc3
667 uninstall-info-am:
668
669 tags: TAGS
670
671 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
672         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
673         unique=`for i in $$list; do \
674             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675           done | \
676           $(AWK) '    { files[$$0] = 1; } \
677                END { for (i in files) print i; }'`; \
678         mkid -fID $$unique $(LISP)
679
680 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
681                 $(TAGS_FILES) $(LISP)
682         tags=; \
683         here=`pwd`; \
684         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
685         unique=`for i in $$list; do \
686             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
687           done | \
688           $(AWK) '    { files[$$0] = 1; } \
689                END { for (i in files) print i; }'`; \
690         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
691           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
692
693 GTAGS:
694         here=`CDPATH=: && cd $(top_builddir) && pwd` \
695           && cd $(top_srcdir) \
696           && gtags -i $(GTAGS_ARGS) $$here
697
698 distclean-tags:
699         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
700
701 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
702
703 top_distdir = ..
704 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
705
706 distdir: $(DISTFILES)
707         @for file in $(DISTFILES); do \
708           if test -f $$file; then d=.; else d=$(srcdir); fi; \
709           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
710           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
711             $(mkinstalldirs) "$(distdir)/$$dir"; \
712           fi; \
713           if test -d $$d/$$file; then \
714             cp -pR $$d/$$file $(distdir) \
715             || exit 1; \
716           else \
717             test -f $(distdir)/$$file \
718             || cp -p $$d/$$file $(distdir)/$$file \
719             || exit 1; \
720           fi; \
721         done
722 check-am: all-am
723 check: check-am
724 all-am: Makefile $(PROGRAMS)
725
726 installdirs:
727         $(mkinstalldirs) $(DESTDIR)$(bindir)
728
729 install: install-am
730 install-exec: install-exec-am
731 install-data: install-data-am
732 uninstall: uninstall-am
733
734 install-am: all-am
735         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
736
737 installcheck: installcheck-am
738 install-strip:
739         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740           `test -z '$(STRIP)' || \
741             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
742 mostlyclean-generic:
743
744 clean-generic:
745         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
746
747 distclean-generic:
748         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
749
750 maintainer-clean-generic:
751         @echo "This command is intended for maintainers to use"
752         @echo "it deletes files that may require special tools to rebuild."
753         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
754 clean: clean-am
755
756 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
757
758 distclean: distclean-am
759
760 distclean-am: clean-am distclean-compile distclean-depend \
761         distclean-generic distclean-tags
762
763 dvi: dvi-am
764
765 dvi-am:
766
767 info: info-am
768
769 info-am:
770
771 install-data-am:
772
773 install-exec-am: install-binPROGRAMS
774
775 install-info: install-info-am
776
777 install-man:
778
779 installcheck-am:
780
781 maintainer-clean: maintainer-clean-am
782
783 maintainer-clean-am: distclean-am maintainer-clean-generic
784
785 mostlyclean: mostlyclean-am
786
787 mostlyclean-am: mostlyclean-compile mostlyclean-generic
788
789 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
790
791 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
792         clean-generic distclean distclean-compile distclean-depend \
793         distclean-generic distclean-tags distdir dvi dvi-am info \
794         info-am install install-am install-binPROGRAMS install-data \
795         install-data-am install-exec install-exec-am install-info \
796         install-info-am install-man install-strip installcheck \
797         installcheck-am installdirs maintainer-clean \
798         maintainer-clean-generic mostlyclean mostlyclean-compile \
799         mostlyclean-generic tags uninstall uninstall-am \
800         uninstall-binPROGRAMS uninstall-info-am
801
802
803 # Keep it fake
804 .PHONY: lcl$(EXEEXT)
805 lcl$(EXEEXT):
806         @echo "This is a fake target"; \
807          echo "Use configure's --with-lcl option to enable lcl"
808
809 Headers/signature_gen.h signature.c: signature.c.der signature.y
810         if test x$(BISON) = xno; then \
811           $(CP) signature.c.der signature.c; \
812         else \
813           $(BISON) $(YFLAGS) -p lsl signature.y; \
814           $(CAT) bison.head signature.tab.c bison.reset >signature.c; \
815           -$(MV) Headers/signature_gen.h Headers/signature_gen.bak; \
816           $(CAT) bison.head signature.tab.h bison.reset >Headers/signature_gen.h; \
817           $(RM) signature.tab.c signature.tab.h; \
818         fi
819
820 Headers/cgrammar_tokens.h cgrammar.c: cgrammar.c.der cgrammar.y
821         if test x$(BISON) = xno; then \
822           $(CP) cgrammar.c.der cgrammar.c; \
823         else \
824           echo '* Expect 141 shift/reduce conflicts and 111 reduce/reduce conflicts.'; \
825           echo '* (see cgrammar.y for explanation)'; \
826           $(BISON) $(YFLAGS) cgrammar.y; \
827           $(CAT) bison.head cgrammar.tab.c bison.reset >cgrammar.c; \
828           -$(MV) Headers/cgrammar_tokens.h Headers/cgrammar_tokens.bak; \
829           $(CAT) bison.head cgrammar.tab.h bison.reset >Headers/cgrammar_tokens.h; \
830           $(RM) cgrammar.tab.c cgrammar.tab.h; \
831         fi
832
833 Headers/mtgrammar_tokens.h mtgrammar.c: mtgrammar.y
834         if test x$(BISON) = xno; then \
835           $(CP) mtgrammar.c.der mtgrammar.c; \
836         else \
837           $(BISON) $(YFLAGS) -p mt mtgrammar.y; \
838           $(CAT) bison.head mtgrammar.tab.c bison.reset >mtgrammar.c; \
839           $(CP) mtgrammar.c mtgrammar.c.der; \
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           0$(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 .PHONY: test
871 test:
872         cd ../test; ${MAKE} --no-print-directory
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 lintbuffercheck: 
885         ./lclint -f lclint.lclintrc $(DEFAULT_INCLUDES) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) +singleinclude $(ALLSRC) $(LCLSRC) -dump lclint \
886                     +forcehints -misplacedsharequal +showsourceloc -unrecogcomments \
887                     -supcounts -fcnuse -exportlocal -constuse -mts file -mts filerw +arraybounds
888
889 .PHONY: purify
890 purify: $(lclint_OBJECTS)
891         purify $(LINK) -o lclint$(EXEEXT) $^ $(lclint_LDADD)
892
893 all: lclint$(EXEEXT)
894 # Tell versions [3.59,3.63) of GNU make to not export all variables.
895 # Otherwise a system limit (for SysV at least) may be exceeded.
896 .NOEXPORT:
This page took 0.107242 seconds and 5 git commands to generate.