version 1.10 | | version 1.11 |
---|
| | |
-../utils/ad2c.script Crossedit.ad > Crossedit.ad.h | | -../utils/ad2c.script Crossedit.ad > Crossedit.ad.h |
| | |
proto: | | proto: |
cproto -e -o ../include/proto.h -I. $(CPPFLAGS) $(AM_CPPFLAGS) \ | | cproto -e -o /proto.h -I. $(CPPFLAGS) $(AM_CPPFLAGS) \ |
`echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` | | `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` |
chmod 644 ../include/proto.h | | chmod 644 proto.h |
# Tell versions [3.59,3.63) of GNU make to not export all variables. | | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Otherwise a system limit (for SysV at least) may be exceeded. | | # Otherwise a system limit (for SysV at least) may be exceeded. |
.NOEXPORT: | | .NOEXPORT: |