XCOMM $NetBSD: NoInstall.rules,v 1.1 2001/09/08 20:03:43 jlam Exp $ XCOMM XCOMM Redefine installation targets to nothing. #undef InstallNamedTarget #define InstallNamedTarget(step,srcname,flags,dest,dstname) #undef InstallTarget #define InstallTarget(step,file,flags,dest) #undef InstallLibrary #define InstallLibrary(libname,dest) #undef InstallLibraryAlias #define InstallLibraryAlias(libname,alias,dest) #undef InstallLintLibrary #define InstallLintLibrary(libname,dest) #undef InstallManPageLong #define InstallManPageLong(file,destdir,dest) #undef InstallManPage #define InstallManPage(file,destdir) #undef InstallManPageAliases #define InstallManPageAliases(file,destdir,aliases) #undef InstallNamedNonExec #define InstallNamedNonExec(srcname,dstname,dest) #undef InstallNonExecFile #define InstallNonExecFile(file,dest) #undef InstallNonExecFileNoClobber #define InstallNonExecFileNoClobber(file,dest) #undef InstallNonExec #define InstallNonExec(file,dest) #undef InstallProgramWithFlags #define InstallProgramWithFlags(program,dest,flags) #undef InstallProgram #define InstallProgram(program,dest) #undef InstallScript #define InstallScript(program,dest) #undef InstallNamedProg #define InstallNamedProg(srcname,dstname,dest) #undef InstallNamedProgNoClobber #define InstallNamedProgNoClobber(srcname,dstname,dest) #undef InstallMultipleDestFlags #define InstallMultipleDestFlags(step,list,dest,flags) #undef InstallMultipleDest #define InstallMultipleDest(step,list,dest) #undef InstallMultiple #define InstallMultiple(list,dest) #undef InstallMultipleFlags #define InstallMultipleFlags(list,dest,flags) #undef InstallMultipleMan #define InstallMultipleMan(list,dest) #undef InstallSubdirs #define InstallSubdirs(dirs) #undef InstallManSubdirs #define InstallManSubdirs(dirs) #undef InstallSharedLibrary #define InstallSharedLibrary(libname,rev,dest) #undef InstallSharedLibraryData #define InstallSharedLibraryData(libname,rev,dest)