Project

General

Profile

Bug #530 » remove_uneeded_LDFLAGS.diff

Anonymous, 01/25/2011 07:55 PM

View differences:

graphlcd-base-0.1.7/glcddrivers/Makefile 2011-01-25 19:44:48.000000000 +0100
### Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/glcdgraphics/Makefile 2011-01-25 19:45:14.000000000 +0100
### Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/convpic/Makefile 2011-01-25 19:46:21.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/crtfont/Makefile 2011-01-25 19:46:34.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/genfont/Makefile 2011-01-25 19:46:47.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/lcdtestpattern/Makefile 2011-01-25 19:46:58.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/showpic/Makefile 2011-01-25 19:47:09.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
graphlcd-base-0.1.7/tools/showtext/Makefile 2011-01-25 19:47:23.000000000 +0100
# Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
(1-1/2)