version 1.2 | | version 1.3 |
---|
| | |
| | |
proto: | | proto: |
cextract +p -P $(INCLUDES) \ | | cextract +p -P $(INCLUDES) \ |
-cpp-program="gcc -E -C" \ | | |
$(SRCS) >../include/sproto.h.bak | | $(SRCS) >../include/sproto.h.bak |
$(SED) -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/__inline/d" < ../include/sproto.h.bak > ../include/sproto.h | | $(SED) -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/__inline/d" < ../include/sproto.h.bak > ../include/sproto.h |
chmod 644 ../include/sproto.h | | chmod 644 ../include/sproto.h |