Re: .o naming seems strange

2007-08-09 Thread Brian Dessent
Jan Engelhardt wrote: > CC ccgfs_mount-mount.o ( mount.o ) > CC ccgfs_mount-packet.o( packet.o ) Your Makefile.am defines ccgfs_mount_CFLAGS. > CC storage.o ( ccgfs_storage-storage.o ) > CC packet.o( ccgfs_storage-packet.o )

Re: .o naming seems strange

2007-08-09 Thread Ralf Wildenhues
Hello Jan, * Jan Engelhardt wrote on Thu, Aug 09, 2007 at 09:11:41PM CEST: > > I observe that automake gives programs inconsistent .o names. For > example: Object file names are an internal detail of Automake. Imagine they depend upon the phase of the moon, that helps when writing Makefile.am

.o naming seems strange

2007-08-09 Thread Jan Engelhardt
Hi, I observe that automake gives programs inconsistent .o names. For example: Result when running make (beautified here): Expected result: CC fifo-unblock.o CCLD fifo-unblock CC fifo.o CC launch.o CCLD ccgfs-fifo CC