$(CC) $(CFLAGS) -fpic -c -o $@ $<
lttng-ust-provider-ust-tests-demo.so: tp.o tp2.o
- $(CC) -shared -o $@ $(LDFLAGS) -llttng-ust $+
+ $(CC) -shared -o $@ $(LDFLAGS) -llttng-ust $^
tp3.o: tp3.c ust_tests_demo3.h
$(CC) $(CFLAGS) -fpic -c -o $@ $<
lttng-ust-provider-ust-tests-demo3.so: tp3.o
- $(CC) -shared -o $@ $(LDFLAGS) -llttng-ust $+
+ $(CC) -shared -o $@ $(LDFLAGS) -llttng-ust $^
demo.o: demo.c
$(CC) $(CFLAGS) -c -o $@ $<
demo: demo.o
- $(CC) -o $@ $(LIBS) $+
+ $(CC) -o $@ $(LIBS) $^
.PHONY: clean
clean: