X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=27de5f67314a178b672eaf8cd6a64f2dad009731;hb=d74e5edc75b4fca94b71eef800b9d3a04760da05;hp=d04a6ff749f9bc7ff20a1aebc8f63167802a48f6;hpb=ac36ea057c987a14f50409f92fc5a31720d8b604;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index d04a6ff7..27de5f67 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -100,6 +100,11 @@ $(_OBJPREFIX)%.o: %.cc @mkdir -p $(dir $@) $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $< -MMD -MP -MT $@ -MF $@.dep +$(_OBJPREFIX)%.o: %.cpp + @echo [CXX] -o $@ + @mkdir -p $(dir $@) + $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $< -MMD -MP -MT $@ -MF $@.dep + $(_OBJPREFIX)%.ao: %.$(ASSUFFIX) @echo [AS] -o $@ @mkdir -p $(dir $@)