summaryrefslogtreecommitdiff
path: root/src/tet3/dtet2lib/Makefile.am
blob: 6372b60c6237e1a46c660a8b60532aad20c893a7 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
AM_CPPFLAGS = -I$(srcdir)/../inc -I$(top_srcdir)/include
noinst_LTLIBRARIES = libdtet2.la
libdtet2_la_SOURCES = \
		addarg.c \
		alarm.c \
		amsg.c \
		avmsg.c \
		basename.c \
		btmsg.c \
		bufchk.c \
		buftrace.c \
		dtmsg.c \
		dtsize.c \
		eaccess.c \
		equindex.c \
		errmap.c \
		errname.c \
		fappend.c \
		fcopy.c \
		fgetargs.c \
		fioclex.c \
		fork.c \
		ftoa.c \
		generror.c \
		genfatal.c \
		getargs.c \
		getcwd.c \
		getopt.c \
		globals.c \
		hexdump.c \
		iswin.c \
		ldst.c \
		llist.c \
		ltoa.c \
		ltoo.c \
		ltox.c \
		madir.c \
		maperr.c \
		mapsig.c \
		mapstat.c \
		mkdir.c \
		notty.c \
		optarg.c \
		prerror.c \
		ptflags.c \
		ptspid.c \
		ptstate.c \
		ptstype.c \
		pttype.c \
		ptype.c \
		putenv.c \
		remvar.c \
		repcode.c \
		reqcode.c \
		rescode.c \
		rtoa.c \
		sigmap.c \
		sigsafe.c \
		strstore.c \
		svote.c \
		sysbyid.c \
		sysent.c \
		systate.c \
		targs.c \
		tdump.c \
		tetdir.c \
		tetfcntl.c \
		tetsleep.c \
		tetspawn.c \
		tetstat.c \
		tetterm.c \
		tetunlnk.c \
		tfname.c \
		trace.c \
		unmaperr.c \
		unmapsig.c \
		valmsg.c \
		w32err.c \
		wait3.c \
		wsaerr.c \
		errmap.h \
		sigmap.h \
		trace.h