Yurttas/PL/OOL/Cplusplus/F/04/03/00/make.vector e 01

From ZCubes Wiki
Jump to navigation Jump to search
 1vector_e_01 : vector_e_01.o \
 2              vector_e.o
 3
 4	g++ -Wno-non-template-friend vector_e_01.o \
 5                                     vector_e.o \
 6                                  -o vector_e_01
 7
 8vector_e_01.o : vector_e_01.cpp \
 9                vector_e.cpp
10
11	g++ -c -Wno-non-template-friend vector_e_01.cpp
12
13vector_e.o : vector_e.cpp \
14             vector_e.h
15
16	g++ -c -Wno-non-template-friend vector_e.cpp