-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
426 changed files
with
83,558 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Copyright (c) 2015 BeezerCoin Developers | ||
Copyright (c) 2011-2012 PPCoin Developers | ||
Copyright (c) 2009-2012 Bitcoin Developers | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Building BeezerCoin | ||
|
||
See doc/readme-qt.rst for instructions on building BeezerCoin QT, | ||
the intended-for-end-users, nice-graphical-interface, reference | ||
implementation of BeezerCoin. | ||
|
||
See doc/build-*.txt for instructions on building BeezerCoind, | ||
the intended-for-services, no-graphical-interface, reference | ||
implementation of BeezerCoin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
############################################################################# | ||
# Makefile for building: beezercoin-qt | ||
# Generated by qmake (2.01a) (Qt 4.8.6) on: Fri 31. Jul 07:34:56 2015 | ||
# Project: beezercoin-qt.pro | ||
# Template: app | ||
# Command: c:\Qt\4.8.6\bin\qmake.exe USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile beezercoin-qt.pro | ||
############################################################################# | ||
|
||
first: release | ||
install: release-install | ||
uninstall: release-uninstall | ||
MAKEFILE = Makefile | ||
QMAKE = c:\Qt\4.8.6\bin\qmake.exe | ||
DEL_FILE = del | ||
CHK_DIR_EXISTS= if not exist | ||
MKDIR = mkdir | ||
COPY = copy /y | ||
COPY_FILE = $(COPY) | ||
COPY_DIR = xcopy /s /q /y /i | ||
INSTALL_FILE = $(COPY_FILE) | ||
INSTALL_PROGRAM = $(COPY_FILE) | ||
INSTALL_DIR = $(COPY_DIR) | ||
DEL_FILE = del | ||
SYMLINK = | ||
DEL_DIR = rmdir | ||
MOVE = move | ||
CHK_DIR_EXISTS= if not exist | ||
MKDIR = mkdir | ||
SUBTARGETS = \ | ||
release \ | ||
debug | ||
|
||
release: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release | ||
release-make_default: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release | ||
release-make_first: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release first | ||
release-all: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release all | ||
release-clean: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release clean | ||
release-distclean: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release distclean | ||
release-install: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release install | ||
release-uninstall: $(MAKEFILE).Release FORCE | ||
$(MAKE) -f $(MAKEFILE).Release uninstall | ||
debug: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug | ||
debug-make_default: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug | ||
debug-make_first: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug first | ||
debug-all: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug all | ||
debug-clean: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug clean | ||
debug-distclean: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug distclean | ||
debug-install: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug install | ||
debug-uninstall: $(MAKEFILE).Debug FORCE | ||
$(MAKE) -f $(MAKEFILE).Debug uninstall | ||
|
||
Makefile: beezercoin-qt.pro c:/Qt/4.8.6/mkspecs/default/qmake.conf c:/Qt/4.8.6/mkspecs/features/device_config.prf \ | ||
c:/Qt/4.8.6/mkspecs/qconfig.pri \ | ||
c:/Qt/4.8.6/mkspecs/features/qt_functions.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/qt_config.prf \ | ||
c:/Qt/4.8.6/mkspecs/win32-g++/qmake.conf \ | ||
c:/Qt/4.8.6/mkspecs/win32-g++-4.6/qmake.conf \ | ||
c:/Qt/4.8.6/mkspecs/features/exclusive_builds.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/default_pre.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/default_pre.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/release.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/debug_and_release.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/default_post.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/default_post.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/rtti.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/exceptions.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/stl.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/static.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/warn_on.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/qt.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/thread.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/moc.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/win32/windows.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/resources.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/uic.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/yacc.prf \ | ||
c:/Qt/4.8.6/mkspecs/features/lex.prf \ | ||
c:/Qt/4.8.6/lib/qtmain.prl \ | ||
c:/Qt/4.8.6/lib/QtGui.prl \ | ||
c:/Qt/4.8.6/lib/QtCore.prl | ||
$(QMAKE) USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile beezercoin-qt.pro | ||
c:\Qt\4.8.6\mkspecs\features\device_config.prf: | ||
c:\Qt\4.8.6\mkspecs\qconfig.pri: | ||
c:\Qt\4.8.6\mkspecs\features\qt_functions.prf: | ||
c:\Qt\4.8.6\mkspecs\features\qt_config.prf: | ||
c:\Qt\4.8.6\mkspecs\win32-g++\qmake.conf: | ||
c:\Qt\4.8.6\mkspecs\win32-g++-4.6\qmake.conf: | ||
c:\Qt\4.8.6\mkspecs\features\exclusive_builds.prf: | ||
c:\Qt\4.8.6\mkspecs\features\default_pre.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\default_pre.prf: | ||
c:\Qt\4.8.6\mkspecs\features\release.prf: | ||
c:\Qt\4.8.6\mkspecs\features\debug_and_release.prf: | ||
c:\Qt\4.8.6\mkspecs\features\default_post.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\default_post.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\rtti.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\exceptions.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\stl.prf: | ||
c:\Qt\4.8.6\mkspecs\features\static.prf: | ||
c:\Qt\4.8.6\mkspecs\features\warn_on.prf: | ||
c:\Qt\4.8.6\mkspecs\features\qt.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\thread.prf: | ||
c:\Qt\4.8.6\mkspecs\features\moc.prf: | ||
c:\Qt\4.8.6\mkspecs\features\win32\windows.prf: | ||
c:\Qt\4.8.6\mkspecs\features\resources.prf: | ||
c:\Qt\4.8.6\mkspecs\features\uic.prf: | ||
c:\Qt\4.8.6\mkspecs\features\yacc.prf: | ||
c:\Qt\4.8.6\mkspecs\features\lex.prf: | ||
c:\Qt\4.8.6\lib\qtmain.prl: | ||
c:\Qt\4.8.6\lib\QtGui.prl: | ||
c:\Qt\4.8.6\lib\QtCore.prl: | ||
qmake: qmake_all FORCE | ||
@$(QMAKE) USE_QRCODE=1 USE_UPNP=1 USE_IPV6=1 -o Makefile beezercoin-qt.pro | ||
|
||
qmake_all: FORCE | ||
|
||
make_default: release-make_default debug-make_default FORCE | ||
make_first: release-make_first debug-make_first FORCE | ||
all: release-all debug-all FORCE | ||
clean: release-clean debug-clean FORCE | ||
distclean: release-distclean debug-distclean FORCE | ||
-$(DEL_FILE) Makefile | ||
|
||
check: first | ||
|
||
release-mocclean: $(MAKEFILE).Release | ||
$(MAKE) -f $(MAKEFILE).Release mocclean | ||
debug-mocclean: $(MAKEFILE).Debug | ||
$(MAKE) -f $(MAKEFILE).Debug mocclean | ||
mocclean: release-mocclean debug-mocclean | ||
|
||
release-mocables: $(MAKEFILE).Release | ||
$(MAKE) -f $(MAKEFILE).Release mocables | ||
debug-mocables: $(MAKEFILE).Debug | ||
$(MAKE) -f $(MAKEFILE).Debug mocables | ||
mocables: release-mocables debug-mocables | ||
FORCE: | ||
|
||
$(MAKEFILE).Release: Makefile | ||
$(MAKEFILE).Debug: Makefile |
Oops, something went wrong.