aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-19 19:40:52 +0000
committerLev Walkin <vlm@lionet.info>2004-09-19 19:40:52 +0000
commit33cded1db410cdf6cbadd9fc29affda3452bd7b2 (patch)
tree10f795aa8ccf349f092e879db2989025e4ddeda8 /Makefile.in
parent07cd6d82d29be142d04133ba155718e13e3a8cc0 (diff)
CGI environment for online ASN.1 compilation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ce718abd..98cf233b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,10 +36,10 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
- TODO config.guess config.sub depcomp install-sh ltconfig \
- ltmain.sh missing mkinstalldirs
+ $(srcdir)/Makefile.in $(srcdir)/asn1c.spec.in \
+ $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
+ ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
+ install-sh ltconfig ltmain.sh missing mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
@@ -49,7 +49,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = asn1c.spec
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -132,7 +132,6 @@ PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH = @PATH@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
@@ -191,9 +190,10 @@ SUBDIRS = \
skeletons examples tests \
doc asn1c
-EXTRA_DIST = BUGS MANIFEST
docsdir = $(datadir)/doc/asn1c
-docs_DATA = INSTALL README FAQ BUGS TODO
+docs_DATA = README FAQ COPYING ChangeLog BUGS TODO
+EXTRA_DIST = asn1c.spec.in FAQ BUGS MANIFEST
+CLEANFILES = asn1c.spec
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -248,6 +248,8 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
distclean-hdr:
-rm -f config.h stamp-h1
+asn1c.spec: $(top_builddir)/config.status $(srcdir)/asn1c.spec.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
mostlyclean-libtool:
-rm -f *.lo
@@ -399,6 +401,7 @@ distclean-tags:
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
+ $(mkdir_p) $(distdir)/.
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
@@ -560,6 +563,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-rm -f $(CONFIG_CLEAN_FILES)