/* Copyright (C) 2015 DJ Delorie, see COPYING.DJ for details */ /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ #include #include #include #include #include #include int main(int argc, char **argv) { int i; char cwd[200]; char path[200]; char file[200]; FILE *oi = fopen("makefile.oi", "w"); FILE *rf = fopen("makefile.rf2", "w"); getcwd(cwd, 200); argv[0] = (char*)"make"; glob_t makefile_list; glob(".../makefile", 0, 0, &makefile_list); for (i = 0; i