/**/# /**/# os - include files for interfaces to the operating system /**/# all:: depend:: /* * Install header files. */ HEADERS = \ auth.h \ fs.h \ host.h \ ipc.h \ mm.h \ proc.h \ timing.h MakeDirectories(install,$(INCDIR)/Std/os) InstallMultipleFlags($(HEADERS),$(INCDIR)/Std/os,$(INSTINCFLAGS))