source: trunk/third/gal/Makefile.am @ 18133

Revision 18133, 647 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18132, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = gal po intl tests docs art macros
2
3confexecdir = $(libdir)
4confexec_DATA = galConf.sh
5
6galConf.sh: $(top_srcdir)/galConf.sh.in Makefile
7        sed -e 's?\@GAL_LIBDIR\@?$(GAL_LIBDIR)?g' \
8            -e 's?\@GAL_INCLUDEDIR\@?$(GAL_INCLUDEDIR)?g' \
9            -e 's?\@VERSION\@?$(VERSION)?g' \
10            -e 's?\@GAL_LIBS\@?$(GAL_LIBS)?g' \
11              < $(top_srcdir)/galConf.sh.in > galConf.tmp \
12          && mv galConf.tmp galConf.sh
13
14EXTRA_DIST =                    \
15        gal.spec.in             \
16        galConf.sh.in           \
17        MAINTAINERS             \
18        AUTHORS                 \
19        iconv-detect.c          \
20        xml-i18n-extract.in     \
21        xml-i18n-merge.in       \
22        xml-i18n-update.in     
23
24dist-hook: gal.spec
25        cp gal.spec $(distdir)
26
27CLEANFILES = galConf.sh
Note: See TracBrowser for help on using the repository browser.