Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
El Sayed, Nadim
ocpp-cp
Commits
d992e80c
Commit
d992e80c
authored
Sep 21, 2017
by
Gozutok, Recep
Browse files
Upload New File
parent
97b2b96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
OPERATIONS/Thread/Makefile
0 → 100644
View file @
d992e80c
CXX
:=
g++
CXXFLAGS
+=
-g
-std
=
c++11
-Wall
LDLIBS
+=
-lgsoap
++
-lpthread
OBJECTS
:=
main.o soapCentralSystemServiceSoapProxy.o soapC.o
TARGETS
=
thread
all
:
$(TARGETS)
# Dependencies
thread
:
$(OBJECTS)
$(CXX)
$^
-o
$@
$(LDLIBS)
#%.o: %.cpp
# $(CXX) $(INCLUDES) $(CXXFLAGS) -c $< -o $@
clean
:
rm
-f
*
.o
rm
-f
$(TARGETS)
Write
Preview
Supports
Markdown
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