root/trunk/src/modules.mk
| Revision 66, 168 bytes (checked in by ingy, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | .PHONY: modules.mk |
| 2 | |
| 3 | modules.mk: |
| 4 | find . | \ |
| 5 | grep '\.pm$$' | \ |
| 6 | grep '/lib/' | \ |
| 7 | grep -v '/t/' | \ |
| 8 | sort -fd | \ |
| 9 | perl ../../bin/make-make.pl $@ $(TYPE) $(GLOB_LEVEL) |
Note: See TracBrowser for help on using the browser.
