~vojtech-horky/helenos/logging

« back to all changes in this revision

Viewing changes to tools/autotool.py

  • Committer: Vojtech Horky
  • Date: 2012-11-23 09:13:00 UTC
  • mfrom: (1537.1.179 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20121123091300-z5zb5nu4qf7pn795
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
562
562
        
563
563
        outmk.write('#########################################\n')
564
564
        outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n')
 
565
        outmk.write('## Generated by: tools/autotool.py     ##\n')
565
566
        outmk.write('#########################################\n\n')
566
567
        
567
568
        for key, value in common.items():
579
580
        
580
581
        outhd.write('/***************************************\n')
581
582
        outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
 
583
        outhd.write(' * Generated by: tools/autotool.py     *\n')
582
584
        outhd.write(' ***************************************/\n\n')
583
585
        
584
586
        outhd.write('#ifndef %s\n' % GUARD)