## ## RCS Info ## $Id: Makefile.am 641 2007-05-01 15:51:36Z r29173 $ ## ## Log ## $Log$ ## Revision 1.9 2005/11/01 14:09:09 r29173 ## removed unused argument - fixed bug in Makefile.am ## ## Revision 1.8 2005/05/09 14:38:30 r29173 ## cleaned-up source directory structure ## ## Revision 1.7 2005/05/03 07:58:21 r29173 ## moved admsNS into admsFile ## ## Revision 1.6 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.5 2004/09/23 16:25:29 r29173 ## fixed cleanup when running "gmake distcheck' ## ## Revision 1.4 2004/09/23 16:20:48 r29173 ## create automatically standard vams files when missing. ## ## Revision 1.3 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.6 2004/01/15 14:58:45 r29173 ## removed -Wall flag ## ## Revision 1.5 2004/01/13 11:25:13 r29173 ## changed coding style ## ## Revision 1.4 2004/01/05 11:35:50 r29173 ## updated for cygwin ## ## Revision 1.3 2003/06/23 14:35:37 r29173 ## added "-I." to INCLUDE search path ## ## Revision 1.2 2003/05/21 14:20:55 r29173 ## add rcs info ## ## AUTOMAKE_OPTIONS=no-dependencies MYSOURCE=constants.vams disciplines.vams MYSOURCE_C=$(MYSOURCE:=.c) EXTRA_DIST=$(MYSOURCE) $(MYSOURCE_C) SUFFIXES=.vams .vams.c $(MYSOURCE_C): %.c : % ${top_srcdir}/scripts/text2Ccode.pl perl ${top_srcdir}/scripts/text2Ccode.pl $< $(srcdir)/preprocessorLex.l: $(MYSOURCE_C) AM_CPPFLAGS=-D_inside_admsPreprocessor -DG_LOG_DOMAIN=\"admsPreprocessor\" AM_CFLAGS=-g INCLUDES= -I${top_srcdir} @GLIB_CFLAGS@ # -b -> re-defines file-prefix (now y.tab.c) # -p -> re-defines name-prefix # -d -> creates #define file AM_YFLAGS=-by -padms_preprocessor_ -d AM_LFLAGS=-Padms_preprocessor_ -olex.yy.c lib_LTLIBRARIES=libadmsPreprocessor.la libadmsPreprocessor_la_SOURCES=preprocessorYacc.y preprocessorLex.l preprocessorMain.c admsPreprocessor.h libadmsPreprocessor_la_LDFLAGS=-no-undefined libadmsPreprocessor_la_LIBADD=@GLIB_LIBS@ \ ${top_builddir}/admsObject/libadmsObject.la \ ${top_builddir}/admsFile/libadmsFile.la CLEANFILES=core .*.swp *\~ preprocessorYacc.[ch] preprocessorYacc.output preprocessorLex.c