## ## RCS Info ## $Id: Makefile.am 641 2007-05-01 15:51:36Z r29173 $ ## ## Log ## $Log$ ## Revision 1.3 2005/05/09 14:38:31 r29173 ## cleaned-up source directory structure ## ## Revision 1.2 2005/05/03 07:58:30 r29173 ## moved admsNS into admsFile ## ## Revision 1.1 2004/08/03 12:33:55 r29173 ## import adms-1.21.0 from local CVS ## ## Revision 1.1.1.1 2004/05/21 12:20:01 r29173 ## recreated cvs data structure (crashed after revision 1.13.0!) ## ## Revision 1.16 2004/04/21 14:25:34 r29173 ## simplified xparser->_current_stack ## ## Revision 1.15 2004/04/19 20:25:07 r29173 ## removed program admsVeriloga ## ## Revision 1.14 2004/04/14 12:48:09 r29173 ## removed code that created dtd files ## cleaned-up veriloga parser coding ## ## Revision 1.13 2004/02/14 20:15:42 r29173 ## started implementing code builder in yacc parser ## ## Revision 1.12 2004/01/15 14:58:46 r29173 ## removed -Wall flag ## ## Revision 1.11 2004/01/13 11:25:14 r29173 ## changed coding style ## ## Revision 1.10 2004/01/12 16:17:01 r29173 ## added admsVeriloga.y.in to EXTRA_DIST ## ## Revision 1.9 2004/01/09 16:23:48 r29173 ## cleaned-up use of #include ## ## Revision 1.8 2004/01/08 09:52:23 r29173 ## added admsParse.dtd file ## ## Revision 1.7 2004/01/06 12:35:40 r29173 ## fixed the use of globals: input file and output file ## ## Revision 1.6 2004/01/05 11:35:51 r29173 ## updated for cygwin ## ## Revision 1.5 2003/10/31 16:43:05 r29173 ## clean-up the way xparser works ## ## Revision 1.4 2003/06/23 14:35:37 r29173 ## added "-I." to INCLUDE search path ## ## Revision 1.3 2003/06/19 13:55:22 r29173 ## fixed dependency (admsTree missing) ## ## Revision 1.2 2003/05/21 14:20:56 r29173 ## add rcs info ## ## EXTRA_DIST=verilogaYacc.y.in verilogaYacc.y: ${srcdir}/verilogaYacc.y.in ${top_srcdir}/scripts/yaccIn2yacc.pl perl ${top_srcdir}/scripts/yaccIn2yacc.pl ${srcdir}/verilogaYacc.y.in AM_CPPFLAGS=-D_inside_admsVeriloga -DG_LOG_DOMAIN=\"admsVeriloga\" AM_CFLAGS=-g # -b -> re-defines file-prefix (now y.tab.c) # -p -> re-defines name-prefix # -d -> creates #define file AM_YFLAGS=-by -padms_veriloga_ -d AM_LFLAGS=-Padms_veriloga_ -olex.yy.c INCLUDES=-I${top_srcdir} @GLIB_CFLAGS@ lib_LTLIBRARIES=libadmsVeriloga.la libadmsVeriloga_la_SOURCES=admsVeriloga.h verilogaYacc.y verilogaLex.l libadmsVeriloga_la_LDFLAGS=-no-undefined libadmsVeriloga_la_LIBADD=@GLIB_LIBS@ \ ${top_builddir}/admsObject/libadmsObject.la \ ${top_builddir}/admsFile/libadmsFile.la CLEANFILES=core .*.swp *\~ verilogaYacc.[ch] verilogaYacc.output verilogaLex.c