> I have add this in makefile : > > libopenocd_la-detection.lo: detection.c > $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) > --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) > $(libopenocd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT >...
You should edit Makefile.am. Makefile is generated, and it is hard to get all the needed details right when editing a Makefile generated by automake by hand. After editing a Makefile.am, it might be needed to run ./bootstrap if running make does not detect that the Makefile.am has been changed and regenerate the Makefile. Stian Skjelstad ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel