1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
|
# -*- mode: Makefile -*-
#*****************************************************************************\
# $RCSfile$
#
# Copyright (C) 2001-2003 Martin Blais <blais@furius.ca>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#****************************************************************************/
#
# Generate with xxdiff.t template, as `tmake -t xxdiff.t xxdiff.pro > Makefile'
#
# Note: the version number is now in the VERSION file at the root and there is a
# special make rule defined to generate an include file for it.
TEMPLATE = xxdiff
CONFIG = release qt warn_on thread
# For KDE support, uncomment the following lines:
#TMAKE_CFLAGS += -DXX_KDE -I/usr/include/kde
#TMAKE_CXXFLAGS += -DXX_KDE -I/usr/include/kde
#TMAKE_LIBS += -lkdeui -lkio -lqt-mt
debug:TMAKE_CFLAGS += -DXX_DEBUG
debug:TMAKE_CXXFLAGS += -DXX_DEBUG
INCLUDEPATH += .
LEXYACC = resParser
LEXYACC_OBJ = $$LEXYACC.l.c $$LEXYACC.y.c $$LEXYACC.y.h
TMAKE_CLEAN += $$LEXYACC_OBJ doc.h
# Needed for Windows compile?
#REQUIRES=full-config
#
# irix-n32
#
irix-n32:TMAKE_CXXFLAGS += -woff 1375,1424,3201,1209,1110 -LANG:std
# always disable full warnings for C code.
irix-n32:TMAKE_CFLAGS_WARN_ON =
irix-n32:TMAKE_CC = cc
irix-n32:TMAKE_CFLAGS = $$TMAKE_CXXFLAGS
irix-n32:TMAKE_MOC = ${QTDIR}/bin/moc
irix-n32:TMAKE_LIBS += -lC -lCio -lm
irix-n32:TMAKE_LIBDIR_QT = $(QTDIR)/lib
irix-n32:TMAKE_LIBS += -Wl,-rpath -Wl,$(QTDIR)/lib
irix-n32:TMAKE_CFLAGS_RELEASE += -OPT:Olimit=4000
#
# linux-g++
#
# debugging memory problems
#linux-g++:TMAKE_CXXFLAGS += -fcheck-memory-usage
#linux-g++:TMAKE_LIBS += -lmpatrol -lbfd -liberty
#===============================================================================
# Max OS X with XFree86 port, macx-g++
#
# The following does not work with tmake-1.11
## macx-g++:TMAKE_CXXFLAGS += -D__GNU_LIBRARY__
## macx-g++:TMAKE_CXXFLAGS -= -fno-exceptions
#===============================================================================
# win32-msvc
#
win32-msvc:DEFINES += QT_DLL QT_THREAD_SUPPORT WINDOWS HAVE_STRING_H
#win32-msvc:TMAKE_CFLAGS += -GX
win32-msvc:TMAKE_CXXFLAGS += -GX
win32-msvc:INCLUDEPATH += winfixes
#win32-msvc:TMAKE_LFLAGS += /NODEFAULTLIB:MSVCRT
#===============================================================================
# Add diff files to link against directly
DIFFUTILS_DIR = ../diffutils-2.7
# TMAKE_LIBS += \
# $$DIFFUTILS_DIR/analyze.o \
# $$DIFFUTILS_DIR/cmpbuf.o \
# $$DIFFUTILS_DIR/dir.o \
# $$DIFFUTILS_DIR/io.o \
# $$DIFFUTILS_DIR/util.o \
# $$DIFFUTILS_DIR/context.o \
# $$DIFFUTILS_DIR/ed.o \
# $$DIFFUTILS_DIR/ifdef.o \
# $$DIFFUTILS_DIR/normal.o \
# $$DIFFUTILS_DIR/side.o \
# $$DIFFUTILS_DIR/fnmatch.o \
# $$DIFFUTILS_DIR/regex.o \
# $$DIFFUTILS_DIR/proginfo.o \
# $$DIFFUTILS_DIR/diff.o \
# $$DIFFUTILS_DIR/diff3.o
HEADERS = \
optionsDialog.h \
searchDialog.h \
app.h \
app.inline.h \
cmdline.h \
suicideMessageBox.h \
defs.h \
types.h \
diffs.h \
diffs.inline.h \
builder.h \
builder.inline.h \
builderFiles2.h \
builderFiles3.h \
builderDirs2.h \
builderUnmerge.h \
builderSingle.h \
exceptions.h \
buffer.h \
buffer.inline.h \
help.h \
hordiffImp.h \
line.h \
line.inline.h \
main.h \
overview.h \
resParser.h \
resources.h \
resources.inline.h \
accelUtil.h \
copyLabel.h \
text.h \
scrollView.h \
central.h \
merged.h \
lineNumbers.h \
util.h \
markers.h \
getopt.h \
diffutils.h \
diffutils_hack.h \
doc.html \
kdeSupport.h \
proginfo.h
SOURCES = \
optionsDialog.cpp \
searchDialog.cpp \
app.cpp \
cmdline.cpp \
suicideMessageBox.cpp \
main.cpp \
overview.cpp \
copyLabel.cpp \
text.cpp \
scrollView.cpp \
central.cpp \
merged.cpp \
lineNumbers.cpp \
util.cpp \
help.cpp \
exceptions.cpp \
builder.cpp \
builderFiles2.cpp \
builderFiles3.cpp \
builderDirs2.cpp \
builderUnmerge.cpp \
builderSingle.cpp \
diffs.cpp \
hordiffImp.cpp \
line.cpp \
buffer.cpp \
resources.cpp \
accelUtil.cpp \
resParser.cpp \
markers.cpp \
getopt.c \
getopt1.c \
proginfo.c
# diffutils.cpp \
INTERFACES = \
markersWidgetBase.ui \
optionsDialogBase.ui \
searchDialogBase.ui
TARGET = ../bin/xxdiff
#DEPENDPATH=../../include
#REQUIRES=large-config
|