root/foundation-apps/grosview-maxx/Makefile.GNU.autodep

Revision 2, 259 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1##  This rule doesn't work for BSD-style make, but it's fine for
2##  GNU make.
3.%.o.d: %.cc
4        @echo building dependencies for $<
5        @$(CXX) -MM $(CXXFLAGS) $< > $@.$$$$; \
6           sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
7           rm -f $@.$$$$
Note: See TracBrowser for help on using the browser.