This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

makefile syntax


Hi,

I have problems with the make/Makefile syntax. Maybe someone could help me.

My Makefile looks like that:
###
all: someclass.class

%.class:
 echo $< ;
###

$< should contain 'someclass.class', shouldn't it ? But unfortunately it is
empty.
Did I take the wrong variable name, which one should I take ?

Thanks,
Jan.

     Jan-Friedrich Mutter <jmutter@bigfoot.de>
         [http://www.bigfoot.com/~jmutter]



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]