From: Peep P. <so...@us...> - 2004-06-08 20:23:59
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11239/src Modified Files: Makefile.am Log Message: Cleaned a little. Index: Makefile.am =================================================================== RCS file: /cvsroot/agd/server/src/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 7 Jun 2004 15:34:54 -0000 1.10 +++ Makefile.am 8 Jun 2004 20:21:38 -0000 1.11 @@ -12,7 +12,8 @@ noinst_PROGRAMS = dfparse dfparse_SOURCES = dfparse.y dflex.l -dfparse_LDADD = sys.o array.o log.o @LEXLIB@ +dfparse_LDADD = sys.o @LEXLIB@ +# array.o log.o dflex.c: dfparse.c @@ -24,7 +25,7 @@ bin_PROGRAMS = agd agd_SOURCES = arch.h array.c array.h compile.c compile.h compile_options.h \ debug.c debug.h dfdecl.h dfuns.c dfuns.h interpret.c interpret.h lex.l lex.h \ -list.c list.h log.c lpc.h lpc_incl.h lang.y main.c net.c net.h std.h \ +list.c list.h log.c lpc.h lpc_incl.h lang.y main.c net.c net.h std.h \ sys.c sys.h vars.c vars.h dfdecl.in dfdecl.h object.c object.h agd_LDADD = @LEXLIB@ |