#############################################################################
# Makefile for building: pgAdmin4
# Generated by qmake (2.01a) (Qt 4.8.7) on: Tue Oct 8 12:06:21 2019
# Project:  pgAdmin4.pro
# Template: app
# Command: /usr/lib/x86_64-linux-gnu/qt4/bin/qmake CONFIG+=release -o Makefile pgAdmin4.pro
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DQ_NULLPTR=NULL -DPYTHON2 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
CFLAGS        = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS      = -m64 -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 -O2 -Wall -W -D_REENTRANT $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.
LINK          = g++
LFLAGS        = -m64 -L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-O1
LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lpython2.7 -ldl -lutil -lm -lQtGui -lQtNetwork -lQtCore -lpthread 
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/lib/x86_64-linux-gnu/qt4/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
STRIP         = strip
INSTALL_FILE  = install -m 644 -p
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       = pgAdmin4.cpp \
		Server.cpp \
		ConfigWindow.cpp \
		TrayIcon.cpp \
		LogWindow.cpp \
		MenuActions.cpp \
		FloatingWindow.cpp \
		Logger.cpp moc_Server.cpp \
		moc_ConfigWindow.cpp \
		moc_TrayIcon.cpp \
		moc_LogWindow.cpp \
		moc_MenuActions.cpp \
		moc_FloatingWindow.cpp \
		qrc_pgAdmin4.cpp
OBJECTS       = pgAdmin4.o \
		Server.o \
		ConfigWindow.o \
		TrayIcon.o \
		LogWindow.o \
		MenuActions.o \
		FloatingWindow.o \
		Logger.o \
		moc_Server.o \
		moc_ConfigWindow.o \
		moc_TrayIcon.o \
		moc_LogWindow.o \
		moc_MenuActions.o \
		moc_FloatingWindow.o \
		qrc_pgAdmin4.o
DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/common/gcc-base.conf \
		/usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
		/usr/share/qt4/mkspecs/common/g++-base.conf \
		/usr/share/qt4/mkspecs/common/g++-unix.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/shared.prf \
		/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/share/qt4/mkspecs/features/include_source_dir.prf \
		pgAdmin4.pro
QMAKE_TARGET  = pgAdmin4
DESTDIR       = 
TARGET        = pgAdmin4

first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile $(TARGET)

$(TARGET): ui_ConfigWindow.h ui_LogWindow.h ui_FloatingWindow.h $(OBJECTS)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: pgAdmin4.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
		/usr/share/qt4/mkspecs/common/linux.conf \
		/usr/share/qt4/mkspecs/common/gcc-base.conf \
		/usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
		/usr/share/qt4/mkspecs/common/g++-base.conf \
		/usr/share/qt4/mkspecs/common/g++-unix.conf \
		/usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/release.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/shared.prf \
		/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		/usr/share/qt4/mkspecs/features/yacc.prf \
		/usr/share/qt4/mkspecs/features/lex.prf \
		/usr/share/qt4/mkspecs/features/include_source_dir.prf
	$(QMAKE) CONFIG+=release -o Makefile pgAdmin4.pro
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/common/gcc-base.conf:
/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
/usr/share/qt4/mkspecs/common/g++-base.conf:
/usr/share/qt4/mkspecs/common/g++-unix.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/shared.prf:
/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/share/qt4/mkspecs/features/include_source_dir.prf:
qmake:  FORCE
	@$(QMAKE) CONFIG+=release -o Makefile pgAdmin4.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/pgAdmin44.13.0.0 || $(MKDIR) .tmp/pgAdmin44.13.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/pgAdmin44.13.0.0/ && $(COPY_FILE) --parents Server.h pgAdmin4.h ConfigWindow.h TrayIcon.h LogWindow.h MenuActions.h FloatingWindow.h Logger.h .tmp/pgAdmin44.13.0.0/ && $(COPY_FILE) --parents pgAdmin4.qrc .tmp/pgAdmin44.13.0.0/ && $(COPY_FILE) --parents pgAdmin4.cpp Server.cpp ConfigWindow.cpp TrayIcon.cpp LogWindow.cpp MenuActions.cpp FloatingWindow.cpp Logger.cpp .tmp/pgAdmin44.13.0.0/ && $(COPY_FILE) --parents ConfigWindow.ui LogWindow.ui FloatingWindow.ui .tmp/pgAdmin44.13.0.0/ && (cd `dirname .tmp/pgAdmin44.13.0.0` && $(TAR) pgAdmin44.13.0.0.tar pgAdmin44.13.0.0 && $(COMPRESS) pgAdmin44.13.0.0.tar) && $(MOVE) `dirname .tmp/pgAdmin44.13.0.0`/pgAdmin44.13.0.0.tar.gz . && $(DEL_FILE) -r .tmp/pgAdmin44.13.0.0


clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


