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
solverstack
vite
Commits
cf21c184
Commit
cf21c184
authored
Sep 23, 2013
by
Mathieu Faverge
Browse files
Remove Makefile that is now generated through cmake
parent
dfc7e3b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/Makefile
deleted
100644 → 0
View file @
dfc7e3b6
#
# Plugins Makefile for ViTE project
#
VITEDIR
?=
../trunk
include
$(VITEDIR)/Makefile.in
PLUGINS
=
Distribution
\
TraceInfos
\
Matrix
all
:
$(PLUGINS)
@
for
i
in
$(PLUGINS)
;
\
do
\
echo
"-------- Plugin
$
${i}
--------"
;
\
(
cd
$
${i}
&&
VITEDIR
=
$(VITEDIR)
$(QMAKECMD)
$
${i}
.pro
)
;
\
(
cd
$
${i}
&&
VITEDIR
=
$(VITEDIR)
$(MAKECMD)
)
;
\
done
;
clean
:
@
for
i
in
$(PLUGINS)
;
\
do
\
if
test
-e
$
${i}
/Makefile
;
then
\
cd
$
${i}
&&
VITEDIR
=
$(VITEDIR)
$(MAKE)
clean
;
\
fi
;
\
done
;
cleanall
:
clean
# @for i in $(PLUGINS) ; \
do
\
(
cd
$${i}
&&
VITEDIR
=
$(VITEDIR)
$(MAKE)
cleanall
)
;
\
done
;
distclean
:
cleanall
# @for i in $(PLUGINS) ; \
do
\
(
cd
$${i}
&&
VITEDIR
=
$(VITEDIR)
$(MAKE)
distclean
)
;
\
done
;
.PHONY
:
$(PLUGINS)
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