* Fixed make dist.

git-svn-id: svn://svn.zoy.org/elk/trunk@71 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-02 23:53:22 +00:00
parent 4ed72c9e6f
commit 0cb8e2ef2c
14 changed files with 34 additions and 2 deletions

View File

@ -4,10 +4,10 @@ SUBDIRS = include src lib scm doc examples
DIST_SUBDIRS = $(SUBDIRS) autotools debian util
EXTRA_DIST = \
bootstrap \
BUGS \
MACHINES \
MIGRATE \
ROADMAP \
$(NULL)
AUTOMAKE_OPTIONS = dist-bzip2

View File

@ -0,0 +1 @@
EXTRA_DIST = bitstring.ms bitstring.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = cprog.ms cprog.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = kernel.ms kernel.ps

View File

@ -1,2 +1,2 @@
EXTRA_DIST = $(man_MANS)
EXTRA_DIST = $(man_MANS) elk.ps
man_MANS = elk.1

View File

@ -0,0 +1 @@
EXTRA_DIST = oops.ms oops.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = record.ms record.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = regexp.ms regexp.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = unix.ms unix.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = usenix.ms usenix.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = block.awk fixindex.awk mkindex.c tmac.index tmac.scheme

View File

@ -0,0 +1 @@
EXTRA_DIST = xlib.ms xlib.ps

View File

@ -0,0 +1 @@
EXTRA_DIST = xt.ms xt.ps

View File

@ -40,6 +40,27 @@ libelk_la_SOURCES = \
vector.c \
$(NULL)
EXTRA_DIST = \
dump-ecoff.c \
dump-elf.c \
dump-hp9k.c \
dump-vanilla.c \
heap-gen.c \
heap-sc.c \
load-dl.c \
load-ld.c \
load-rld.c \
load-shl.c \
stab-bsd.c \
stab-coff.c \
stab-convex.c \
stab-ecoff.c \
stab-elf.c \
stab-hp9k300.c \
stab-hp9k800.c \
stab-macho.c \
$(NULL)
bin_PROGRAMS = elk
elk_LDADD = $(top_builddir)/src/libelk.la
elk_SOURCES = main.c