AROS-v0/tools/toollib/mmakefile.src

36 lines
500 B
Plaintext

include $(SRCDIR)/config/aros.cfg
HFILES := \
callback.h \
error.h \
filesup.h \
hash.h \
lineparser.h \
mystream.h \
stdiocb.h \
stringcb.h \
toollib.h \
vstring.h
FILES := \
error \
filesup \
hash \
lineparser \
mystream \
stdiocb \
stringcb \
toollib \
vstring
#MM- linklibs : linklibs-toollib
#MM linklibs-toollib : includes
%build_linklib mmake=linklibs-toollib libname=toollib files=$(FILES)
#MM
includes-copy :
%copy_includes includes=$(HFILES) path=toollib
%common