Codebase list splix / a6312ab
Use compilers passed to make Helmut Grohne authored 6 years ago Didier Raboud committed 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55
66 $(rastertoqpdl_TARGET): $(rastertoqpdl_OBJ)
77 $(call printCmd, $(cmd_link))
8 $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
8 $(Q)$(CXX) -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
99 $(rastertoqpdl_LIBS)
1010
1111 $(pstoqpdl_TARGET): $(pstoqpdl_OBJ)
1212 $(call printCmd, $(cmd_link))
13 $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
13 $(Q)$(CXX) -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
1414 $(pstoqpdl_LIBS)
1515
1616 .PHONY: install installcms