This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/gnoemoe/mcp/Makefile.include

14 lines
559 B
Makefile

## Process this file with automake to produce Makefile.in
mcpdir = mcp
gnoemoe_SOURCES += $(mcpdir)/gm-mcp-classes.c \
$(mcpdir)/gm-mcp.c $(mcpdir)/gm-mcp.h \
$(mcpdir)/gm-mcp-session.c $(mcpdir)/gm-mcp-session.h \
$(mcpdir)/gm-mcp-package.c $(mcpdir)/gm-mcp-package.h \
$(mcpdir)/gm-mcp-negotiate.c $(mcpdir)/gm-mcp-negotiate.h \
$(mcpdir)/gm-mcp-awns-status.c $(mcpdir)/gm-mcp-awns-status.h
$(mcpdir)/gm-mcp-classes.c: $(mcpdir)/packages.defs
( cd $(srcdir) && ./$(mcpdir)/mcpinit.rb \
$(mcpdir)/packages.defs $(mcpdir)/gm-mcp-classes ) > $@