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
56b87897
Commit
56b87897
authored
May 07, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete "old" makefiles. Use CMakefiles only
parent
13a1c6be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
78 deletions
+0
-78
makefile.gtk
3d-viewer/makefile.gtk
+0
-32
makefile.include
3d-viewer/makefile.include
+0
-22
makefile.mingw
3d-viewer/makefile.mingw
+0
-24
No files found.
3d-viewer/makefile.gtk
deleted
100644 → 0
View file @
13a1c6be
## Makefile for 3d-viewer.a ( wxGTK - LINUX )
include
../libs.linux
# Compiler flags.
CPPFLAGS
+=
-DPCBNEW
-I
../pcbnew
-I
../include
-I
../common
TARGET
=
3d-viewer
FINAL
=
1
all
:
$(TARGET).a
deps
:
$(CXX)
$(CPPFLAGS)
-E
-MMD
-MG
*
.cpp
>
/dev/null
include
makefile.include
-include
*.d
$(TARGET).a
:
$(OBJECTS3D) makefile.gtk makefile.include
rm
-f
$@
ar
-rv
$@
$(OBJECTS3D)
ranlib
$@
install
:
$(TARGET).a
clean
:
rm
-f
*
.o
*
.exe
*
.res
*
.map
*
.d
rm
-f
$(TARGET)
.a
3d-viewer/makefile.include
deleted
100644 → 0
View file @
13a1c6be
EXTRALIBS
=
EXTRACPPFLAGS
=
-I
./
-I
../include
-I
../common
-I
../polygon
-I
../pcbnew
CPPFLAGS
+=
$(EXTRACPPFLAGS)
OBJECTS3D
=
3d_frame.o 3d_read_mesh.o 3d_canvas.o trackball.o 3d_aux.o
\
3d_draw.o 3d_toolbar.o 3d_class.o
3d_class.o
:
3d_class.cpp 3d_struct.h 3d_viewer.h
3d_read_mesh.o
:
3d_read_mesh.cpp 3d_struct.h 3d_viewer.h
3d_frame.o
:
3d_frame.cpp 3d_viewer.h
3d_canvas.o
:
3d_canvas.cpp 3d_viewer.h
3d_aux.o
:
3d_aux.cpp 3d_viewer.h
3d_draw.o
:
3d_draw.cpp 3d_viewer.h 3d_struct.h
3d_toolbar.o
:
3d_toolbar.cpp 3d_viewer.h
3d-viewer/makefile.mingw
deleted
100644 → 0
View file @
13a1c6be
WXDIR
=
$(WXWIN)
TARGET
=
3d-viewer
DLLSUFF
=
.dll
include
../libs.win
DLLGEN
=
dllwrap
--export-all
--output-def
$(TARGET)
.def
--implib
lib
$(TARGET)
.a
--driver-name
c++
all
:
$(TARGET).a
include
makefile.include
$(TARGET).a
:
$(OBJECTS3D)
ar ruv
$@
$(OBJECTS3D)
ranlib
$@
clean
:
rm
-f
*
.o
rm
-f
*
.bak
rm
-f
$(TARGET)
.a
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