forked from External/grumble
grumble, pkg/*: get rid of makefiles.
This commit is contained in:
parent
c4e05027f8
commit
48765ff1e8
10 changed files with 0 additions and 168 deletions
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/ban
|
||||
GOFILES = \
|
||||
ban.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/cryptstate
|
||||
GOFILES = \
|
||||
cryptstate.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
.PHONY: default
|
||||
default:
|
||||
g++ test.cpp CryptState.cpp -o test -lcrypto
|
||||
g++ test2.cpp CryptState.cpp -o test2 -lcrypto
|
||||
g++ test3.cpp CryptState.cpp -o test3 -lcrypto
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f test test2 test3
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/freezer
|
||||
GOFILES = \
|
||||
writer.go \
|
||||
walker.go \
|
||||
types.go \
|
||||
types.pb.go \
|
||||
error.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/htmlfilter
|
||||
GOFILES = \
|
||||
htmlfilter.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/logtarget
|
||||
GOFILES = \
|
||||
logtarget.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/mumbleproto
|
||||
GOFILES=\
|
||||
Mumble.pb.go \
|
||||
types.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
include $(GOROOT)/src/pkg/goprotobuf.googlecode.com/hg/Make.protobuf
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/serverconf
|
||||
GOFILES = \
|
||||
config.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG = grumble/sessionpool
|
||||
GOFILES = \
|
||||
sessionpool.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
Loading…
Add table
Add a link
Reference in a new issue