Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59947
Collapse All | Expand All

(-)loki-0.1.5.orig/test/SingletonDll/Makefile (-2 / +5 lines)
Lines 18-26 Link Here
18
SRC1 = client.cpp
18
SRC1 = client.cpp
19
OBJ1 = $(SRC1:.cpp=.o)
19
OBJ1 = $(SRC1:.cpp=.o)
20
SRC2 = foo.cpp
20
SRC2 = foo.cpp
21
OBJ2 = $(SRC2:.cpp=.o)
21
OBJ2 = $(SRC2:.cpp=.lo)
22
SRC3 = singletondll.cpp
22
SRC3 = singletondll.cpp
23
OBJ3 = $(SRC3:.cpp=.o)
23
OBJ3 = $(SRC3:.cpp=.lo)
24
25
%.lo : %.cpp
26
	$(CXX) -c $(CXXFLAGS) -fPIC $(CPPFLAGS) -o $@ $<
24
27
25
.PHONY: all clean
28
.PHONY: all clean
26
all: $(BIN1)
29
all: $(BIN1)

Return to bug 59947