## ## RCS Info ## $Id: Makefile.am 641 2007-05-01 15:51:36Z r29173 $ ## ## Log ## $Log$ ## Revision 1.18 2006/01/26 13:39:25 r29173 ## fixed core dump when running admsCheck ## ## Revision 1.17 2005/11/01 14:09:09 r29173 ## removed unused argument - fixed bug in Makefile.am ## ## Revision 1.16 2005/05/09 14:38:30 r29173 ## cleaned-up source directory structure ## ## Revision 1.15 2005/05/03 07:58:20 r29173 ## moved admsNS into admsFile ## ## Revision 1.14 2005/04/01 07:25:44 r29173 ## renamed prefix .xsl to .xml ## ## Revision 1.13 2004/11/11 13:45:56 r29173 ## replaced g_message by adms_message_info ## ## Revision 1.12 2004/11/09 22:33:22 marat_yakupov ## Added static symbols to admsCheck ## ## Revision 1.11 2004/11/02 10:18:02 r29173 ## fixed makefile dependy issues - now 'make distcheck' passes ## ## Revision 1.10 2004/10/20 15:33:52 r29173 ## tons of changes ## 1- introduced element whileloop (marat) ## 2- reshaped the handling of the messaging system ## 3- fixed bug in admsCheck/Makefile.am ## 4- started implementation of implicit adms transforms ## ## Revision 1.9 2004/10/18 13:35:40 r29173 ## changed prefix of adms 'rules' from xsl: to adms: ## renamed 'adms rules' to 'adms transforms' ## renamed adms transforms adms:defined and adms:undefined to adms:if ## introduced SiMKiT to testbench ## improved handling of property 'separator' in adms:join ## spectre/mica/ads passed ## ## Revision 1.7 2004/10/01 19:05:35 marat_yakupov ## Fixed bugs to allow compilation ## ## Revision 1.6 2004/09/23 16:21:35 r29173 ## create automatically standard vams files when missing. ## ## Revision 1.5 2004/08/20 13:28:58 r29173 ## fixed bug that prevented "gmake distcheck" to work ## ## Revision 1.4 2004/08/14 16:55:52 marat_yakupov ## Added discipline.h file into instdir/include ## ## Revision 1.3 2004/08/03 12:33:54 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.8 2004/03/08 08:24:19 r29173 ## started implementing code builder in yacc parser ## ## Revision 1.7 2004/03/04 14:21:59 r29173 ## removed subdir "data" ## ## Revision 1.6 2004/01/15 14:58:43 r29173 ## removed -Wall flag ## ## Revision 1.5 2004/01/13 11:25:10 r29173 ## changed coding style ## ## Revision 1.4 2004/01/05 11:07:53 r29173 ## change the way admsCheck.xml is downloaded ## ## Revision 1.3 2003/06/23 15:10:42 r29173 ## added "-I." to INCLUDE search path ## ## Revision 1.2 2003/05/21 14:20:55 r29173 ## add rcs info ## ## MYSOURCE=admsCheck.xml VBICSELFT.va basicLibrary.xml spectreMODULE_dc.ckt.xml MYSOURCE_C=$(MYSOURCE:=.c) EXTRA_DIST=$(MYSOURCE) $(MYSOURCE_C) SUFFIXES=.va .va.c .xml .xml.c $(MYSOURCE_C): %.c : % ${top_srcdir}/scripts/text2Ccode.pl perl ${top_srcdir}/scripts/text2Ccode.pl $< $(srcdir)/admsCheck.c: admsCheck.xml.c VBICSELFT.va.c basicLibrary.xml.c spectreMODULE_dc.ckt.xml.c AM_CPPFLAGS=-D_inside_admsCheck -DG_LOG_DOMAIN=\"admsCheck\" AM_CFLAGS=-g INCLUDES=-I${top_srcdir} @GLIB_CFLAGS@ bin_PROGRAMS=admsCheck admsCheck_SOURCES=admsCheck.c admsCheck_LDFLAGS=-no-undefined admsCheck_LDADD=@GLIB_LIBS@ \ ${top_builddir}/admsObject/libadmsObject.la \ ${top_builddir}/admsFile/libadmsFile.la CLEANFILES=core .*.swp *\~