]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
6 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | INSTINC_SUBDIRS = \ | |
11 | arpa \ | |
12 | protocols | |
13 | ||
14 | INSTINC_SUBDIRS_PPC = \ | |
15 | ||
16 | INSTINC_SUBDIRS_I386 = \ | |
17 | ||
18 | EXPINC_SUBDIRS = \ | |
19 | ||
20 | EXPINC_SUBDIRS_PPC = \ | |
21 | ||
22 | EXPINC_SUBDIRS_I386 = \ | |
23 | ||
24 | DATAFILES = \ | |
25 | ar.h bitstring.h c.h ctype.h db.h dirent.h disktab.h err.h errno.h \ | |
26 | fcntl.h fnmatch.h fsproperties.h fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h \ | |
27 | math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h \ | |
28 | regex.h regexp.h rune.h runetype.h setjmp.h semaphore.h sgtty.h signal.h stab.h \ | |
29 | stddef.h stdio.h stdlib.h string.h strings.h struct.h sysexits.h syslog.h \ | |
30 | tar.h termios.h time.h ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h | |
31 | ||
32 | INSTALL_MI_LIST = ${DATAFILES} | |
33 | ||
34 | INSTALL_MI_DIR = | |
35 | ||
36 | EXPORT_MI_LIST = stddef.h | |
37 | ||
38 | EXPORT_MI_DIR = | |
39 | ||
40 | ||
41 | include $(MakeInc_rule) | |
42 | include $(MakeInc_dir) | |
43 | ||
44 |