#############################################################################
# Makefile for building: libqcdestyle.a
# Generated by qmake (1.04a) (Qt 3.1.1) on: Sat Feb  8 18:32:04 2003
# Project:  /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro
# Template: lib
# Command: $(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro
#############################################################################

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

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = byacc
CFLAGS   = -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -fno-exceptions -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include/postgresql/server -w -O2 -fPIC  -DQT_NO_DEBUG
CXXFLAGS = -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -fno-exceptions -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include/postgresql/server -w -O2 -fPIC  -DQT_NO_DEBUG
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -I/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde -I/usr/include/freetype2 -I../../../../include -I/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include -I. -I.moc/release-static/
AR       = ar cqs
RANLIB   = 
MOC      = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/moc
UIC      = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/uic -L /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/plugins
QMAKE    = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY) -p
COPY_DIR = $(COPY) -pR
DEL_FILE = rm -f
SYMLINK  = ln -sf
DEL_DIR  = rmdir
MOVE     = mv -f
CHK_DIR_EXISTS= test -d
MKDIR    = mkdir -p

####### Output directory

OBJECTS_DIR = .obj/

####### Files

HEADERS = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcdestyle.h
SOURCES = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/main.cpp \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qcdestyle.cpp
OBJECTS = .obj/main.o \
		.obj/qcdestyle.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = .moc/release-static/moc_qcdestyle.cpp
OBJMOC = .obj/moc_qcdestyle.o
DIST	   = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro
QMAKE_TARGET = qcdestyle
DESTDIR  = ../../../styles/
TARGET   = libqcdestyle.a
TARGETD   = libqcdestyle.a

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

.SUFFIXES: .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 ../../../styles/$(TARGET) 

staticlib: ../../../styles/$(TARGET)

../../../styles/$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(TARGETDEPS) 
	test -d ../../../styles/ || mkdir -p ../../../styles/
	-$(DEL_FILE) $(TARGET)
	$(AR) $(TARGET) $(OBJECTS) $(OBJMOC)
	-$(DEL_FILE) ../../../styles/$(TARGET)
	-$(MOVE) $(TARGET) ../../../styles/


mocables: $(SRCMOC)

$(MOC): 
	( cd $(QTDIR)/src/moc ; $(MAKE) )

Makefile: /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro ../../../../.qmake.cache /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++/qmake.conf ../../../../lib/libqt.prl
	$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro
qmake: 
	@$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/cde.pro

dist: 
	@mkdir -p /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/.obj/qcdestyle && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/.obj/qcdestyle/ && ( cd `dirname /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/.obj/qcdestyle` && $(TAR) qcdestyle.tar qcdestyle && $(GZIP) qcdestyle.tar ) && $(MOVE) `dirname /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/.obj/qcdestyle`/qcdestyle.tar.gz . && $(DEL_FILE) -r /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/.obj/qcdestyle

mocclean:
	-$(DEL_FILE) $(OBJMOC)
	-$(DEL_FILE) $(SRCMOC)

uiclean:

yaccclean:
lexclean:
clean: mocclean
	-$(DEL_FILE) $(OBJECTS) 
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) ../../../styles/$(TARGET) $(TARGET)


FORCE:

####### Compile

.obj/main.o: /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/main.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/main.o /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/plugins/src/styles/cde/main.cpp

.obj/qcdestyle.o: /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qcdestyle.cpp /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qcdestyle.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qmotifstyle.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qcommonstyle.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/qcdestyle.o /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/src/styles/qcdestyle.cpp

.obj/moc_qcdestyle.o: .moc/release-static/moc_qcdestyle.cpp /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcdestyle.h /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qmotifstyle.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcommonstyle.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qstyle.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qobject.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qobjectdefs.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qwindowdefs.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qstring.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qevent.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qnamespace.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qglobal.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qconfig-minimal.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qconfig-small.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qconfig-medium.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qconfig-large.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qfeatures.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcstring.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qmemarray.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qgarray.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qshared.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qregion.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qmime.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qpair.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qrect.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qsize.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qpoint.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qmap.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qptrlist.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qdatastream.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qvaluelist.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qiodevice.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qtl.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qtextstream.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qglist.h \
		/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/moc_qcdestyle.o .moc/release-static/moc_qcdestyle.cpp

.moc/release-static/moc_qcdestyle.cpp: $(MOC) /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcdestyle.h
	$(MOC) /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/include/qcdestyle.h -o .moc/release-static/moc_qcdestyle.cpp

####### Install

install_target: 
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/plugins/styles/ || $(MKDIR) $(INSTALL_ROOT)/usr/plugins/styles/
	$(DEL_FILE) "$(INSTALL_ROOT)/usr/plugins/styles/$(TARGET)"
	-$(COPY) "../../../styles/$(TARGET)" "$(INSTALL_ROOT)/usr/plugins/styles/$(TARGET)"

uninstall_target: 
	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/plugins/styles/$(TARGET)"
	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/plugins/styles/"


install: all install_target 

uninstall: uninstall_target 

