BUILT_SOURCES doesn't seem to work

2008-05-03 Thread Bobby Dill
I have written a Makefile.am and processed it with automake 1.10. Here's how the file looks. METASOURCES = AUTO bin_PROGRAMS = pkgmaker # This rule lets GNU make create any moc_*.cpp from the equivalent *.h %.h: %.ui $(UIC) -o $@ $< %.cpp: %.ui $(UIC) -o $@ -impl $*.h $< # You have one .h

patch and dist rules

2008-05-03 Thread Jack Bates
We are developing an application using a framework. Both the application and the framework are maintained using Subversion. The Subversion repository for the application defines a Subversion "external" for the framework: http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html This saves