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
bc52b0e6
Commit
bc52b0e6
authored
Nov 04, 2007
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simple hacky make dependancy solution
parent
956a9d83
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
47 additions
and
37 deletions
+47
-37
makefile.gtk
3d-viewer/makefile.gtk
+5
-5
makefile.gtk
common/makefile.gtk
+5
-5
makefile.gtk
cvpcb/makefile.gtk
+5
-1
makefile.gtk
eeschema/makefile.gtk
+5
-4
makefile.gtk
eeschema/plugins/makefile.gtk
+6
-5
makefile.gtk
gerbview/makefile.gtk
+5
-5
makefile.gtk
kicad/makefile.gtk
+5
-10
makefile.gtk
makefile.gtk
+5
-0
dialog_edit_module.cpp
pcbnew/dialog_edit_module.cpp
+1
-0
makefile.gtk
pcbnew/makefile.gtk
+5
-2
No files found.
3d-viewer/makefile.gtk
View file @
bc52b0e6
...
...
@@ -11,8 +11,11 @@ FINAL = 1
all
:
$(TARGET).a
include
makefile.include
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
$(TARGET).a
:
$(OBJECTS3D) makefile.gtk makefile.include
rm
-f
$@
...
...
@@ -22,10 +25,7 @@ $(TARGET).a: $(OBJECTS3D) makefile.gtk makefile.include
install
:
$(TARGET).a
clean
:
rm
-f
*
.o
rm
-f
*
.exe
rm
-f
*
.res
rm
-f
*
.map
rm
-f
*
.o
*
.exe
*
.res
*
.map
*
.d
rm
-f
$(TARGET)
.a
...
...
common/makefile.gtk
View file @
bc52b0e6
...
...
@@ -11,7 +11,11 @@ EDACPPFLAGS = $(CPPFLAGS)
all
:
common.a
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
-fno-strict-aliasing
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -25,11 +29,7 @@ common.a: $(OBJECTS) makefile.gtk makefile.include
install
:
common.a
clean
:
rm
-f
*
.o
rm
-f
*
~
rm
-f
core
rm
-f
*
.bak
rm
-f
*
.obj
rm
-f
*
.o
*
~ core
*
.bak
*
.obj
*
.d
rm
-f
common.a
cvpcb/makefile.gtk
View file @
bc52b0e6
...
...
@@ -14,7 +14,11 @@ TARGET = cvpcb
all
:
$(TARGET)
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -29,6 +33,6 @@ install: $(TARGET)
cp
-f
$(TARGET)
$(KICAD_BIN)
clean
:
rm
-f
*
.o
rm
-f
*
.o
*
.d
rm
-f
$(TARGET)
eeschema/makefile.gtk
View file @
bc52b0e6
...
...
@@ -13,7 +13,11 @@ TARGET = eeschema
all
:
$(TARGET)
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -31,10 +35,7 @@ install: $(TARGET)
clean
:
rm
-f
*
.o
rm
-f
*
~
rm
-f
core
rm
-f
*
.bak
rm
-f
*
.o
*
.d
*
~ core
*
.bak
rm
-f
$(TARGET)
...
...
eeschema/plugins/makefile.gtk
View file @
bc52b0e6
...
...
@@ -15,6 +15,11 @@ endif
all
:
netlist_form_pads-pcb
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
-include
*.d
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)
...
...
@@ -24,9 +29,5 @@ install: netlist_form_pads-pcb
clean
:
rm
-f
netlist_form_pads-pcb
rm
-f
*
.o
rm
-f
*
.rsc
rm
-f
*
.res
rm
-f
*
.exe
rm
-f
*
.bak
rm
-f
*
.o
*
.rsc
*
.res
*
.exe
*
.bak
*
.d
gerbview/makefile.gtk
View file @
bc52b0e6
...
...
@@ -11,7 +11,11 @@ TARGET = gerbview
all
:
$(TARGET)
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -26,10 +30,6 @@ install: $(TARGET)
clean
:
rm
-f
*
.o
rm
-f
*
.exe
rm
-f
*
.res
rm
-f
*
.map
rm
-f
*
.o
*
.exe
*
.res
*
.map
*
.d
rm
-f
$(TARGET)
\ No newline at end of file
kicad/makefile.gtk
View file @
bc52b0e6
...
...
@@ -12,7 +12,11 @@ TARGET = kicad
all
:
$(TARGET)
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -26,15 +30,6 @@ install: $(TARGET)
cp
-f
$(TARGET)
$(KICAD_BIN)
clean
:
rm
-f
*
.o
;
rm
-f
*
~
;
rm
-f
core
;
rm
-f
*
.bak
rm
-f
*
.o
*
.d
*
~
*
.bak core
rm
-f
$(TARGET)
makefile.gtk
View file @
bc52b0e6
...
...
@@ -10,6 +10,11 @@ all:
$(MAKEGTK)
-C
$$
dir
;
\
done
deps
:
@
for
dir
in
$(KICAD_SUBDIRS)
;
do
\
$(MAKEGTK)
-k
-C
$$
dir
deps
;
\
done
install-bin
:
@
for
dir
in
$(KICAD_SUBDIRS_BIN)
;
do
\
$(MAKEGTK)
-C
$$
dir install
;
\
...
...
pcbnew/dialog_edit_module.cpp
View file @
bc52b0e6
...
...
@@ -5,6 +5,7 @@
/************************************************/
#include "dialog_edit_module.h"
#include <wx/version.h>
/**************************************/
/* class WinEDA_ModulePropertiesFrame */
...
...
pcbnew/makefile.gtk
View file @
bc52b0e6
...
...
@@ -11,7 +11,11 @@ TARGET = pcbnew
all
:
$(TARGET)
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
CPPFLAGS
+=
$(EXTRACPPFLAGS)
EDACPPFLAGS
=
$(CPPFLAGS)
...
...
@@ -28,8 +32,7 @@ install: $(TARGET)
clean
:
rm
-f
*
.o
rm
-f
*
.map
rm
-f
*
.o
*
.map
*
.d
rm
-f
$(TARGET)
...
...
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