You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
887 B
24 lines
887 B
11 years ago
|
SUBDIRS = doc extras karamba kshutdown kshutdownlockout pics po sounds
|
||
|
EXTRA_DIST = admin AUTHORS COPYING INSTALL README Setup TODO VERSION ChangeLog kshutdown.lsm NEWS
|
||
|
|
||
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
|
||
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
|
||
|
|
||
|
$(top_srcdir)/subdirs:
|
||
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
|
||
|
|
||
|
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
|
||
|
cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
|
||
|
|
||
|
MAINTAINERCLEANFILES = acinclude.m4 configure.files configure.in subdirs
|
||
|
|
||
|
package-messages:
|
||
|
$(MAKE) -f admin/Makefile.common package-messages
|
||
|
$(MAKE) -C po merge
|
||
|
|
||
|
dist-hook:
|
||
|
cd $(top_distdir) && perl admin/am_edit -padmin
|
||
|
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|