Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17genmenu Modified Files: .cvsignore Makefile.am Added Files: category.c category.h dumb_tree.c dumb_tree.h eaps.c eaps.h fdo_menus.c fdo_menus.h fdo_paths.c fdo_paths.h global.c global.h icons.c icons.h main.c menus.c menus.h order.c order.h parse.c parse.h sort.c sort.h xmlame.c xmlame.h Removed Files: NEWS autogen.sh Log Message: Bringing e17genmenu in from the cold. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17genmenu/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 31 Jan 2006 19:12:13 -0000 1.1 +++ .cvsignore 7 Mar 2006 21:58:24 -0000 1.2 @@ -1,21 +1,5 @@ +.deps +.libs +e17genmenu Makefile Makefile.in -aclocal.m4 -autom4te.cache -config.h -config.log -config.status -configure -depcomp -install-sh -libtool -missing -stamp-h1 -config.h.in -mkinstalldirs -stamp-h -stamp-h.in -*.tar.gz -ltmain.sh -config.guess -config.sub =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17genmenu/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 31 Jan 2006 19:10:34 -0000 1.1 +++ Makefile.am 7 Mar 2006 21:58:24 -0000 1.2 @@ -1,20 +1,27 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = src icons +INCLUDES = \ +-I../../lib \ +-I/usr/include \ +-I/usr/local/include \ +-I$(top_srcdir)/lib \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in config.sub configure install-sh \ - ltconfig ltmain.sh missing mkinstalldirs stamp-h.in +AM_CFLAGS =\ + -Wall\ + -g -e17genmenudocdir = ${prefix}/doc/e17genmenu -e17genmenudoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS +bin_PROGRAMS = e17genmenu -EXTRA_DIST = $(e17genmenudoc_DATA) icons autogen.sh - -# Copy all the spec files. Of cource, only one is actually used. -dist-hook: - for specfile in *.spec; do \ - if test -f $$specfile; then \ - cp -p $$specfile $(distdir); \ - fi \ - done +e17genmenu_SOURCES = main.c global.c menus.c parse.c eaps.c icons.c \ + category.c order.c sort.c fdo_menus.c fdo_paths.c dumb_tree.c \ + xmlame.c + +noinst_HEADERS = global.h menus.h parse.h eaps.h icons.h \ + category.h order.h sort.h fdo_menus.h fdo_paths.h \ + dumb_tree.h xmlame.h + +e17genmenu_LDADD = @EET_LIBS@ @ECORE_LIBS@ @ENGRAVE_LIBS@ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs