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
60802457
Commit
60802457
authored
Jun 13, 2007
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes to makefiles to better support override of install location
parent
74878eb8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
makefile.gtk
eeschema/plugins/makefile.gtk
+1
-1
libs.linux
libs.linux
+2
-1
No files found.
eeschema/plugins/makefile.gtk
View file @
60802457
...
...
@@ -19,7 +19,7 @@ netlist_form_pads-pcb: netlist_form_pads-pcb.cpp makefile.gtk
gcc
-D__UNIX__
-Wall
netlist_form_pads-pcb.cpp
-o
netlist_form_pads-pcb
$(LIBSTDC)
install
:
cp
-v
netlist_form_pads-pcb
$(KICAD_
BIN)
/plugins/
cp
-v
netlist_form_pads-pcb
$(KICAD_
PLUGINS)
clean
:
rm
-f
netlist_form_pads-pcb
...
...
libs.linux
View file @
60802457
#Configuration for build kicad
KICAD_BIN = /usr/local/kicad/linux
KICAD_BIN = /usr/local/kicad
KICAD_PLUGINS = $(KICAD_BIN)/plugins
SRCSUFF = .cpp
...
...
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