Help with rewriting compile rules.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, people, I want to alter the default C compilation steps by introdcuting some intermediate preprocessing steps. Which autoconf rule should I change or redefine? Or maybe this is an automake problem? I'm new to this. Any help is appreciated.

Basically, I want to achieve the following
before: 
    cc -c myprog.c 
    cc -c myprog1.c
    cc -o myprog myprog.o myprog1.o
after:
    cc -E myprog.c > myprog.mc
    mytool -c myprog.mc some_other_file //this generates ".o" files
    cc -o myprog ... ...

thanks a lot.
 
Yawn !!







_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux