Mercurial > hg > index.cgi
annotate lwlib/rules.make @ 18:8eddaa2ab6c0
Added note about gnu make being suggested
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 17:41:55 -0700 |
parents | a4812d57ed13 |
children | ac311e7ffed6 |
rev | line source |
---|---|
0
2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff
changeset
|
1 dirname := $(dir $(lastword $(MAKEFILE_LIST))) |
2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff
changeset
|
2 |
2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff
changeset
|
3 lwlib_srcs_local := lw_alloc.c lw_error.c lw_expr.c lw_stack.c \ |
4
a4812d57ed13
Started implementing command line parsing in lwlib
lost@l-w.ca
parents:
0
diff
changeset
|
4 lw_string.c lw_stringlist.c lw_cmdline.c |
0
2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff
changeset
|
5 |
2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff
changeset
|
6 lwlib_srcs := $(lwlib_srcs) $(addprefix $(dirname),$(lwlib_srcs_local)) |