add UNLEASHED_OBJ to unleashed.mk
[unleashed/tickless.git] / usr / src / cmd / make / lib / vroot / Makefile
blob1edc1bf3b5e07dfce6bc2c437ba029f126819b13
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
12 # Copyright 2015, Richard Lowe.
14 LIBRARY = libvroot.a
15 VERS = .1
16 OBJECTS = access.o \
17 args.o \
18 chdir.o \
19 chmod.o \
20 chown.o \
21 chroot.o \
22 creat.o \
23 execve.o \
24 lock.o \
25 lstat.o \
26 mkdir.o \
27 mount.o \
28 open.o \
29 readlink.o \
30 report.o \
31 rmdir.o \
32 stat.o \
33 truncate.o \
34 unlink.o \
35 utimes.o \
36 vroot.o \
37 setenv.o
39 include $(SRC)/lib/Makefile.lib
40 include ../../Makefile.com
42 POFILE = libvroot.po
43 POFILES = $(OBJECTS:%.o=%.po)
45 LIBS = $(LIBRARY)
46 SRCDIR = ../
47 MAPFILES=
48 CPPFLAGS += -D_FILE_OFFSET_BITS=64
50 all: $(LIBS)
52 install: all
55 $(POFILE): $(POFILES)
56 $(CAT) $(POFILES) > $@
58 _msg: $(MSGDOMAIN) $(POFILE)
59 $(RM) $(MSGDOMAIN)/$(POFILE)
60 $(CP) $(POFILE) $(MSGDOMAIN)
62 include $(SRC)/lib/Makefile.targ