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
1e1a1bb6
Commit
1e1a1bb6
authored
Jun 05, 2008
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set eol-style native on new files
parent
b827c29b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
58 deletions
+58
-58
makefile.g95
polygon/kbool/src/makefile.g95
+16
-16
makefile.gtk
polygon/kbool/src/makefile.gtk
+16
-16
makefile.include
polygon/kbool/src/makefile.include
+10
-10
makefile.macosx
polygon/kbool/src/makefile.macosx
+16
-16
No files found.
polygon/kbool/src/makefile.g95
View file @
1e1a1bb6
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
rm
-f
$(TARGET)
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
rm
-f
$(TARGET)
polygon/kbool/src/makefile.gtk
View file @
1e1a1bb6
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
rm
-f
$(TARGET)
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
rm
-f
$(TARGET)
polygon/kbool/src/makefile.include
View file @
1e1a1bb6
OBJECTS
=
\
booleng.o\
graph.o\
graphlst.o\
line.o\
link.o\
lpoint.o\
node.o\
record.o\
scanbeam.o
OBJECTS
=
\
booleng.o
\
graph.o
\
graphlst.o
\
line.o
\
link.o
\
lpoint.o
\
node.o
\
record.o
\
scanbeam.o
polygon/kbool/src/makefile.macosx
View file @
1e1a1bb6
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
rm
-f
$(TARGET)
WXDIR
=
$(WXWIN)
TARGET
=
libkbool.a
all
:
$(TARGET)
include
makefile.include
$(TARGET)
:
$(OBJECTS) makefile.include
ar ruv
$@
$(OBJECTS)
ranlib
$@
clean
:
rm
-f
*
.bak
rm
-f
*
.o
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