check: first

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all: moc_Server.cpp moc_ConfigWindow.cpp moc_TrayIcon.cpp moc_LogWindow.cpp moc_MenuActions.cpp moc_FloatingWindow.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_Server.cpp moc_ConfigWindow.cpp moc_TrayIcon.cpp moc_LogWindow.cpp moc_MenuActions.cpp moc_FloatingWindow.cpp
moc_Server.cpp: pgAdmin4.h \
		Server.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) Server.h -o moc_Server.cpp

moc_ConfigWindow.cpp: ConfigWindow.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) ConfigWindow.h -o moc_ConfigWindow.cpp

moc_TrayIcon.cpp: pgAdmin4.h \
		MenuActions.h \
		LogWindow.h \
		ConfigWindow.h \
		TrayIcon.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) TrayIcon.h -o moc_TrayIcon.cpp

moc_LogWindow.cpp: LogWindow.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) LogWindow.h -o moc_LogWindow.cpp

moc_MenuActions.cpp: pgAdmin4.h \
		LogWindow.h \
		ConfigWindow.h \
		MenuActions.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) MenuActions.h -o moc_MenuActions.cpp

moc_FloatingWindow.cpp: pgAdmin4.h \
		MenuActions.h \
		LogWindow.h \
		ConfigWindow.h \
		FloatingWindow.h
	/usr/lib/x86_64-linux-gnu/qt4/bin/moc $(DEFINES) $(INCPATH) FloatingWindow.h -o moc_FloatingWindow.cpp

compiler_rcc_make_all: qrc_pgAdmin4.cpp
compiler_rcc_clean:
	-$(DEL_FILE) qrc_pgAdmin4.cpp
qrc_pgAdmin4.cpp: pgAdmin4.qrc \
		splash.png \
		back.png \
		pgAdmin4.png \
		forward.png \
		close.png \
		pgAdmin4.ico \
		pgAdmin4-mac.png
	/usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name pgAdmin4 pgAdmin4.qrc -o qrc_pgAdmin4.cpp

compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_ConfigWindow.h ui_LogWindow.h ui_FloatingWindow.h
compiler_uic_clean:
	-$(DEL_FILE) ui_ConfigWindow.h ui_LogWindow.h ui_FloatingWindow.h
ui_ConfigWindow.h: ConfigWindow.ui
	/usr/lib/x86_64-linux-gnu/qt4/bin/uic ConfigWindow.ui -o ui_ConfigWindow.h

ui_LogWindow.h: LogWindow.ui
	/usr/lib/x86_64-linux-gnu/qt4/bin/uic LogWindow.ui -o ui_LogWindow.h

ui_FloatingWindow.h: FloatingWindow.ui
	/usr/lib/x86_64-linux-gnu/qt4/bin/uic FloatingWindow.ui -o ui_FloatingWindow.h

compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean 

####### Compile

pgAdmin4.o: pgAdmin4.cpp pgAdmin4.h \
		ConfigWindow.h \
		Server.h \
		TrayIcon.h \
		MenuActions.h \
		LogWindow.h \
		FloatingWindow.h \
		Logger.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o pgAdmin4.o pgAdmin4.cpp

Server.o: Server.cpp pgAdmin4.h \
		Logger.h \
		Server.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Server.o Server.cpp

ConfigWindow.o: ConfigWindow.cpp ConfigWindow.h \
		ui_ConfigWindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ConfigWindow.o ConfigWindow.cpp

TrayIcon.o: TrayIcon.cpp TrayIcon.h \
		pgAdmin4.h \
		MenuActions.h \
		LogWindow.h \
		ConfigWindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o TrayIcon.o TrayIcon.cpp

LogWindow.o: LogWindow.cpp LogWindow.h \
		ui_LogWindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o LogWindow.o LogWindow.cpp

MenuActions.o: MenuActions.cpp MenuActions.h \
		pgAdmin4.h \
		LogWindow.h \
		ConfigWindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o MenuActions.o MenuActions.cpp

FloatingWindow.o: FloatingWindow.cpp FloatingWindow.h \
		pgAdmin4.h \
		MenuActions.h \
		LogWindow.h \
		ConfigWindow.h \
		ui_FloatingWindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o FloatingWindow.o FloatingWindow.cpp

Logger.o: Logger.cpp pgAdmin4.h \
		Logger.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Logger.o Logger.cpp

moc_Server.o: moc_Server.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_Server.o moc_Server.cpp

moc_ConfigWindow.o: moc_ConfigWindow.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_ConfigWindow.o moc_ConfigWindow.cpp

moc_TrayIcon.o: moc_TrayIcon.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_TrayIcon.o moc_TrayIcon.cpp

moc_LogWindow.o: moc_LogWindow.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_LogWindow.o moc_LogWindow.cpp

moc_MenuActions.o: moc_MenuActions.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_MenuActions.o moc_MenuActions.cpp

moc_FloatingWindow.o: moc_FloatingWindow.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_FloatingWindow.o moc_FloatingWindow.cpp

qrc_pgAdmin4.o: qrc_pgAdmin4.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_pgAdmin4.o qrc_pgAdmin4.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

