Files
Arquivotheca.Solaris-2.5/lib/libposix4/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

44 lines
677 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.2 90/03/30 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
# lib/libposix/Makefile
#
LIBRARY = libposix4.a
VERS = .1
INCLIST= -Iinc
# include common library definitions
include ../Makefile.lib
CPPFLAGS= $(INCLIST) $(CPPFLAGS.master) -D_REENTRANT
LIBS = $(DYNLIB)
#HDRS =
ROOTHDRDIR = $(ROOT)/usr/include/sys
ROOTHDRS = $(HDRS:%=$(ROOTHDRDIR)/%)
$(ROOTHDRS) := FILEMODE = 644
.KEEP_STATE:
all: $(MACHLIBS)
install: $(ROOTLIBS) $(ROOTLINKS)
$(ROOTHDRDIR)/% : %
$(INS.file)
install_h: $(ROOTHDRS)
clean clobber: FRC
@cd $(MACH); pwd; $(MAKE) $@
links:
-$(RM) $(MACH)
$(SYMLINK) `mach` $(MACH)
include ../Makefile.mach
FRC: