source: trunk/Taper/Makefile.am@ 5357

Last change on this file since 5357 was 4307, checked in by merck, 20 years ago
new project
File size: 775 bytes
Line 
1SUBDIRS = $(TOPSUBDIRS)
2
3$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
4 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
5
6$(top_srcdir)/subdirs:
7 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
8
9$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
10 @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
11
12MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
13
14package-messages:
15 cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
16 $(MAKE) -C po merge
17
18EXTRA_DIST = admin configure.in.in
19
20dist-hook:
21 cd $(top_distdir) && perl admin/am_edit -padmin
22 cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
Note: See TracBrowser for help on using the repository browser.