Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bernhard Heinloth
OOStuBS - WS18
Commits
4bcd62cb
Commit
4bcd62cb
authored
Nov 01, 2018
by
Bernhard Heinloth
Browse files
Ermögliche die Übersetzung von Aufgabe 0 auch mit den Quellen von Aufgabe 1+
parent
395a8e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
test-stream/Makefile
View file @
4bcd62cb
VERBOSE
=
@
CXX
=
g++
CC_SOURCES
=
$(
shell
find ..
-name
"*.cc"
-and
!
-name
'.*'
)
CC_SOURCES
=
../test-stream/console_out.cc ../test-stream/test.cc ../test-stream/file_out.cc ../object/o_stream.cc ../object/strbuf.cc ../test-stream/console_out.cc ../test-stream/test.cc ../test-stream/file_out.cc ../object/o_stream.cc ../object/strbuf.cc
CXXFLAGS
=
-std
=
c++11
-m32
-I
../object
-I
.
TARGET
=
test
all
:
$(TARGET)
$(TARGET)
:
$(CC_SOURCES)
@
echo
"CXX
$@
"
$(VERBOSE)
$(CXX)
-o
$@
$(CXXFLAGS)
$^
clean
:
@
echo
"RM
$(TARGET)
"
$(VERBOSE)
rm
-f
$(TARGET)
.PHONY
:
all clean
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment