reorganize file content
This commit is contained in:
parent
878de1098b
commit
47a6b6df35
34 changed files with 358 additions and 288 deletions
2
Makefile
2
Makefile
|
|
@ -64,7 +64,7 @@ check_headers :
|
|||
echo "check header $$HEADER..."; \
|
||||
> __tmp_check_header.c echo "#include \"$$HEADER\""; \
|
||||
>> __tmp_check_header.c echo "#include \"$$HEADER\""; \
|
||||
>> __tmp_check_header.c echo "int main(void) {}"; \
|
||||
>> __tmp_check_header.c echo "int main() {}"; \
|
||||
$(CPP_1) -o __tmp_check_header.out __tmp_check_header.c; \
|
||||
if [ $$? -ne 0 ]; \
|
||||
then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue