Changeset 128 for projects/WinDictator/trunk/bin/reporter/Makefile
- Timestamp:
- 03/22/08 21:01:32 (8 months ago)
- Files:
-
- projects/WinDictator/trunk/bin/reporter/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/WinDictator/trunk/bin/reporter/Makefile
r19 r128 73 73 distuninstallcheck_listfiles = find . -type f -print 74 74 distcleancheck_listfiles = find . -type f -print 75 ACLOCAL = ${SHELL} /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/missing --run aclocal-1.975 ACLOCAL = ${SHELL} /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/missing --run aclocal-1.9 76 76 AMDEP_FALSE = # 77 77 AMDEP_TRUE = 78 AMTAR = ${SHELL} /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/missing --run tar79 AUTOCONF = ${SHELL} /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/missing --run autoconf80 AUTOHEADER = ${SHELL} /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/missing --run autoheader81 AUTOMAKE = ${SHELL} /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/missing --run automake-1.978 AMTAR = ${SHELL} /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/missing --run tar 79 AUTOCONF = ${SHELL} /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/missing --run autoconf 80 AUTOHEADER = ${SHELL} /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/missing --run autoheader 81 AUTOMAKE = ${SHELL} /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/missing --run automake-1.9 82 82 AWK = /usr/bin/awk 83 83 BASH = /bin/sh … … 106 106 ECHO_T = 107 107 EGREP = /bin/grep -E 108 EPSTOPDF = /usr/bin/epstopdf108 EPSTOPDF = 109 109 EXEEXT = 110 110 FOO_DIR = foo … … 134 134 PACKAGE_BUGREPORT = bug-xnee@gnu.org 135 135 PACKAGE_CFLAGS = -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 136 PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lX fixes -lpango-1.0 -lcairo -lX11-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0136 PACKAGE_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 137 137 PACKAGE_NAME = Xnee 138 138 PACKAGE_STRING = Xnee 2.05 … … 179 179 includedir = ${prefix}/include 180 180 infodir = ${datarootdir}/info 181 install_sh = /home/edsuom/documents/devel/ windictator/trunk/bin/reporter/autotools/install-sh181 install_sh = /home/edsuom/documents/devel/foss/projects/WinDictator/trunk/bin/reporter/autotools/install-sh 182 182 libdir = ${exec_prefix}/lib 183 183 libexecdir = ${exec_prefix}/libexec
