]> rtime.felk.cvut.cz Git - omk/sssa.git/commit
Added AUTOMATIC_SUBDIRS variable
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 12 Jun 2008 10:11:00 +0000 (10:11 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 12 Jun 2008 10:11:00 +0000 (10:11 +0000)
commit9acde1c470cdf0383a42208f7e21470ec414868a
tree718475a4e95bfba6f821353e055572eff6bdbf04
parent418bf49700f800e4a80d3e6d9f4d5f9c3fe21743
Added AUTOMATIC_SUBDIRS variable

This variable enables automatic settings of SUBDIRS if it is not set in
explicitly in Makefile.omk. (inspired by Tommaso Cucinotta)

darcs-hash:20080612101137-f2ef6-18c34a9733b6ab588ec3aff5a8e84c82e93af392.gz
doc/omk-manual.texinfo
snippets/base
tests/automatic_subdirs/Makefile [new file with mode: 0644]
tests/automatic_subdirs/Makefile.omk [new file with mode: 0644]
tests/automatic_subdirs/config.target [new file with mode: 0644]
tests/automatic_subdirs/dir1/Makefile [new file with mode: 0644]
tests/automatic_subdirs/dir1/Makefile.omk [new file with mode: 0644]
tests/automatic_subdirs/dir2/Makefile [new file with mode: 0644]
tests/automatic_subdirs/dir2/Makefile.omk [new file with mode: 0644]
tests/automatic_subdirs/dir3/Makefile [new file with mode: 0644]
tests/automatic_subdirs/runtest [new file with mode: 0755]