|
|
@ -1,41 +1,42 @@
|
|
|
|
#############################################################################
|
|
|
|
#############################################################################
|
|
|
|
# Makefile for building: samplebrain
|
|
|
|
# Makefile for building: samplebrain.app/Contents/MacOS/samplebrain
|
|
|
|
# Generated by qmake (2.01a) (Qt 4.8.1) on: Sat Jul 11 18:25:22 2015
|
|
|
|
# Generated by qmake (2.01a) (Qt 4.8.7) on: Mon Jul 13 17:08:29 2015
|
|
|
|
# Project: samplebrain.pro
|
|
|
|
# Project: samplebrain.pro
|
|
|
|
# Template: app
|
|
|
|
# Template: app
|
|
|
|
# Command: /usr/bin/qmake -o Makefile samplebrain.pro
|
|
|
|
# Command: /opt/local/bin/qmake -o Makefile samplebrain.pro
|
|
|
|
#############################################################################
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
|
|
|
|
####### Compiler, tools and options
|
|
|
|
####### Compiler, tools and options
|
|
|
|
|
|
|
|
|
|
|
|
CC = gcc
|
|
|
|
CC = /usr/bin/clang
|
|
|
|
CXX = g++
|
|
|
|
CXX = /usr/bin/clang++
|
|
|
|
DEFINES = -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
|
|
|
|
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
|
|
|
|
CFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
|
|
|
|
CFLAGS = -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10 -Wall -W $(DEFINES)
|
|
|
|
CXXFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
|
|
|
|
CXXFLAGS = -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10 -Wall -W $(DEFINES)
|
|
|
|
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I2 -I../src -I.
|
|
|
|
INCPATH = -I/opt/local/share/qt4/mkspecs/macx-g++ -I. -I. -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -I. -I2 -I../src -I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/opt/local/include -F/opt/local/Library/Frameworks -F/opt/local/lib
|
|
|
|
LINK = g++
|
|
|
|
LINK = /usr/bin/clang++
|
|
|
|
LFLAGS = -m64 -Wl,-O1
|
|
|
|
LFLAGS = -headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.10
|
|
|
|
LIBS = $(SUBLIBS) -L/usr/lib/x86_64-linux-gnu -L.. -lsamplebrain -ljellyfish -lportaudio -lfftw3 -lsndfile -llo -ldl -lm -lQtGui -lQtCore -lpthread
|
|
|
|
LIBS = $(SUBLIBS) -F/opt/local/Library/Frameworks -F/opt/local/lib -L.. -lsamplebrain -ljellyfish -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm -F/opt/local/Library/Frameworks -F/opt/local/lib -L/opt/local/lib -framework QtGui -framework QtCore
|
|
|
|
AR = ar cqs
|
|
|
|
AR = ar cq
|
|
|
|
RANLIB =
|
|
|
|
RANLIB = ranlib -s
|
|
|
|
QMAKE = /usr/bin/qmake
|
|
|
|
QMAKE = /opt/local/bin/qmake
|
|
|
|
TAR = tar -cf
|
|
|
|
TAR = tar -cf
|
|
|
|
COMPRESS = gzip -9f
|
|
|
|
COMPRESS = gzip -9f
|
|
|
|
COPY = cp -f
|
|
|
|
COPY = cp -f
|
|
|
|
SED = sed
|
|
|
|
SED = sed
|
|
|
|
COPY_FILE = $(COPY)
|
|
|
|
COPY_FILE = cp -f
|
|
|
|
COPY_DIR = $(COPY) -r
|
|
|
|
COPY_DIR = cp -f -R
|
|
|
|
STRIP = strip
|
|
|
|
STRIP =
|
|
|
|
INSTALL_FILE = install -m 644 -p
|
|
|
|
INSTALL_FILE = $(COPY_FILE)
|
|
|
|
INSTALL_DIR = $(COPY_DIR)
|
|
|
|
INSTALL_DIR = $(COPY_DIR)
|
|
|
|
INSTALL_PROGRAM = install -m 755 -p
|
|
|
|
INSTALL_PROGRAM = $(COPY_FILE)
|
|
|
|
DEL_FILE = rm -f
|
|
|
|
DEL_FILE = rm -f
|
|
|
|
SYMLINK = ln -f -s
|
|
|
|
SYMLINK = ln -f -s
|
|
|
|
DEL_DIR = rmdir
|
|
|
|
DEL_DIR = rmdir
|
|
|
|
MOVE = mv -f
|
|
|
|
MOVE = mv -f
|
|
|
|
CHK_DIR_EXISTS= test -d
|
|
|
|
CHK_DIR_EXISTS= test -d
|
|
|
|
MKDIR = mkdir -p
|
|
|
|
MKDIR = mkdir -p
|
|
|
|
|
|
|
|
export MACOSX_DEPLOYMENT_TARGET = 10.10
|
|
|
|
|
|
|
|
|
|
|
|
####### Output directory
|
|
|
|
####### Output directory
|
|
|
|
|
|
|
|
|
|
|
@ -52,34 +53,61 @@ OBJECTS = MainWindow.o \
|
|
|
|
process_thread.o \
|
|
|
|
process_thread.o \
|
|
|
|
qtmain.o \
|
|
|
|
qtmain.o \
|
|
|
|
moc_MainWindow.o
|
|
|
|
moc_MainWindow.o
|
|
|
|
DIST = /usr/share/qt4/mkspecs/common/unix.conf \
|
|
|
|
DIST = /opt/local/share/qt4/mkspecs/common/unix.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/linux.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/mac.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base-macx.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-base.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-base.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-unix.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-macx.conf \
|
|
|
|
/usr/share/qt4/mkspecs/qconfig.pri \
|
|
|
|
/opt/local/share/qt4/mkspecs/qconfig.pri \
|
|
|
|
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|
|
|
/opt/local/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_functions.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_functions.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_config.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_config.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/default_pre.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_pre.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/release.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_pre.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/default_post.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/release.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_post.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/warn_on.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_post.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/x86_64.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/thread.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_cxx.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/moc.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_c.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/resources.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/split_sources.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/uic.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/shared.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/yacc.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/warn_on.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/lex.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/include_source_dir.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/unix/thread.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/moc.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/rez.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/sdk.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/resources.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/uic.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/yacc.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/lex.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/include_source_dir.prf \
|
|
|
|
samplebrain.pro
|
|
|
|
samplebrain.pro
|
|
|
|
QMAKE_TARGET = samplebrain
|
|
|
|
QMAKE_TARGET = samplebrain
|
|
|
|
DESTDIR =
|
|
|
|
DESTDIR =
|
|
|
|
TARGET = samplebrain
|
|
|
|
TARGET = samplebrain.app/Contents/MacOS/samplebrain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
####### Custom Compiler Variables
|
|
|
|
|
|
|
|
QMAKE_COMP_QMAKE_OBJECTIVE_CXXFLAGS = -pipe \
|
|
|
|
|
|
|
|
-O2 \
|
|
|
|
|
|
|
|
-arch \
|
|
|
|
|
|
|
|
x86_64 \
|
|
|
|
|
|
|
|
-Xarch_x86_64 \
|
|
|
|
|
|
|
|
-mmacosx-version-min=10.10 \
|
|
|
|
|
|
|
|
-Wall \
|
|
|
|
|
|
|
|
-W
|
|
|
|
|
|
|
|
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
|
|
|
|
|
|
|
|
-O2 \
|
|
|
|
|
|
|
|
-arch \
|
|
|
|
|
|
|
|
x86_64 \
|
|
|
|
|
|
|
|
-Xarch_x86_64 \
|
|
|
|
|
|
|
|
-mmacosx-version-min=10.10 \
|
|
|
|
|
|
|
|
-Wall \
|
|
|
|
|
|
|
|
-W
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
first: all
|
|
|
|
first: all
|
|
|
|
####### Implicit rules
|
|
|
|
####### Implicit rules
|
|
|
@ -103,67 +131,96 @@ first: all
|
|
|
|
|
|
|
|
|
|
|
|
####### Build rules
|
|
|
|
####### Build rules
|
|
|
|
|
|
|
|
|
|
|
|
all: Makefile $(TARGET)
|
|
|
|
all: Makefile samplebrain.app/Contents/PkgInfo samplebrain.app/Contents/Resources/empty.lproj samplebrain.app/Contents/Info.plist $(TARGET)
|
|
|
|
|
|
|
|
|
|
|
|
$(TARGET): $(OBJECTS)
|
|
|
|
$(TARGET): $(OBJECTS)
|
|
|
|
|
|
|
|
@$(CHK_DIR_EXISTS) samplebrain.app/Contents/MacOS/ || $(MKDIR) samplebrain.app/Contents/MacOS/
|
|
|
|
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
|
|
|
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
|
|
|
|
|
|
|
|
|
|
|
Makefile: samplebrain.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
|
|
|
|
Makefile: samplebrain.pro /opt/local/share/qt4/mkspecs/macx-g++/qmake.conf /opt/local/share/qt4/mkspecs/common/unix.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/linux.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/mac.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base-macx.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-base.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-base.conf \
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-unix.conf \
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-macx.conf \
|
|
|
|
/usr/share/qt4/mkspecs/qconfig.pri \
|
|
|
|
/opt/local/share/qt4/mkspecs/qconfig.pri \
|
|
|
|
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|
|
|
/opt/local/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_functions.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_functions.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_config.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_config.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/default_pre.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_pre.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/release.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_pre.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/default_post.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/release.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_post.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/warn_on.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_post.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/qt.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/x86_64.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/thread.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_cxx.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/moc.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_c.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/resources.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/split_sources.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/uic.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/shared.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/yacc.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/warn_on.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/lex.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt.prf \
|
|
|
|
/usr/share/qt4/mkspecs/features/include_source_dir.prf \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/unix/thread.prf \
|
|
|
|
/usr/lib/x86_64-linux-gnu/libQtGui.prl \
|
|
|
|
/opt/local/share/qt4/mkspecs/features/moc.prf \
|
|
|
|
/usr/lib/x86_64-linux-gnu/libQtCore.prl
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/rez.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/sdk.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/resources.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/uic.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/yacc.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/lex.prf \
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/include_source_dir.prf \
|
|
|
|
|
|
|
|
/opt/local/Library/Frameworks/QtGui.framework/QtGui.prl \
|
|
|
|
|
|
|
|
/opt/local/Library/Frameworks/QtCore.framework/QtCore.prl
|
|
|
|
$(QMAKE) -o Makefile samplebrain.pro
|
|
|
|
$(QMAKE) -o Makefile samplebrain.pro
|
|
|
|
/usr/share/qt4/mkspecs/common/unix.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/unix.conf:
|
|
|
|
/usr/share/qt4/mkspecs/common/linux.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/mac.conf:
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base.conf:
|
|
|
|
/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/gcc-base-macx.conf:
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-base.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-base.conf:
|
|
|
|
/usr/share/qt4/mkspecs/common/g++-unix.conf:
|
|
|
|
/opt/local/share/qt4/mkspecs/common/g++-macx.conf:
|
|
|
|
/usr/share/qt4/mkspecs/qconfig.pri:
|
|
|
|
/opt/local/share/qt4/mkspecs/qconfig.pri:
|
|
|
|
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
|
|
|
|
/opt/local/share/qt4/mkspecs/modules/qt_webkit_version.pri:
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_functions.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_functions.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/qt_config.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt_config.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/exclusive_builds.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/default_pre.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_pre.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/release.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_pre.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/default_post.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/release.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/default_post.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/warn_on.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/default_post.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/qt.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/x86_64.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/unix/thread.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_cxx.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/moc.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/objective_c.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/resources.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/split_sources.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/uic.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/shared.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/yacc.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/warn_on.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/lex.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/qt.prf:
|
|
|
|
/usr/share/qt4/mkspecs/features/include_source_dir.prf:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/unix/thread.prf:
|
|
|
|
/usr/lib/x86_64-linux-gnu/libQtGui.prl:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/moc.prf:
|
|
|
|
/usr/lib/x86_64-linux-gnu/libQtCore.prl:
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/rez.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/mac/sdk.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/resources.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/uic.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/yacc.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/lex.prf:
|
|
|
|
|
|
|
|
/opt/local/share/qt4/mkspecs/features/include_source_dir.prf:
|
|
|
|
|
|
|
|
/opt/local/Library/Frameworks/QtGui.framework/QtGui.prl:
|
|
|
|
|
|
|
|
/opt/local/Library/Frameworks/QtCore.framework/QtCore.prl:
|
|
|
|
qmake: FORCE
|
|
|
|
qmake: FORCE
|
|
|
|
@$(QMAKE) -o Makefile samplebrain.pro
|
|
|
|
@$(QMAKE) -o Makefile samplebrain.pro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samplebrain.app/Contents/PkgInfo:
|
|
|
|
|
|
|
|
@$(CHK_DIR_EXISTS) samplebrain.app/Contents || $(MKDIR) samplebrain.app/Contents
|
|
|
|
|
|
|
|
@$(DEL_FILE) samplebrain.app/Contents/PkgInfo
|
|
|
|
|
|
|
|
@echo "APPL????" >samplebrain.app/Contents/PkgInfo
|
|
|
|
|
|
|
|
samplebrain.app/Contents/Resources/empty.lproj:
|
|
|
|
|
|
|
|
@$(CHK_DIR_EXISTS) samplebrain.app/Contents/Resources || $(MKDIR) samplebrain.app/Contents/Resources
|
|
|
|
|
|
|
|
@touch samplebrain.app/Contents/Resources/empty.lproj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samplebrain.app/Contents/Info.plist:
|
|
|
|
|
|
|
|
@$(CHK_DIR_EXISTS) samplebrain.app/Contents || $(MKDIR) samplebrain.app/Contents
|
|
|
|
|
|
|
|
@$(DEL_FILE) samplebrain.app/Contents/Info.plist
|
|
|
|
|
|
|
|
@sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,@TYPEINFO@,????,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,samplebrain,g" -e "s,@TYPEINFO@,????,g" /opt/local/share/qt4/mkspecs/macx-g++/Info.plist.app >samplebrain.app/Contents/Info.plist
|
|
|
|
dist:
|
|
|
|
dist:
|
|
|
|
@$(CHK_DIR_EXISTS) .tmp/samplebrain1.0.0 || $(MKDIR) .tmp/samplebrain1.0.0
|
|
|
|
@$(CHK_DIR_EXISTS) .tmp/samplebrain1.0.0 || $(MKDIR) .tmp/samplebrain1.0.0
|
|
|
|
$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/samplebrain1.0.0/ && $(COPY_FILE) --parents MainWindow.h generated/ui_samplebrain.h .tmp/samplebrain1.0.0/ && $(COPY_FILE) --parents MainWindow.cpp audio_thread.cpp process_thread.cpp qtmain.cpp .tmp/samplebrain1.0.0/ && (cd `dirname .tmp/samplebrain1.0.0` && $(TAR) samplebrain1.0.0.tar samplebrain1.0.0 && $(COMPRESS) samplebrain1.0.0.tar) && $(MOVE) `dirname .tmp/samplebrain1.0.0`/samplebrain1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/samplebrain1.0.0
|
|
|
|
$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/samplebrain1.0.0/ && $(COPY_FILE) --parents MainWindow.h generated/ui_samplebrain.h .tmp/samplebrain1.0.0/ && $(COPY_FILE) --parents MainWindow.cpp audio_thread.cpp process_thread.cpp qtmain.cpp .tmp/samplebrain1.0.0/ && (cd `dirname .tmp/samplebrain1.0.0` && $(TAR) samplebrain1.0.0.tar samplebrain1.0.0 && $(COMPRESS) samplebrain1.0.0.tar) && $(MOVE) `dirname .tmp/samplebrain1.0.0`/samplebrain1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/samplebrain1.0.0
|
|
|
@ -177,7 +234,7 @@ clean:compiler_clean
|
|
|
|
####### Sub-libraries
|
|
|
|
####### Sub-libraries
|
|
|
|
|
|
|
|
|
|
|
|
distclean: clean
|
|
|
|
distclean: clean
|
|
|
|
-$(DEL_FILE) $(TARGET)
|
|
|
|
-$(DEL_FILE) -r samplebrain.app
|
|
|
|
-$(DEL_FILE) Makefile
|
|
|
|
-$(DEL_FILE) Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -187,12 +244,16 @@ mocclean: compiler_moc_header_clean compiler_moc_source_clean
|
|
|
|
|
|
|
|
|
|
|
|
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
|
|
|
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiler_objective_cxx_make_all:
|
|
|
|
|
|
|
|
compiler_objective_cxx_clean:
|
|
|
|
|
|
|
|
compiler_objective_c_make_all:
|
|
|
|
|
|
|
|
compiler_objective_c_clean:
|
|
|
|
compiler_moc_header_make_all: moc_MainWindow.cpp
|
|
|
|
compiler_moc_header_make_all: moc_MainWindow.cpp
|
|
|
|
compiler_moc_header_clean:
|
|
|
|
compiler_moc_header_clean:
|
|
|
|
-$(DEL_FILE) moc_MainWindow.cpp
|
|
|
|
-$(DEL_FILE) moc_MainWindow.cpp
|
|
|
|
moc_MainWindow.cpp: generated/ui_samplebrain.h \
|
|
|
|
moc_MainWindow.cpp: generated/ui_samplebrain.h \
|
|
|
|
MainWindow.h
|
|
|
|
MainWindow.h
|
|
|
|
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) MainWindow.h -o moc_MainWindow.cpp
|
|
|
|
/opt/local/bin/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ MainWindow.h -o moc_MainWindow.cpp
|
|
|
|
|
|
|
|
|
|
|
|
compiler_rcc_make_all:
|
|
|
|
compiler_rcc_make_all:
|
|
|
|
compiler_rcc_clean:
|
|
|
|
compiler_rcc_clean:
|
|
|
@ -201,6 +262,8 @@ compiler_image_collection_clean:
|
|
|
|
-$(DEL_FILE) qmake_image_collection.cpp
|
|
|
|
-$(DEL_FILE) qmake_image_collection.cpp
|
|
|
|
compiler_moc_source_make_all:
|
|
|
|
compiler_moc_source_make_all:
|
|
|
|
compiler_moc_source_clean:
|
|
|
|
compiler_moc_source_clean:
|
|
|
|
|
|
|
|
compiler_rez_source_make_all:
|
|
|
|
|
|
|
|
compiler_rez_source_clean:
|
|
|
|
compiler_uic_make_all:
|
|
|
|
compiler_uic_make_all:
|
|
|
|
compiler_uic_clean:
|
|
|
|
compiler_uic_clean:
|
|
|
|
compiler_yacc_decl_make_all:
|
|
|
|
compiler_yacc_decl_make_all:
|
|
|
|