diff options
author | nobody <nobody@localhost> | 2003-05-03 11:02:31 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 11:02:31 +0000 |
commit | 108be7d45bed54c64ca9f1ea1059e3dcfa1fd7d5 (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /support/Makefile.am | |
parent | bd7e150fbf9603c20502dfb41234b03266ea376c (diff) | |
download | gnome-common-PANGO_BREAK_MERGE_POINT.tar.gz |
This commit was manufactured by cvs2svn to create tagPANGO_BREAK_MERGE_POINT
'PANGO_BREAK_MERGE_POINT'.
svn path=/tags/PANGO_BREAK_MERGE_POINT/; revision=2888
Diffstat (limited to 'support/Makefile.am')
-rw-r--r-- | support/Makefile.am | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/support/Makefile.am b/support/Makefile.am deleted file mode 100644 index 627e1df..0000000 --- a/support/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -## Process this file with automake to produce Makefile.in. - -supportexecincludedir = $(includedir)/gnome/$(GNOME_INTERFACE_VERSION) - -INCLUDES = -D_GNU_SOURCE - -lib_LTLIBRARIES = libgnomesupport-1.3.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_1_3_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c -libgnomesupport_1_3_la_LIBADD = @LTLIBOBJS@ -libgnomesupport_1_3_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 gnome-support-2.0.pc.in - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gnome-support-2.0.pc |