source: ThirdParty/vmg/Makefile.am

Candidate_v1.6.1
Last change on this file was 4e8108, checked in by Frederik Heber <heber@…>, 8 years ago

Libtool consolidates and updates itself through LIBTOOL_DEPS for all packages.

  • Property mode set to 100644
File size: 243 bytes
Line 
1# Remove files created during configure.
2DISTCLEANFILES = fcs-package.info
3
4ACLOCAL_AMFLAGS = -I m4
5
6SUBDIRS = src test doc
7
8# have libtool update itself
9LIBTOOL_DEPS = @LIBTOOL_DEPS@
10libtool: $(LIBTOOL_DEPS)
11 $(SHELL) ./config.status libtool
Note: See TracBrowser for help on using the repository browser.