Remove generation of .classes

This commit is contained in:
Jesse van den Kieboom 2006-01-02 17:52:53 +00:00
parent 8f6d26b1a2
commit 32d50756a6
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL)
echo "#include \"gm-marshal.h\"" > $@ && \
$(GLIB_GENMARSHAL) $< --body --prefix=gm_marshal >> $@
mcp/Makefile.classes: mcp/packages.defs
( cd $(srcdir) && echo "gnoemoe_SOURCES += \\" > $@ && \
./mcp/$(MCP_CLASSES) --defs $< --files --prefix "mcp/" >> $@ )
gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ parser/libparser.la
CLEANFILES += $(BUILT_SOURCES)