All pastes #373922 Raw Copy code Copy link Edit

emc/sai/Submakefile

public unlisted text v1 · immutable
#373922 ·published 2007-02-27 02:41 UTC
rendered paste body
TARGETS += ../bin/rs274
SAISRCS := $(addprefix emc/sai/, saicanon.cc driver.cc)
USERSRCS += $(SAISRCS)

../bin/rs274: $(call TOOBJS, $(SAISRCS)) ../lib/librs274.so
	$(ECHO) Linking $(notdir $@)
	$(CXX) $(LDFLAGS) -o $@ $^ $(ULFLAGS)