grumble, pkg/*: get rid of makefiles.

This commit is contained in:
Mikkel Krautz 2013-05-25 17:13:26 +02:00
parent c4e05027f8
commit 48765ff1e8
10 changed files with 0 additions and 168 deletions

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/ban
GOFILES = \
ban.go
include $(GOROOT)/src/Make.pkg

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/cryptstate
GOFILES = \
cryptstate.go
include $(GOROOT)/src/Make.pkg

View file

@ -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

View file

@ -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

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/htmlfilter
GOFILES = \
htmlfilter.go
include $(GOROOT)/src/Make.pkg

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/logtarget
GOFILES = \
logtarget.go
include $(GOROOT)/src/Make.pkg

View file

@ -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

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/serverconf
GOFILES = \
config.go
include $(GOROOT)/src/Make.pkg

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/sessionpool
GOFILES = \
sessionpool.go
include $(GOROOT)/src/Make.pkg