Searched refs:graph (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvgraph/
H A DMakefile13 HDRS = graph.h grhdr.h
14 SRCS = graph.c grfold.c grbranching.c
15 OBJS = graph.o grfold.o grbranching.o
27 -(rm -f $(INCDIR)/graph.h; exit 0) >/dev/null 2>&1
29 cp graph.h $(INCDIR);
/ast/src/cmd/mam/
H A Dmamold.c43 "[g:graph?Verify the dependency graph but do not generate a makefile on"
69 int graph; /* output dependency graph info */ member in struct:state
233 if (!state.graph)
329 if (!state.graph)
406 state.graph = 1;
438 if (!state.graph && !state.header)
451 if (!state.graph)

Completed in 12 milliseconds