[Pdatabase-cvs] pdb Makefile,1.4,1.5 pdb.prj,1.4,1.5 pdb.pws,1.15,1.16 .cvsignore,1.2,1.3
Brought to you by:
paralizer
|
From: Michael L. <par...@us...> - 2005-02-13 19:21:10
|
Update of /cvsroot/pdatabase/pdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5976 Modified Files: .cvsignore Added Files: Makefile pdb.prj pdb.pws Log Message: Added Makefiles and Anjuta project files. Index: .cvsignore =================================================================== RCS file: /cvsroot/pdatabase/pdb/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .cvsignore 13 Feb 2005 19:09:30 -0000 1.2 +++ .cvsignore 13 Feb 2005 19:20:55 -0000 1.3 @@ -1 +1,4 @@ *valgrind* +pdb.prj +pdb.prj.bak +pdb.pws --- NEW FILE: Makefile --- # Minimal Makefile # # By: Michael Laforest <paralizer -AT- users -DOT- sourceforge -DOT- net> # # This Makefile will invoke the Makefile in # the src/ subdirectory. BIN = pdb all: $(BIN) $(BIN): cd src && make clean: cd src && make clean --- NEW FILE: pdb.pws --- [executer] RunInTerminal=true [Project State] clean before build=false [filelist] 0=/home/para/Projects/pdb/src/str.c [filenumbers] 0=28 [filemarkers] 0= [File View] filter.file.unmatch=*.so *.o *.a *.la filter.file.ignore.hidden=0 filter.dir.ignore.hidden=0 [Project Tree] 0=0 1=0:0 2=0:1 [File Tree] 0=0 --- NEW FILE: pdb.prj --- # Anjuta Version 1.2.2 Compatibility Level: 1 <PROJECT_DESCRIPTION_START> A small abstracted database-like dynamic data structure written in C. Can read and write to disk in a manner easily editable by text editors. The structure is intended for C/C++ developers who require a small, yet fast and flexible, data storage method.<PROJECT_DESCRIPTION_END> <CONFIG_PROGS_START> <CONFIG_PROGS_END> <CONFIG_LIBS_START> <CONFIG_LIBS_END> <CONFIG_HEADERS_START> <CONFIG_HEADERS_END> <CONFIG_CHARACTERISTICS_START> <CONFIG_CHARACTERISTICS_END> <CONFIG_LIB_FUNCS_START> <CONFIG_LIB_FUNCS_END> <CONFIG_ADDITIONAL_START> <CONFIG_ADDITIONAL_END> <CONFIG_FILES_START> <CONFIG_FILES_END> <MAKEFILE_AM_START> <MAKEFILE_AM_END> props.file.type=project anjuta.version=1.2.2 anjuta.compatibility.level=1 project.name=pdb project.type=GENERIC project.target.type=EXECUTABLE project.version=0.0.1 project.author=Michael Laforest <fi...@mc...> project.source.target=pdb project.has.gettext=0 project.gui.command= project.programming.language=C_C++ project.excluded.modules=intl project.config.extra.modules.before= project.config.extra.modules.after= project.config.blocked=1 project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 project.menu.entry=pdb Version 0.0.1 project.menu.group=Application project.menu.comment=pdb Version 0.0.1 project.menu.icon= project.menu.need.terminal=0 project.configure.options= anjuta.program.arguments= preferences.build.option.jobs=0 preferences.build.option.silent=0 preferences.build.option.autosave=0 preferences.make=make preferences.build.option.keep.going=1 preferences.build.option.warn.undef=0 preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss preferences.indent.opening=0 preferences.autoformat.disable=1 preferences.indent.automatic=1 preferences.use.tabs=1 preferences.indent.size=4 preferences.tabsize=4 preferences.indent.closing=0 module.include.name=. module.include.type= module.include.files=\ api_src/pdb.h\ include/binarytree.h\ include/hash.h\ include/list.h\ include/pdb.h\ include/pdb_file.h\ include/pdb_parse.h\ include/pdb_types.h\ include/str.h module.source.name=. module.source.type= module.source.files=\ api_src/pdb.c\ src/binarytree.c\ src/hash.c\ src/list.c\ src/pdb.c\ src/pdb_file.c\ src/pdb_parse.c\ src/pdb_types.c\ src/str.c module.pixmap.name=. module.pixmap.type= module.pixmap.files= module.data.name=. module.data.type= module.data.files= module.help.name=. module.help.type= module.help.files= module.doc.name=. module.doc.type= module.doc.files= module.po.files= compiler.options.supports= compiler.options.include.paths=\ .\ .. compiler.options.library.paths= compiler.options.libraries= compiler.options.libraries.selected= compiler.options.defines=\ HAVE_CONFIG_H compiler.options.defines.selected= compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 compiler.options.optimize.buttons=0 0 1 0 compiler.options.other.buttons=1 0 compiler.options.other.c.flags= compiler.options.other.l.flags= compiler.options.other.l.libs= project.src.paths= |