Newer
Older
ubixos / ubixos.kdevprj
@reddawg reddawg on 11 May 2002 6 KB Woot Woot
[./Makefile.am]
files=./UbixOS-Team,./ubixos.kdevprj,
sub_dirs=src,
type=normal

[./UbixOS-Team]
dist=true
install=false
install_location=
type=DATA

[./ubixos.kdevprj]
dist=true
install=false
install_location=
type=DATA

[Config for BinMakefileAm]
addcxxflags=
bin_program=ubixos
cxxflags=\s-O1
ldadd=
ldflags=
libtool_dir=
path_to_bin_program=.

[General]
AMChanged=false
author=Christopher Olsen
dir_where_make_will_be_called=./
email=Chris@DomainAtlantic.com
kdevprj_version=1.3
lfv_open_groups=Others
make_options=\s-j1 clean all install
makefiles=./Makefile.am,src/Makefile.am,src/sys/Makefile.am,src/sys/include/Makefile.am,src/lib/Makefile.am,src/lib/libc/Makefile.am,src/lib/libc/include/Makefile.am,src/bin/Makefile.am,src/bin/shell/Makefile.am,Makefile.am,src/sys/boot/Makefile.am,src/sys/init/Makefile.am,src/sys/include/ubixos/Makefile.am,src/sys/drivers/Makefile.am,src/sys/kernel/Makefile.am,src/sys/compile/Makefile.am,src/sys/include/version/Makefile.am,src/sys/include/drivers/Makefile.am,src/sys/vmm/Makefile.am,src/sys/include/vmm/Makefile.am
modifyMakefiles=true
project_name=UbixOS
project_type=normal_empty
short_info=
sub_dir=
version=0.01
version_control=CVS
workspace=1

[LFV Groups]
GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS,
Headers=*.h,*.hxx,*.hpp,*.H,
Others=*,
Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l,
Translations=*.ts,*.po,
User Interface=*.ui,*.kdevdlg,*.rc,
groups=Headers,Sources,GNU,Translations,User Interface,Others

[Makefile]
dist=true
install=false
install_location=
type=DATA

[Makefile.am]
files=UbixOS-Team,Makefile
sub_dirs=src
type=normal

[UbixOS-Team]
dist=true
install=false
install_location=
type=DATA

[src/Makefile.am]
files=
sub_dirs=sys,lib,bin,
type=normal

[src/bin/Makefile.am]
sub_dirs=shell,
type=normal

[src/bin/shell/Makefile.am]
sub_dirs=
type=normal

[src/lib/Makefile.am]
sub_dirs=libc,
type=normal

[src/lib/libc/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/lib/libc/Makefile.am]
files=src/lib/libc/vsprintf.c,src/lib/libc/Makefile
sub_dirs=include,
type=static_library

[src/lib/libc/include/Makefile.am]
files=src/lib/libc/include/stdarg.h
sub_dirs=
type=normal

[src/lib/libc/include/stdarg.h]
dist=true
install=false
install_location=
type=HEADER

[src/lib/libc/vsprintf.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/Makefile.am]
files=src/sys/Makefile
sub_dirs=include,boot,init,drivers,kernel,compile,vmm
type=normal

[src/sys/boot/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/boot/Makefile.am]
files=src/sys/boot/Makefile,src/sys/boot/bootsec.asm
sub_dirs=
type=normal

[src/sys/boot/bootsec.asm]
dist=true
install=false
install_location=
type=DATA

[src/sys/compile/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/compile/Makefile.am]
files=src/sys/compile/Makefile
sub_dirs=
type=normal

[src/sys/drivers/8259.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/drivers/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/drivers/Makefile.am]
files=src/sys/drivers/Makefile,src/sys/drivers/video.c,src/sys/drivers/8259.c,src/sys/drivers/keyboard.c
sub_dirs=
type=static_library

[src/sys/drivers/keyboard.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/drivers/video.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/include/Makefile.am]
files=src/sys/include/stdarg.h
sub_dirs=ubixos,version,drivers,vmm
type=normal

[src/sys/include/drivers/8259.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/drivers/Makefile.am]
files=src/sys/include/drivers/video.h,src/sys/include/drivers/8259.h,src/sys/include/drivers/keyboard.h
sub_dirs=
type=static_library

[src/sys/include/drivers/keyboard.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/drivers/video.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/stdarg.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/ubixos/Makefile.am]
files=src/sys/include/ubixos/gdt.h,src/sys/include/ubixos/io.h,src/sys/include/ubixos/idt.h,src/sys/include/ubixos/exec.h,src/sys/include/ubixos/schedule.h
sub_dirs=
type=normal

[src/sys/include/ubixos/exec.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/ubixos/gdt.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/ubixos/idt.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/ubixos/io.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/ubixos/schedule.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/version/Makefile.am]
files=src/sys/include/version/version.h
sub_dirs=
type=normal

[src/sys/include/version/version.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/vmm/Makefile.am]
files=src/sys/include/vmm/paging.h,src/sys/include/vmm/memory.h
sub_dirs=
type=normal

[src/sys/include/vmm/memory.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/include/vmm/paging.h]
dist=true
install=false
install_location=
type=HEADER

[src/sys/init/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/init/Makefile.am]
files=src/sys/init/main.c,src/sys/init/Makefile
sharedlib_LDFLAGS=-version-info 0:0:1
sharedlib_rootname=init
sub_dirs=
type=static_library

[src/sys/init/main.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/kernel/Makefile.am]
files=src/sys/kernel/Makefile,src/sys/kernel/io.c,src/sys/kernel/version.c,src/sys/kernel/kprintf.c,src/sys/kernel/vsprintf.c,src/sys/kernel/idt.c,src/sys/kernel/exec.c,src/sys/kernel/schedule.c
sub_dirs=
type=static_library

[src/sys/kernel/exec.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/idt.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/io.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/kprintf.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/schedule.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/version.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/kernel/vsprintf.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/vmm/Makefile]
dist=true
install=false
install_location=
type=DATA

[src/sys/vmm/Makefile.am]
files=src/sys/vmm/Makefile,src/sys/vmm/paging.c,src/sys/vmm/memory.c
sub_dirs=
type=static_library

[src/sys/vmm/memory.c]
dist=true
install=false
install_location=
type=SOURCE

[src/sys/vmm/paging.c]
dist=true
install=false
install_location=
type=SOURCE