Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Directory/Makefile

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


include Makefile.inc

THISLIB	= Directory
SEARCH	= -P../Time -P../PreludeIO -P../$(MACHINE)
EXTRA_H_FLAGS	=
EXTRA_C_FLAGS	=

SRCS	= \
	RenameFile.hs \
	PatchIOError.hs DoesFileExist.gc DoesDirectoryExist.gc \
	GetModificationTime.gc RemoveFile.hs \
	CreateDirectory.hs RemoveDirectory.hs RenameDirectory.hs \
	SetCurrentDirectory.hs GetCurrentDirectory.hs \
	GetDirectoryContents.gc \
	DPermissions.gc SetPermissions.gc GetPermissions.gc



# Here are the main rules.
include ../Makefile.common



# Here are the dependencies.

# dependencies generated by hmake -Md:
${OBJDIR}/SetPermissions.$O: ${OBJDIR}/PatchIOError.$O ${OBJDIR}/DPermissions.$O 
${OBJDIR}/GetPermissions.$O: ${OBJDIR}/PatchIOError.$O ${OBJDIR}/DPermissions.$O 
${OBJDIR}/GetModificationTime.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/DoesDirectoryExist.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/DoesFileExist.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/SetCurrentDirectory.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/GetCurrentDirectory.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/RenameFile.$O: ${OBJDIR}/RenameDirectory.$O 
${OBJDIR}/RemoveFile.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/RenameDirectory.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/RemoveDirectory.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/CreateDirectory.$O: ${OBJDIR}/PatchIOError.$O 
${OBJDIR}/GetDirectoryContents.$O: ${OBJDIR}/PatchIOError.$O 

SetPermissions.$C: PatchIOError.$C DPermissions.$C 
GetPermissions.$C: PatchIOError.$C DPermissions.$C 
GetModificationTime.$C: PatchIOError.$C 
DoesDirectoryExist.$C: PatchIOError.$C 
DoesFileExist.$C: PatchIOError.$C 
SetCurrentDirectory.$C: PatchIOError.$C 
GetCurrentDirectory.$C: PatchIOError.$C 
RenameFile.$C: RenameDirectory.$C 
RemoveFile.$C: PatchIOError.$C 
RenameDirectory.$C: PatchIOError.$C 
RemoveDirectory.$C: PatchIOError.$C 
CreateDirectory.$C: PatchIOError.$C 
GetDirectoryContents.$C: PatchIOError.$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.