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
fccfa470
Commit
fccfa470
authored
Jun 16, 2007
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify 2 of the make install targets - don't need individual targets for library & modudle files
parent
dc169e69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
makefile
library/makefile
+2
-6
makefile
modules/makefile
+3
-6
No files found.
library/makefile
View file @
fccfa470
# Install component libraries
include
../libs.linux
TARGETS
=
*
.dcm
*
.lib
*
.sym
install
:
$(TARGETS)
$(KICAD_LIBRARY)
:
mkdir
-p
$(KICAD_LIBRARY)
$(TARGETS)
:
$(KICAD_LIBRARY)
cp
-R
$@
$(KICAD_LIBRARY)
install
:
$(KICAD_LIBRARY)
cp
*
.dcm
*
.lib
*
.sym
$(KICAD_LIBRARY)
.PHONY
:
$(TARGETS)
modules/makefile
View file @
fccfa470
# Install modules and 3d models
include
../libs.linux
TARGETS
=
*
.brd
*
.equ
*
.mdc
*
.mod packages3d
install
:
$(TARGETS)
$(KICAD_MODULES)
:
mkdir
-p
$(KICAD_MODULES)
$(TARGETS)
:
$(KICAD_MODULES)
cp
-R
$@
$(KICAD_MODULES)
install
:
$(KICAD_MODULES)
cp
*
.brd
*
.equ
*
.mdc
*
.mod
$(KICAD_MODULES)
cp
-R
packages3d
$(KICAD_MODULES)
.PHONY
:
$(TARGETS)
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