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

From ZCubes Wiki
Revision as of 23:33, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="make" line start="1" enclose="div">vector_e_02 : vector_e_02.o \ vector_e.o g++ -Wno-non-template-friend vector_e_02.o \ ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1vector_e_02 : vector_e_02.o \
 2              vector_e.o
 3
 4	g++ -Wno-non-template-friend vector_e_02.o \
 5                                     vector_e.o \
 6                                  -o vector_e_02
 7
 8vector_e_02.o : vector_e_02.cpp \
 9                vector_e.cpp
10
11	g++ -c -Wno-non-template-friend vector_e_02.cpp
12
13vector_e.o : vector_e.cpp \
14             vector_e.h
15
16	g++ -c -Wno-non-template-friend vector_e.cpp