OpenCores
URL https://opencores.org/ocsvn/orsoc_graphics_accelerator/orsoc_graphics_accelerator/trunk

Subversion Repositories orsoc_graphics_accelerator

[/] [orsoc_graphics_accelerator/] [trunk/] [sw/] [utils/] [fonter/] [Makefile] - Rev 5

Compare with Previous | Blame | View Log

#############################################################################
# Makefile for building: fonter
# Generated by qmake (2.01a) (Qt 4.8.1) on: Tue May 29 15:13:13 2012
# Project:  fonter.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile fonter.pro
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DQT_WEBKIT
CFLAGS        = -m64 -pipe -O2 -Wall -W $(DEFINES)
CXXFLAGS      = -m64 -pipe -O2 -Wall -W $(DEFINES)
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/freetype2
LINK          = g++
LFLAGS        = -m64 -Wl,-O1
LIBS          = $(SUBLIBS)   `freetype-config --libs` -lfreetype 
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       = main.cpp \
                ttfpoint.cpp \
                poly2tri/sweep/sweep_context.cc \
                poly2tri/sweep/sweep.cc \
                poly2tri/sweep/cdt.cc \
                poly2tri/sweep/advancing_front.cc \
                poly2tri/common/shapes.cc 
OBJECTS       = main.o \
                ttfpoint.o \
                sweep_context.o \
                sweep.o \
                cdt.o \
                advancing_front.o \
                shapes.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/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 \
                fonter.pro
QMAKE_TARGET  = fonter
DESTDIR       = 
TARGET        = fonter

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)  
        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: fonter.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/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/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) -o Makefile fonter.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/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) -o Makefile fonter.pro

dist: 
        @$(CHK_DIR_EXISTS) .tmp/fonter1.0.0 || $(MKDIR) .tmp/fonter1.0.0 
        $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/fonter1.0.0/ && (cd `dirname .tmp/fonter1.0.0` && $(TAR) fonter1.0.0.tar fonter1.0.0 && $(COMPRESS) fonter1.0.0.tar) && $(MOVE) `dirname .tmp/fonter1.0.0`/fonter1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/fonter1.0.0


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


####### Sub-libraries

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


check: first

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
        -$(DEL_FILE) qmake_image_collection.cpp
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: 

####### Compile

main.o: main.cpp ttfpoint.h \
                poly2tri/poly2tri.h \
                poly2tri/common/shapes.h \
                poly2tri/sweep/cdt.h \
                poly2tri/sweep/advancing_front.h \
                poly2tri/sweep/sweep_context.h \
                poly2tri/sweep/sweep.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp

ttfpoint.o: ttfpoint.cpp ttfpoint.h \
                poly2tri/poly2tri.h \
                poly2tri/common/shapes.h \
                poly2tri/sweep/cdt.h \
                poly2tri/sweep/advancing_front.h \
                poly2tri/sweep/sweep_context.h \
                poly2tri/sweep/sweep.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ttfpoint.o ttfpoint.cpp

sweep_context.o: poly2tri/sweep/sweep_context.cc poly2tri/sweep/sweep_context.h \
                poly2tri/sweep/advancing_front.h \
                poly2tri/common/shapes.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o sweep_context.o poly2tri/sweep/sweep_context.cc

sweep.o: poly2tri/sweep/sweep.cc poly2tri/sweep/sweep.h \
                poly2tri/sweep/sweep_context.h \
                poly2tri/sweep/advancing_front.h \
                poly2tri/common/shapes.h \
                poly2tri/common/utils.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o sweep.o poly2tri/sweep/sweep.cc

cdt.o: poly2tri/sweep/cdt.cc poly2tri/sweep/cdt.h \
                poly2tri/sweep/advancing_front.h \
                poly2tri/common/shapes.h \
                poly2tri/sweep/sweep_context.h \
                poly2tri/sweep/sweep.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cdt.o poly2tri/sweep/cdt.cc

advancing_front.o: poly2tri/sweep/advancing_front.cc poly2tri/sweep/advancing_front.h \
                poly2tri/common/shapes.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o advancing_front.o poly2tri/sweep/advancing_front.cc

shapes.o: poly2tri/common/shapes.cc poly2tri/common/shapes.h
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o shapes.o poly2tri/common/shapes.cc

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.