You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
322 B
25 lines
322 B
if DO_PYTHON |
|
pythondir = python |
|
endif |
|
|
|
if DO_PERL |
|
perldir = perl |
|
endif |
|
|
|
if DO_DOAT |
|
doatdir = doat |
|
endif |
|
|
|
if DO_FISHLIM |
|
fishlimdir = fishlim |
|
endif |
|
|
|
if DO_CHECKSUM |
|
checksumdir = checksum |
|
endif |
|
|
|
if DO_SYSINFO |
|
sysinfodir = sysinfo |
|
endif |
|
|
|
SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
|
|
|