Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alblasco1702
linuxmce
Commits
a50fc090
Commit
a50fc090
authored
Sep 11, 2008
by
danielk
Browse files
Test commit
parent
89ba9446
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sqlCVS/Makefile
View file @
a50fc090
...
...
@@ -14,15 +14,11 @@ sqlCVS = $(sources) sqlCVS.cpp
new_thing
=
$(sources)
TableInfo_SCVS.cpp
all
:
sqlCVS
#all: newthing
sqlCVS
:
$(sqlCVS:.cpp=.o)
$(CXX)
-o
$@
$(
call
cpath,
$+
)
$(LDFLAGS)
$(LDLIBS)
cp
$@
$(ROOT)
/bin
newthing
:
$(new_thing:.cpp=.o)
@
echo
"*** Something to do here ***"
clean
:
clean-recursive
rm
-f
$(
call
cpath,
$(sources:.cpp=.o)
$(sources:.cpp=.d)
)
sqlCVS
>
/dev/null
...
...
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