19 lines
243 B
Makefile
19 lines
243 B
Makefile
#
|
|
# directs.mak: A list of all active directories in a component
|
|
#
|
|
#
|
|
LIBRARIES = \
|
|
adminocx \
|
|
thumbctl \
|
|
help \
|
|
iedit95 \
|
|
ieditocx \
|
|
include \
|
|
install \
|
|
buildadm \
|
|
samples \
|
|
scanocx \
|
|
wangcmn \
|
|
wangshl
|
|
#End
|