Revision 18341,
353 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18340,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # Process this file with automake to create Makefile.in. |
---|
2 | |
---|
3 | SUBDIRS=libgail-util gail tests docs |
---|
4 | |
---|
5 | pkgconfigdir = $(libdir)/pkgconfig |
---|
6 | pkgconfig_DATA= gail.pc |
---|
7 | |
---|
8 | .PHONY: files |
---|
9 | |
---|
10 | files: |
---|
11 | @for subdir in $(SUBDIRS); do\ |
---|
12 | files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ |
---|
13 | for file in $$files; do \ |
---|
14 | echo $$subdir/$$file; \ |
---|
15 | done; \ |
---|
16 | done |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.