|
|
| File: [Development] / projects / ltp / Makefile (download)
Revision 1.3, Mon Jan 22 18:05:27 2001 UTC (16 years, 8 months ago) by nstraz
Add tools to the list of directories that need building |
CFLAGS+= LDFLAGS+= all: libltp.a @$(MAKE) -C doio $@ @$(MAKE) -C tests $@ @$(MAKE) -C pan $@ @$(MAKE) -C tools $@ libltp.a: @$(MAKE) -C lib $@ clean: @$(MAKE) -C lib $@ @$(MAKE) -C doio $@ @$(MAKE) -C tests $@ @$(MAKE) -C pan $@ @$(MAKE) -C tools $@