source: trunk/third/bonobo/Makefile.am @ 16750

Revision 16750, 1.7 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16749, which included commits to RCS files with non-trunk default branches.
Line 
1NULL=
2
3SUBDIRS = \
4        macros intl                     \
5        idl                             \
6        libefs                          \
7        bonobo storage-modules          \
8        monikers                        \
9        components samples              \
10        gshell                          \
11        tests doc po
12
13confexecdir = $(libdir)
14confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh
15
16bonoboincludedir=$(includedir)/gnome-1.0
17bonoboinclude_HEADERS = \
18        bonobo.h
19
20EXTRA_DIST =                                    \
21        bonoboConf.sh.in                        \
22        bonoboxConf.sh.in                       \
23        bonobox_printConf.sh.in                 \
24        bonobo.spec.in                          \
25        xml-i18n-extract.in                     \
26        xml-i18n-merge.in                       \
27        xml-i18n-update.in                      \
28        $(NULL)
29
30bonoboConf.sh: $(top_srcdir)/bonoboConf.sh.in Makefile
31        sed -e 's?\@BONOBO_LIBDIR\@?$(BONOBO_LIBDIR)?g' \
32            -e 's?\@BONOBO_INCLUDEDIR\@?$(BONOBO_INCLUDEDIR)?g' \
33            -e 's?\@VERSION\@?$(VERSION)?g' \
34            -e 's?\@BONOBO_LIBS\@?$(BONOBO_LIBS)?g' \
35              < $(top_srcdir)/bonoboConf.sh.in > bonoboConf.tmp \
36          && mv bonoboConf.tmp bonoboConf.sh
37
38bonoboxConf.sh: $(top_srcdir)/bonoboxConf.sh.in Makefile
39        sed -e 's?\@BONOBO_LIBDIR\@?$(BONOBO_LIBDIR)?g' \
40            -e 's?\@BONOBO_INCLUDEDIR\@?$(BONOBO_INCLUDEDIR)?g' \
41            -e 's?\@VERSION\@?$(VERSION)?g' \
42            -e 's?\@BONOBOX_LIBS\@?$(BONOBOX_LIBS)?g' \
43              < $(top_srcdir)/bonoboxConf.sh.in > bonoboxConf.tmp \
44          && mv bonoboxConf.tmp bonoboxConf.sh
45
46bonobox_printConf.sh: $(top_srcdir)/bonobox_printConf.sh.in Makefile
47        sed -e 's?\@BONOBO_LIBDIR\@?$(BONOBO_LIBDIR)?g' \
48            -e 's?\@BONOBO_INCLUDEDIR\@?$(BONOBO_INCLUDEDIR)?g' \
49            -e 's?\@VERSION\@?$(VERSION)?g' \
50            -e 's?\@BONOBOX_PRINT_LIBS\@?$(BONOBOX_PRINT_LIBS)?g' \
51              < $(top_srcdir)/bonobox_printConf.sh.in > bonobox_printConf.tmp \
52          && mv bonobox_printConf.tmp bonobox_printConf.sh
53
54dist-hook: bonobo.spec
55        cp bonobo.spec $(distdir)
56
57CLEANFILES=bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh
Note: See TracBrowser for help on using the repository browser.