summaryrefslogtreecommitdiff
path: root/support/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>1998-05-22 15:28:52 +0000
committernobody <nobody@localhost>1998-05-22 15:28:52 +0000
commit5ce323b380125aafb50f7e5c3b5a2edffc8101c2 (patch)
tree6d8e1b2760305f92e24ddb70d19783e0c4d189da /support/Makefile.am
parente9f3b89ac15546a65156a08298ca5dfe5d2fce04 (diff)
downloadshared-mime-info-5ce323b380125aafb50f7e5c3b5a2edffc8101c2.tar.gz
This commit was manufactured by cvs2svn to create branchfileutils_3_16GNU_FILEUTILS
'GNU_FILEUTILS'. svn path=/branches/GNU_FILEUTILS/; revision=224
Diffstat (limited to 'support/Makefile.am')
-rw-r--r--support/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
deleted file mode 100644
index 78639bc7..00000000
--- a/support/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-
-supportincludedir = $(pkglibdir)/include
-
-if BUILD_GNOME_SUPPORT
-INCLUDES = -D_GNU_SOURCE
-
-lib_LTLIBRARIES = libgnomesupport.la
-
-supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h
-
-# it is in _DATA since we don't want `gnomesupport.h' to be part of
-# the distributed `.tar.gz' file
-supportinclude_DATA = gnomesupport.h
-
-# These are internal headers: they are used only when compiling and
-# should not be installed
-noinst_HEADERS = argp-fmtstream.h argp-namefrob.h
-
-libgnomesupport_la_SOURCES = long-options.c gnome-argp.c
-libgnomesupport_la_LIBADD = @LTLIBOBJS@
-libgnomesupport_la_LDFLAGS = -version-info 0:0:0
-
-noinst_PROGRAMS = gnomesupport-h
-
-BUILT_SOURCES = gnomesupport.h
-
-gnomesupport.h: gnomesupport-h
- ./gnomesupport-h > gnomesupport.h-new && \
- mv gnomesupport.h-new gnomesupport.h
-
-endif
-
-EXTRA_DIST = argp-test.c argp.texi