Henry Vermaak wrote on April 8, 2009 5:52:24 AM:
2009/4/7 Popeye Spinach > > Where can I find explanation about the difference among: "make clean", "make > all", "make bigide", and other possible options? you can't really. different software uses similar targets and they're all quite self-explanatory. "make all" makes everything. "make clean" cleans object files. use your intuition and if you really want to know <health hazard> read the makefile </health hazard>. or just ask... henry _______________________________________________ Thanks, I find the list of targets in Makefile.fpc but without detailed explanation. Comparing 'bigide' with 'all' target, I notice the 'all' target has 'lazbuilder' which was not defined in 'bigide' target. bigide: lcl packager/registration ideintf packager bigidecomponents idebig starter all: lcl packager/registration ideintf packager components ide starter lazbuilder What is the meaning of 'lazbuilder'? Popeye
_______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus