1/28/00 : loic
Apply automake everywhere
Keep configure scripts so that people are not *forced* to autoconf
Keep sources generated by yacc so that compilation without yacc
is possible.
Source/LParse/cscanner.c: change lyacc.h into parser.h to please
default yacc generation rules.
Use AC_CONFIG_SUBDIRS in configure.in instead of hand made script.
Update all relevant .cvsignore to include .deps
Fixed missing ; line 136 Source/Swig/swig.h
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ec029ebe70
commit
d0ab9150f3
50 changed files with 19913 additions and 514 deletions
11
Source/Preprocessor/Makefile.am
Normal file
11
Source/Preprocessor/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
include $(top_srcdir)/Makefile.common
|
||||
|
||||
INCLUDES = $(SWIG_INCLUDES) \
|
||||
-I$(top_srcdir)/Source/Swig \
|
||||
-I$(top_srcdir)/Source/Include
|
||||
|
||||
noinst_LIBRARIES = libpreprocessor.a
|
||||
|
||||
libpreprocessor_a_SOURCES = expr.c cpp.c
|
||||
|
||||
noinst_HEADERS = preprocessor.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue