aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrhlabs <rhlabs@localhost>1998-02-27 13:20:11 +0800
committerrhlabs <rhlabs@localhost>1998-02-27 13:20:11 +0800
commitdcca0a05a9f27eb3473b8658a64465d39e926a14 (patch)
tree2268cc07f98ecc61ac41122a11aa756704c4d6dd
parent1353f7fde6d54630507606fd33d45b00ecdd5616 (diff)
downloadgsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.gz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.bz2
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.lz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.xz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.zst
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.zip
Added $(GNOME_LIBDIR) to some Makefile.am files.
-Marc svn path=/trunk/; revision=53
-rw-r--r--calendar/Makefile402
-rw-r--r--calendar/Makefile.am1
-rw-r--r--calendar/gui/Makefile.am1
3 files changed, 404 insertions, 0 deletions
diff --git a/calendar/Makefile b/calendar/Makefile
new file mode 100644
index 0000000000..2602947a8a
--- /dev/null
+++ b/calendar/Makefile
@@ -0,0 +1,402 @@
+# Generated automatically from Makefile.in by configure.
+# Makefile.in generated automatically by automake 1.2d from Makefile.am
+
+# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+
+SHELL = /bin/sh
+
+srcdir = .
+top_srcdir = ..
+prefix = /opt/gnome
+exec_prefix = ${prefix}
+
+bindir = ${exec_prefix}/bin
+sbindir = ${exec_prefix}/sbin
+libexecdir = ${exec_prefix}/libexec
+datadir = ${prefix}/share
+sysconfdir = ${prefix}/etc
+sharedstatedir = ${prefix}/com
+localstatedir = ${prefix}/var
+libdir = ${exec_prefix}/lib
+infodir = ${prefix}/info
+mandir = ${prefix}/man
+includedir = ${prefix}/include
+oldincludedir = /usr/include
+
+pkgdatadir = $(datadir)/gnome-utils
+pkglibdir = $(libdir)/gnome-utils
+pkgincludedir = $(includedir)/gnome-utils
+
+top_builddir = ..
+
+ACLOCAL = aclocal -I macros
+AUTOCONF = autoconf
+AUTOMAKE = automake
+AUTOHEADER = autoheader
+
+INSTALL = /usr/bin/install -c
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_SCRIPT = ${INSTALL_PROGRAM}
+transform = s,x,x,
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = i586-pc-linux-gnu
+host_triplet = i586-pc-linux-gnu
+CATALOGS = de.gmo es.gmo fr.gmo it.gmo ko.gmo
+CATOBJEXT = .gmo
+CC = gcc
+CFLAGS = -g -O2
+CPP = gcc -E
+CPPFLAGS = -I/usr/X11R6/include
+CXX = c++
+DATADIRNAME = share
+GENCAT =
+GMOFILES = de.gmo es.gmo fr.gmo it.gmo ko.gmo
+GMSGFMT = /usr/bin/msgfmt
+GNOMEUI_LIBS = -lgnomeui -lgnome -ldl -lgdk_imlib -ltiff -ljpeg -lpng -lz -lgtk -lgdk -lglib -lm -L/usr/X11R6/lib -lSM -lICE -lX11 -lXext
+GNOME_INCLUDEDIR = -I/opt/gnome/include
+GNOME_LIBDIR = -L/opt/gnome/lib
+GNOME_LIBS = -lgnome -ldl
+GTKXMHTML_LIBS = -lgtkxmhtml -lgtk -lgdk -lglib -lm -lXpm -ljpeg -lpng -lz -L/usr/X11R6/lib -lSM -lICE -lX11 -lXext
+GTK_LIBS = -lgtk -lgdk -lglib -lm
+GT_NO =
+GT_YES = #YES#
+GUILE_LIBS = -lguile
+INCLUDE_LOCALE_H = #include <locale.h>
+INSTOBJEXT = .mo
+INTLDEPS =
+INTLLIBS =
+INTLOBJS =
+LD = /usr/bin/ld
+LDFLAGS =
+LEX = flex
+LIBOBJS =
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LN_S = ln -s
+MAINT =
+MAKEINFO = makeinfo
+MKINSTALLDIRS = ./mkinstalldirs
+MSGFMT = /usr/bin/msgfmt
+NM = /usr/bin/nm -B
+PACKAGE = gnome-utils
+POFILES = de.po es.po fr.po it.po ko.po
+POSUB = po
+PROGRAMS_GENIUS = genius
+PROGRAMS_GTOP = gtop
+PTHREAD_LIB = -lpthread
+QTTHREADS_LIB =
+RANLIB = ranlib
+READLINE_LIB =
+TERMCAP_LIB =
+USE_INCLUDED_LIBINTL = no
+USE_NLS = yes
+VERSION = 0.12
+XPM_LIBS = -lXpm
+YACC = bison -y
+l =
+x_libs = -lSM -lICE -lX11 -lXext
+
+INCLUDES = \
+ -I$(includedir)
+
+bin_PROGRAMS = gncal
+
+gncal_SOURCES = \
+ gncal.c \
+ gncal.h \
+ calcs.c \
+ calcs.h
+
+gncal_LDADD = \
+ $(GNOME_LIBDIR) \
+ $(GNOMEUI_LIBS) \
+ $(top_builddir)/support/libsupport.a \
+ $(INTLLIBS)
+
+EXTRA_DIST = \
+ gncal.desktop
+
+Productivitydir = $(datadir)/apps/Productivity
+
+Productivity_DATA = gncal.desktop
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(bin_PROGRAMS)
+
+
+DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
+LIBS =
+X_CFLAGS = -I/usr/X11R6/include
+X_LIBS = -L/usr/X11R6/lib
+X_EXTRA_LIBS =
+X_PRE_LIBS = -lSM -lICE
+gncal_OBJECTS = gncal.o calcs.o
+gncal_DEPENDENCIES = $(top_builddir)/support/libsupport.a
+gncal_LDFLAGS =
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+DATA = $(Productivity_DATA)
+
+DIST_COMMON = ChangeLog Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+
+TAR = tar
+GZIP = --best
+DEP_FILES = .deps/calcs.P .deps/gncal.P
+SOURCES = $(gncal_SOURCES)
+OBJECTS = $(gncal_OBJECTS)
+
+default: all
+
+.SUFFIXES:
+.SUFFIXES: .S .c .lo .o .s
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu gncal/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+mostlyclean-binPROGRAMS:
+
+clean-binPROGRAMS:
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+
+distclean-binPROGRAMS:
+
+maintainer-clean-binPROGRAMS:
+
+install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(bindir)
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ else :; fi; \
+ done
+
+uninstall-binPROGRAMS:
+ $(NORMAL_UNINSTALL)
+ list='$(bin_PROGRAMS)'; for p in $$list; do \
+ rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
+
+.c.o:
+ $(COMPILE) -c $<
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+.c.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.s.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+.S.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
+
+gncal: $(gncal_OBJECTS) $(gncal_DEPENDENCIES)
+ @rm -f gncal
+ $(LINK) $(gncal_LDFLAGS) $(gncal_OBJECTS) $(gncal_LDADD) $(LIBS)
+
+install-ProductivityDATA: $(Productivity_DATA)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(Productivitydir)
+ @list='$(Productivity_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(Productivitydir)/$$p"; \
+ $(INSTALL_DATA) $(srcdir)/$$p $(Productivitydir)/$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(Productivitydir)/$$p"; \
+ $(INSTALL_DATA) $$p $(Productivitydir)/$$p; \
+ fi; fi; \
+ done
+
+uninstall-ProductivityDATA:
+ $(NORMAL_UNINSTALL)
+ list='$(Productivity_DATA)'; for p in $$list; do \
+ rm -f $(Productivitydir)/$$p; \
+ done
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = gncal
+
+distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu gncal/Makefile
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file; \
+ done
+
+MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+
+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
+-include .deps/.P
+.deps/.P: $(BUILT_SOURCES)
+ echo > $@
+
+-include $(DEP_FILES)
+
+mostlyclean-depend:
+
+clean-depend:
+
+distclean-depend:
+
+maintainer-clean-depend:
+ -rm -rf .deps
+
+.deps/%.P: %.c
+ @echo "Computing dependencies for $<..."
+ @o='o'; \
+ test -n "$o" && o='$$o'; \
+ $(MKDEP) $< >$@.tmp \
+ && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
+ && rm -f $@.tmp
+info:
+dvi:
+check: all
+ $(MAKE)
+installcheck:
+install-exec: install-binPROGRAMS
+ @$(NORMAL_INSTALL)
+
+install-data: install-ProductivityDATA
+ @$(NORMAL_INSTALL)
+
+install: install-exec install-data all
+ @:
+
+uninstall: uninstall-binPROGRAMS uninstall-ProductivityDATA
+
+all: Makefile $(PROGRAMS) $(DATA)
+
+install-strip:
+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+installdirs:
+ $(mkinstalldirs) $(bindir) $(Productivitydir)
+
+
+mostlyclean-generic:
+ -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
+
+clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+ -rm -f Makefile $(DISTCLEANFILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+mostlyclean: mostlyclean-binPROGRAMS mostlyclean-compile \
+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
+ mostlyclean-generic
+
+clean: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
+ clean-depend clean-generic mostlyclean
+
+distclean: distclean-binPROGRAMS distclean-compile distclean-libtool \
+ distclean-tags distclean-depend distclean-generic clean
+ -rm -f config.status
+ -rm -f libtool
+
+maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
+ maintainer-clean-libtool maintainer-clean-tags \
+ maintainer-clean-depend maintainer-clean-generic \
+ distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+.PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
+clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
+install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile mostlyclean-libtool distclean-libtool \
+clean-libtool maintainer-clean-libtool uninstall-ProductivityDATA \
+install-ProductivityDATA tags mostlyclean-tags distclean-tags \
+clean-tags maintainer-clean-tags distdir mostlyclean-depend \
+distclean-depend clean-depend maintainer-clean-depend info dvi \
+installcheck install-exec install-data install uninstall all \
+installdirs mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+ -I$(includedir)
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 4907494715..0ec00fc614 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -11,6 +11,7 @@ gncal_SOURCES = \
calcs.h
gncal_LDADD = \
+ $(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) \
$(top_builddir)/support/libsupport.a \
$(INTLLIBS)
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 4907494715..0ec00fc614 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -11,6 +11,7 @@ gncal_SOURCES = \
calcs.h
gncal_LDADD = \
+ $(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) \
$(top_builddir)/support/libsupport.a \
$(INTLLIBS)