From 4e74d60750141c9d2b0545bba6a1597b7d2ce063 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 29 Mar 2000 00:30:07 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNOME_PIM_1_1_5'. svn path=/tags/GNOME_PIM_1_1_5/; revision=1160 --- support/Makefile.am | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 support/Makefile.am (limited to 'support/Makefile.am') diff --git a/support/Makefile.am b/support/Makefile.am deleted file mode 100644 index 6b4e7151..00000000 --- a/support/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -## Process this file with automake to produce Makefile.in. - -supportexecincludedir = $(includedir)/gnome/$(GNOME_INTERFACE_VERSION) - -INCLUDES = -D_GNU_SOURCE - -noinst_LTLIBRARIES = libgnomesupport.la - -# it is in _DATA since we don't want `gnomesupport.h' to be part of -# the distributed `.tar.gz' file -supportexecinclude_DATA = gnomesupport.h - -# These are internal headers: they are used only when compiling and -# should not be installed -#noinst_HEADERS = gnomesupport-fake.h \ -# findme.h poptint.h system.h - -# Hmm... should we move `error.h' here. -#include_HEADERS = popt-gnome.h - -#popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c -popt_sources= - -libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c -libgnomesupport_la_LIBADD = @LTLIBOBJS@ -libgnomesupport_la_LDFLAGS = -version-info 0:0:0 - -BUILT_SOURCES = gnomesupport.h - -# error.o is not always built. In the case when it is built, make -# sure gnomesupport.h is built first. -error.o: gnomesupport.h - -gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h - $(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t - mv gsh-t gnomesupport.h - -EXTRA_DIST = gnomesupport.awk README-gnome \ - canonicalize.c easy-vsnprintf.c error.c error.h \ - findme.c findme.h getopt.c getopt.h getopt1.c \ - gnome-argp.c gnome-argp.h gnomesupport-fake.h \ - memmove.c mkstemp.c popt-gnome.h popt.c poptconfig.c \ - popthelp.c poptint.h poptparse.c scandir.c strcasecmp.c \ - strerror.c strndup.c strnlen.c strtod.c strtok_r.c strtol.c \ - strtoul.c vasprintf.c vsnprintf.c -- cgit v1.2.1