From: <so...@us...> - 2004-03-12 11:56:17
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23010 Added Files: Makefile.am Log Message: Initial import. --- NEW FILE: Makefile.am --- ## Process this file with automake to produce Makefile.in AM_CFLAGS = -ansi ## AM_CPPFLAGS = -I. ## -I$(srcdir)/dfun AM_YFLAGS = -dv ##AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = dfparse.h lang.h options.dist dist_pkgdata_DATA = options noinst_PROGRAMS = dfparse dfparse_SOURCES = dfparse.y dflex.l dflex.h dfparse_LDADD = sys.o array.o log.o @LEXLIB@ dflex.c: dfparse.c dfdecl.h: dfparse ./dfparse >dfdecl.h BUILT_SOURCES = dfdecl.h 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 log.h 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@ lex.c: lang.c dist-hook: rm $(distdir)/options mv $(distdir)/options.dist $(distdir)/options |