File: Makefile.am

package info (click to toggle)
oleo 1.6-16
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,640 kB
  • ctags: 3,139
  • sloc: ansic: 39,221; yacc: 1,737; sh: 362; makefile: 88
file content (37 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## Process this file with automake to create Makefile.in
AUTOMAKE_OPTIONS=ansi2knr

man_MANS = oleo.1

EXTRA_DIST = ANNOUNCE BUGS EIGHTBIT INSTALL.OLEO \
	KEYS USING irs-1992.oleo \
	doprnt.c alloca.c mktime.c random.c strftime.c \
	vfprintf.c vsprintf.c xmalloc.c \
	$(man_MANS)

LDADD = @LIBOBJS@ @ALLOCA@ $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
CPPFLAGS = $(X_CFLAGS)
bin_PROGRAMS = oleo
oleo_SOURCES= parse.y byte-compile.c eval.c ref.c \
 decompile.c sort.c regions.c utils.c obstack.c lists.c\
 io-term.c getopt.c getopt1.c  io-utils.c io-x11.c window.c io-edit.c\
 hash.c panic.c line.c  key.c format.c funcs.c \
 io-curses.c font.c display.c print.c init.c \
 sylk.c oleofile.c sc.c list.c busi.c string.c cells.c \
 cmd.c basic.c args.c \
 stub.c input.c info.c help.c graph.c forminfo.c getdate.y \
 posixtm.y date.c xrdb.c ir.c \
 args.h basic.h byte-compile.h cell.h cmd.h decompile.h \
 defun.h defuns.h display.h errors.h eval.h font.h format.h \
 forminfo.h funcdef.h funcs.h getopt.h global.h graph.h hash.h \
 help.h info.h init.h input.h io-abstract.h io-curses.h io-edit.h \
 io-generic.h io-term.h io-utils.h io-x11.h ir.h key.h line.h \
 list.h lists.h node.h obstack.h oleofile.h panic.h parse.h \
 print.h proto.h ref.h regions.h sc.h stub.h stubs.h sylk.h \
 sysdef.h utils.h window.h

info_TEXINFOS = oleo.texi
oleo_TEXINFOS = basics.texi bugs.texi cell-refs.texi entering-data.texi \
	expressions.texi functions.texi interface.texi keymaps.texi \
	macros.texi making-changes.texi options.texi print-plot.texi \
	programs.texi style.texi windows.texi