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
Jesse van den Kieboom 5808f0a4ab Fixed
2005-11-07 10:23:06 +00:00

23 lines
714 B
Makefile

## Process this file with automake to produce Makefile.in
mcpdir = mcp
BUILT_SOURCES += $(mcpdir)/gm-mcp-classes.c $(mcpdir)/gm-mcp-classes.h
MCP_CLASSES = mcpclasses
gnoemoe_SOURCES += \
$(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)/$(MCP_CLASSES) \
$< body > $@ )
$(mcpdir)/gm-mcp-classes.h: $(mcpdir)/packages.defs
( cd $(srcdir) && ./$(mcpdir)/$(MCP_CLASSES) \
$< header > $@ )