Commit 60802457 authored by raburton's avatar raburton

small changes to makefiles to better support override of install location

parent 74878eb8
...@@ -19,7 +19,7 @@ netlist_form_pads-pcb: netlist_form_pads-pcb.cpp makefile.gtk ...@@ -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) gcc -D__UNIX__ -Wall netlist_form_pads-pcb.cpp -o netlist_form_pads-pcb $(LIBSTDC)
install: install:
cp -v netlist_form_pads-pcb $(KICAD_BIN)/plugins/ cp -v netlist_form_pads-pcb $(KICAD_PLUGINS)
clean : clean :
rm -f netlist_form_pads-pcb rm -f netlist_form_pads-pcb
......
#Configuration for build kicad #Configuration for build kicad
KICAD_BIN = /usr/local/kicad/linux KICAD_BIN = /usr/local/kicad
KICAD_PLUGINS = $(KICAD_BIN)/plugins
SRCSUFF = .cpp SRCSUFF = .cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment