#############################################################################
# Makefile for building: libCustomCalendar.so.1.0.0
# Generated by qmake (2.01a) (Qt 4.8.1) on: Mon Apr 14 22:34:17 2014
# Project:  CustomCalendar.pro
# Template: lib
# Command: /usr/bin/qmake -o Makefile CustomCalendar.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DQT_WEBKIT -DCUSTOMCALENDAR_LIBRARY -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I.
LINK          = g++
LFLAGS        = -Wl,-O1 -shared -Wl,-soname,libCustomCalendar.so.1
LIBS          = $(SUBLIBS)  -L/usr/lib/i386-linux-gnu -lQtCore -lpthread 
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/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       = CustomCalendar.cpp \
		CalendarDialog.cpp \
		CustomComboBox.cpp \
		CustomLineEdit.cpp moc_CustomCalendar.cpp \
		moc_CalendarDialog.cpp \
		moc_CustomComboBox.cpp \
		moc_CustomLineEdit.cpp
OBJECTS       = CustomCalendar.o \
		CalendarDialog.o \
		CustomComboBox.o \
		CustomLineEdit.o \
		moc_CustomCalendar.o \
		moc_CalendarDialog.o \
		moc_CustomComboBox.o \
		moc_CustomLineEdit.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/modules/qt_webkit_version.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/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 \
		CustomCalendar.pro
QMAKE_TARGET  = CustomCalendar
DESTDIR       = 
TARGET        = libCustomCalendar.so.1.0.0
TARGETA       = libCustomCalendar.a
TARGETD       = libCustomCalendar.so.1.0.0
TARGET0       = libCustomCalendar.so
TARGET1       = libCustomCalendar.so.1
TARGET2       = libCustomCalendar.so.1.0

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):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP)  
	-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
	-ln -s $(TARGET) $(TARGET0)
	-ln -s $(TARGET) $(TARGET1)
	-ln -s $(TARGET) $(TARGET2)



staticlib: $(TARGETA)

$(TARGETA):  $(OBJECTS) $(OBJCOMP) 
	-$(DEL_FILE) $(TARGETA) 
	$(AR) $(TARGETA) $(OBJECTS)

Makefile: CustomCalendar.pro  /usr/share/qt4/mkspecs/linux-g++/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/modules/qt_webkit_version.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/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 \
		/usr/lib/i386-linux-gnu/libQtCore.prl
	$(QMAKE) -o Makefile CustomCalendar.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/modules/qt_webkit_version.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/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:
/usr/lib/i386-linux-gnu/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -o Makefile CustomCalendar.pro

dist: 
	@$(CHK_DIR_EXISTS) .tmp/CustomCalendar1.0.0 || $(MKDIR) .tmp/CustomCalendar1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/CustomCalendar1.0.0/ && $(COPY_FILE) --parents CustomCalendar.h CalendarDialog.h CustomComboBox.h CustomLineEdit.h .tmp/CustomCalendar1.0.0/ && $(COPY_FILE) --parents CustomCalendar.cpp CalendarDialog.cpp CustomComboBox.cpp CustomLineEdit.cpp .tmp/CustomCalendar1.0.0/ && (cd `dirname .tmp/CustomCalendar1.0.0` && $(TAR) CustomCalendar1.0.0.tar CustomCalendar1.0.0 && $(COMPRESS) CustomCalendar1.0.0.tar) && $(MOVE) `dirname .tmp/CustomCalendar1.0.0`/CustomCalendar1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/CustomCalendar1.0.0


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


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
	-$(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_CustomCalendar.cpp moc_CalendarDialog.cpp moc_CustomComboBox.cpp moc_CustomLineEdit.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_CustomCalendar.cpp moc_CalendarDialog.cpp moc_CustomComboBox.cpp moc_CustomLineEdit.cpp
moc_CustomCalendar.cpp: CustomCalendar.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) CustomCalendar.h -o moc_CustomCalendar.cpp

moc_CalendarDialog.cpp: CustomLineEdit.h \
		CustomCalendar.h \
		CustomComboBox.h \
		CalendarDialog.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) CalendarDialog.h -o moc_CalendarDialog.cpp

moc_CustomComboBox.cpp: CustomComboBox.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) CustomComboBox.h -o moc_CustomComboBox.cpp

moc_CustomLineEdit.cpp: CustomLineEdit.h
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) CustomLineEdit.h -o moc_CustomLineEdit.cpp

compiler_rcc_make_all:
compiler_rcc_clean:
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:
compiler_uic_clean:
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 

####### Compile

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

CalendarDialog.o: CalendarDialog.cpp CalendarDialog.h \
		CustomLineEdit.h \
		CustomCalendar.h \
		CustomComboBox.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o CalendarDialog.o CalendarDialog.cpp

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

CustomLineEdit.o: CustomLineEdit.cpp CustomLineEdit.h \
		CalendarDialog.h \
		CustomCalendar.h \
		CustomComboBox.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o CustomLineEdit.o CustomLineEdit.cpp

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

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

