Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/bin Modified Files: Makefile.am Added Files: engrave_test_main.c Log Message: - make an engrave_test program. will take either a .eet or a .edc file as input and output a test.eet and test.out file - make engrave_file_output return an int - make everything linkable. will probably want to change the way the _lnum, _col, _cur_file and _filename stuff is working as it isn't pretty, but it works for now. - add function prototypes to Engrave.h =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/bin/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- Makefile.am 23 Sep 2004 22:20:18 -0000 1.1.1.1 +++ Makefile.am 24 Sep 2004 04:01:45 -0000 1.2 @@ -0,0 +1,12 @@ + +INCLUDES = \ +-I. -I$(top_srcdir)/src/lib -I$(top_srcdir) + +bin_PROGRAMS = \ +engrave_test + +engrave_test_SOURCES = engrave_test_main.c +engrave_test_LDADD = $(top_builddir)/src/lib/libengrave.la +engrave_test_LDFLAGS = $(LDFLAGS) +engrave_test_CFLAGS = $(CFLAGS) + ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs