Import of v1 code.

This commit is contained in:
green
1998-11-29 16:48:16 +00:00
commit bc75c54bd3
48 changed files with 16071 additions and 0 deletions

13
libffi/Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
SUBDIRS = include src
EXTRA_DIST = LICENSE
test:
(cd src; $(MAKE) test)
lint:
(cd src; $(MAKE) lint)