source: trunk/MagicSoft/AMC/activemirrorcontrol/Makefile.am@ 9432

Last change on this file since 9432 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 1.0 KB
Line 
1####### kdevelop will overwrite this part!!! (begin)##########
2
3SUBDIRS = activemirrorcontrol po doc
4
5EXTRA_DIST = activemirrorcontrol.kdevprj
6
7####### kdevelop will overwrite this part!!! (end)############
8# not a GNU package. You can remove this line, if
9# have all needed files, that a GNU package needs
10AUTOMAKE_OPTIONS = foreign
11
12$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
13 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
14
15$(top_srcdir)/subdirs:
16 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
17
18$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
19 @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
20
21MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
22
23package-messages:
24 $(MAKE) -f admin/Makefile.common package-messages
25 $(MAKE) -C po merge
26
27EXTRA_DIST = admin
28
29dist-hook:
30 cd $(top_distdir) && perl admin/am_edit -padmin
31 cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
Note: See TracBrowser for help on using the repository browser.