Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stupid rookies
[simgrid.git] / tools / gras / stub_generator.c
index c7f4cde..5ae761e 100644 (file)
@@ -308,7 +308,12 @@ static void generate_makefile_local(char *project, char *deployment)
   xbt_assert1(OUT, "Unable to open %s for writing",filename);
   free(filename);
    
-//  fprintf(OUT, "############ PROJECT COMPILING AND ARCHIVING #########\n");
+  fprintf(OUT,
+         "\n"
+         "####\n"
+         "#### THIS FILE WAS GENERATED, DO NOT EDIT BEFORE RENAMING IT\n"
+         "####\n\n\n");
+
   fprintf(OUT,"## Variable declarations\n"
               "PROJECT_NAME=%s\n"
              "DISTDIR=gras-$(PROJECT_NAME)\n\n"