Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libmemlayer/makefile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


!include ..\mkconfig.nmk
!include ..\$(SYSHOST)\mkhost
!include ..\$(OBJDIR)\makefile

CC_LOCAL=  

dotodir=.

LIB=libmemlayer.$A
OFILES_C=\
	$(dotodir)\draw.$O\
	$(dotodir)\lalloc-$(SYSTARG).$O\
	$(dotodir)\layerop.$O\
	$(dotodir)\ldelete.$O\
	$(dotodir)\lhide.$O\
	$(dotodir)\line.$O\
	$(dotodir)\load.$O\
	$(dotodir)\lorigin.$O\
	$(dotodir)\lsetrefresh.$O\
	$(dotodir)\ltofront.$O\
	$(dotodir)\ltorear.$O

HFILES=\
	..\include\image.h\
	..\include\memimage.h\
	..\include\memlayer.h

!include ..\$(SYSTARG)\mksyslib.nmk

$(dotodir)\draw.$O:		draw.c
$(dotodir)\lalloc.$O:		lalloc.c
$(dotodir)\layerop.$O:		layerop.c
$(dotodir)\ldelete.$O:		ldelete.c
$(dotodir)\lhide.$O:		lhide.c
$(dotodir)\line.$O:		line.c
$(dotodir)\lsetrefresh.$O:	lsetrefresh.c
$(dotodir)\ltofront.$O:		ltofront.c
$(dotodir)\ltorear.$O:		ltorear.c

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.