source: trunk/minix/lib/ack/libp/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 826 bytes
Line 
1# Makefile for lib/ack/libp.
2
3CFLAGS="-O -I../h -wo"
4#CC1 = $(CC) $(CFLAGS) -c
5
6LIBRARIES=libp
7
8libp_FILES=" \
9 abi.c \
10 abl.c \
11 abr.c \
12 arg.c \
13 ass.c \
14 asz.c \
15 atn.c \
16 bcp.c \
17 bts.e \
18 buff.c \
19 catch.c \
20 clock.c \
21 cls.c \
22 cvt.c \
23 diag.c \
24 dis.c \
25 efl.c \
26 eln.c \
27 encaps.e \
28 exp.c \
29 fef.e \
30 fif.e \
31 get.c \
32 gto.e \
33 head_pc.e \
34 hlt.c \
35 hol0.e \
36 incpt.c \
37 ini.c \
38 log.c \
39 mdi.c \
40 mdl.c \
41 new.c \
42 nfa.c \
43 nobuff.c \
44 notext.c \
45 opn.c \
46 outcpt.c \
47 pac.c \
48 pclose.c \
49 pcreat.c \
50 pentry.c \
51 perrno.c \
52 pexit.c \
53 popen.c \
54 put.c \
55 rcka.c \
56 rdc.c \
57 rdi.c \
58 rdl.c \
59 rdr.c \
60 rf.c \
61 rln.c \
62 rnd.c \
63 sav.e \
64 sig.e \
65 sin.c \
66 sqt.c \
67 string.c \
68 trap.e \
69 trp.e \
70 unp.c \
71 uread.c \
72 uwrite.c \
73 wdw.c \
74 wf.c \
75 wrc.c \
76 wrf.c \
77 wri.c \
78 wrl.c \
79 wrr.c \
80 wrs.c \
81 wrz.c"
82
83TYPE=ack
Note: See TracBrowser for help on using the repository browser.