git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11133
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
.SUFFIXES: .o .cpp .c .cxx
.c.o :
- $(CCC) -c $(CFLAGS) $(PICFLAGS) -o $@ $<
+ $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $<
.cpp.o :
- $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $<
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
.cxx.o :
- $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $<
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
# the comment at the end of the next line is needed because otherwise autoconf
# would remove this line completely - it contains a built-in hack to remove
LIBWX_MACRESCOMP = $(RESCOMP) $(RESFLAGS) $(LIBWX_MACRES) -o $(BIN_PROGRAM)
.c.o :
- $(CCC) -c $(CFLAGS) $(APPEXTRADEFS) -o $@ $<
+ $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(APPEXTRADEFS) -o $@ $<
.cpp.o :
- $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
.cxx.o :
- $(CC) -c $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
+ $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(APPEXTRADEFS) -o $@ $<
# the comment at the end of the next line is needed because otherwise autoconf
# would remove this line completely - it contains a built-in hack to remove