forked from deepin-community/opensp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
44 lines (33 loc) · 1.23 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = check-news
SUBDIRS = pubtext unicode doc \
include generic \
intl po \
lib nsgmls spent spam sgmlnorm sx spcat \
tests @DOCSRC@
pkginclude_HEADERS = config.h
docdir = $(datadir)/doc
pkgdocdir = $(docdir)/@PACKAGE@
pkgdoc_DATA = README ABOUT-NLS NEWS COPYING AUTHORS BUGS ChangeLog
BUILT_SOURCES = config.h msggen.pl
# these are not in CVS and get generated by 'automake --add-missing'
MAINTAINERCLEANFILES = install-sh mkinstalldirs missing \
config.guess config.sub ltconfig ltmain.sh INSTALL \
Makefile.in
## Note that we include the windows-only aux files.
## We include msggen.pl, since it won't be generated on Windows.
EXTRA_DIST = mkinstalldirs instmac.pl msggen.pl sunfix.sh SP.dsw SP.mak \
build-win32.bat sp-generate.mak .cvsignore all/README all/all.dsp \
@PACKAGE@-@[email protected] config.rpath BUGS autoinit.sh
dist-hook:
mv $(distdir)/include/config.h.old $(distdir)/config.h
if test -f $(top_srcdir)/update-changelog; then \
cd $(top_srcdir); \
./update-changelog; \
cp $(top_srcdir)/ChangeLog $(top_distdir); \
fi
dist-zip: distdir
-chmod -R a+r $(distdir)
zip -rql $(distdir).zip $(distdir)
-rm -rf $(distdir)
ACLOCAL_AMFLAGS = -I m4