Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
bd4f5af1
Commit
bd4f5af1
authored
Mar 05, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- missing makefile
R=r OCL=25714 CL=25714
parent
b4802dd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
0 deletions
+66
-0
Makefile
src/lib/lang/Makefile
+66
-0
No files found.
src/lib/lang/Makefile
0 → 100644
View file @
bd4f5af1
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# DO NOT EDIT. Automatically generated by gobuild.
# gobuild -m >Makefile
O
=
6
GC
=
$(O)
g
CC
=
$(O)
c
-w
AS
=
$(O)
a
AR
=
$(O)
ar
default
:
packages
clean
:
rm
-f
*
.
$O
*
.a
$O
.out
test
:
packages
gotest
coverage
:
packages
gotest
6cov
-g
`
pwd
`
|
grep
-v
'_test\.go:'
%.$O
:
%.go
$(GC)
$*
.go
%.$O
:
%.c
$(CC)
$*
.c
%.$O
:
%.s
$(AS)
$*
.s
O1
=
\
token.
$O
\
O2
=
\
scanner.
$O
\
scanner.a
:
a1 a2
token.a
:
a1 a2
a1
:
$(O1)
$(AR)
grc token.a token.
$O
rm
-f
$(O1)
a2
:
$(O2)
$(AR)
grc scanner.a scanner.
$O
rm
-f
$(O2)
newpkg
:
clean
$(AR)
grc scanner.a
$(AR)
grc token.a
$(O1)
:
newpkg
$(O2)
:
a1
nuke
:
clean
rm
-f
$(GOROOT)
/pkg/scanner.a
$(GOROOT)
/pkg/token.a
packages
:
scanner.a token.a
install
:
packages
cp
scanner.a
$(GOROOT)
/pkg/scanner.a
cp
token.a
$(GOROOT)
/pkg/token.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