aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-10-20 04:28:53 +0300
committerWohlstand <admin@wohlnet.ru>2017-10-20 04:28:53 +0300
commiteb45a7913d83fe2a3dc03033230950e78fb9755d (patch)
treed7318e79b08404f293fb99bb22e0ed202e07d890 /Makefile
parente95cde9fea4f9daf3e19492021b8a153acae0404 (diff)
downloadlibADLMIDI-eb45a7913d83fe2a3dc03033230950e78fb9755d.tar.gz
libADLMIDI-eb45a7913d83fe2a3dc03033230950e78fb9755d.tar.bz2
libADLMIDI-eb45a7913d83fe2a3dc03033230950e78fb9755d.zip
Added CMake support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index f1a2ead..0000000
--- a/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#CXX=i686-w64-mingw32-g++ -static
-CC=gcc
-CXX=g++
-CXXLINK=$(CXX)
-MKDIR=mkdir -p
-RM=rm
-RM_F=rm -Rf
-
-#DEBUG=-O0 -fno-inline -D_GLIBCXX_DEBUG -g -fstack-protector-all -fdata-sections
-
-DEBUG=-Ofast -g
-
-#DEBUG += -fno-tree-vectorize
-
-# -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx
-
-CFLAGS += -DLIBADLMIDI_VISIBILITY
-
-CPPFLAGS += -DLIBADLMIDI_VISIBILITY
-
-CPPFLAGS += -std=c++11 -pedantic -Wall -Wextra
-
-include make.rules
-