X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2dc5bacc01efec6be5e739673caefc67294a8c7f..36633c5c00d60bbcfffd9415c36f89579992b315:/src/makelib.env.in diff --git a/src/makelib.env.in b/src/makelib.env.in index 0e6a61b6bb..3da9676922 100644 --- a/src/makelib.env.in +++ b/src/makelib.env.in @@ -41,13 +41,16 @@ TARGETLIB_LINK2 = $(TARGET_LIBNAME).so TARGETLIB_SONAME = @WX_TARGET_LIBRARY_SONAME@ -%.o : %.c +# NB: see remark in Makefile.in as to why we don't use %.foo: %.bar rules +.SUFFIXES: .o .c .cpp .cxx + +.c.o: $(CC) -c $(CFLAGS) $(PICFLAGS) -o $@ $< -%.o : %.cpp +.cpp.o: $(CXX) -c $(CXXFLAGS) $(PICFLAGS) -o $@ $< -%.o : %.cxx +.cxx.o: $(CXX) -c $(CXXFLAGS) $(PICFLAGS) -o $@ $< # the comment at the end of the next line is needed because otherwise autoconf