/[gcl]/gcl/o/makefile
ViewVC logotype

Diff of /gcl/o/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by camm, Sun Nov 6 18:07:37 2005 UTC revision 1.45 by camm, Fri Dec 9 02:08:22 2005 UTC
# Line 159  pltd.h: plttest.o Line 159  pltd.h: plttest.o
159                              b=a;gsub("_","",b);\                              b=a;gsub("_","",b);\
160                              if (!match(j,b) && !match(b,"IO")) printf("extern int %s();\n",a)}' \                              if (!match(j,b) && !match(b,"IO")) printf("extern int %s();\n",a)}' \
161                          j="$$(awk '/main/ {i=1;next} {if (!i) next} \                          j="$$(awk '/main/ {i=1;next} {if (!i) next} \
162                                  /^ *[a-zA-Z_=]*\(/ {sub("\\(.*$$","",$$1);sub("^.*=","",$$1);print $$1}' plttest.c)" \                                  /^ *[a-zA-Z_=]*\(/ {sub("\\(.*$$","",$$1);sub("^.*=","",$$1);print $$1}' plttest.c | tr -d '\012')" \
163                          k=$(LEADING_UNDERSCORE) |\                          k=$(LEADING_UNDERSCORE) |\
164                          sort | \                          sort | \
165                          awk '{A[++k]=$$0} END {for (i=1;i<=k;i++) \                          awk '{A[++k]=$$0} END {for (i=1;i<=k;i++) \

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26