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
2005-11-15 11:47:08 +00:00

18 lines
664 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-userlist-view.c $(mcpdir)/gm-mcp-userlist-view.h
$(mcpdir)/gm-mcp-classes.c: $(mcpdir)/packages.defs
( cd $(srcdir) && ./$(mcpdir)/$(MCP_CLASSES) --defs $< --body > $@ )
$(mcpdir)/gm-mcp-classes.h: $(mcpdir)/packages.defs
( cd $(srcdir) && ./$(mcpdir)/$(MCP_CLASSES) --defs $< --header > $@ )