Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
9319ea96
Commit
9319ea96
authored
Jun 16, 2007
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
separate docs from resources as not everyone will want to install all the docs
parent
8c79e141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
makefile.gtk
makefile.gtk
+10
-4
No files found.
makefile.gtk
View file @
9319ea96
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
MAKEGTK
=
$(MAKE)
-f
makefile.gtk
MAKEGTK
=
$(MAKE)
-f
makefile.gtk
KICAD_SUBDIRS
=
common 3d-viewer eeschema eeschema/plugins pcbnew cvpcb kicad gerbview
KICAD_SUBDIRS
=
common 3d-viewer eeschema eeschema/plugins pcbnew cvpcb kicad gerbview
KICAD_SUBDIRS_BIN
=
eeschema eeschema/plugins pcbnew cvpcb kicad gerbview
KICAD_SUBDIRS_BIN
=
eeschema eeschema/plugins pcbnew cvpcb kicad gerbview
KICAD_SUBDIRS_REST
=
help
internat modules template library
KICAD_SUBDIRS_RES
=
internat modules template library
KICAD_SUBDIRS_HELP
=
help
all
:
all
:
@
for
dir
in
$(KICAD_SUBDIRS)
;
do
\
@
for
dir
in
$(KICAD_SUBDIRS)
;
do
\
...
@@ -14,12 +15,17 @@ install-bin:
...
@@ -14,12 +15,17 @@ install-bin:
$(MAKEGTK)
-C
$$
dir install
;
\
$(MAKEGTK)
-C
$$
dir install
;
\
done
done
install-res
t
:
install-res
:
@
for
dir
in
$(KICAD_SUBDIRS_RES
T
)
;
do
\
@
for
dir
in
$(KICAD_SUBDIRS_RES)
;
do
\
$(MAKE)
-C
$$
dir install
;
\
$(MAKE)
-C
$$
dir install
;
\
done
done
install
:
install-bin install-rest
install-help
:
@
for
dir
in
$(KICAD_SUBDIRS_HELP)
;
do
\
$(MAKE)
-C
$$
dir install
;
\
done
install
:
install-bin install-res install-help
clean
:
clean
:
@
for
dir
in
$(KICAD_SUBDIRS)
;
do
\
@
for
dir
in
$(KICAD_SUBDIRS)
;
do
\
...
...
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