major source structure and module name change - continue3
This commit is contained in:
parent
f74f226813
commit
1d82ff5d6a
46
CASA/README
Normal file
46
CASA/README
Normal file
@ -0,0 +1,46 @@
|
||||
|
||||
------------------------------------------------------------
|
||||
Welcome
|
||||
------------------------------------------------------------
|
||||
|
||||
Last updated $Date: 2006/06/7:01:45 $
|
||||
|
||||
------------------------------------------------------------
|
||||
Common Authentication Service Adaptor documentation
|
||||
------------------------------------------------------------
|
||||
|
||||
Documentation is found in doc directory.
|
||||
For product documentation, please go to doc/product.
|
||||
For internal documentation, please go to doc/internal.
|
||||
|
||||
For latest documentation, see http://forge.novell.com/modules/xfmod/project/?casa
|
||||
|
||||
------------------------------------------------------------
|
||||
Compilation and Installation
|
||||
------------------------------------------------------------
|
||||
|
||||
For linux build information, please see readme/readme_linux
|
||||
For windows build information, please see readme/readme_win.txt
|
||||
|
||||
|
||||
------------------------------------------------------------
|
||||
Using CASA
|
||||
------------------------------------------------------------
|
||||
|
||||
HowTOS
|
||||
|
||||
------------------------------------------------------------
|
||||
Getting Involved
|
||||
------------------------------------------------------------
|
||||
|
||||
The CASA Community would very much benefit from your participation in the development of this open source project.
|
||||
|
||||
We welcome your involvement in CASA development process and would like to encourage you to join CASA community today.
|
||||
http://forge.novell.com/modules/xfmod/project/?casa
|
||||
|
||||
------------------------------------------------------------
|
||||
Report Bugs & Issues
|
||||
------------------------------------------------------------
|
||||
|
||||
The forge.novell Web site uses Bugzilla as a bug tracking tool. We would like to welcome every users to report any issues that may arise. This is an very important factor in CASA development process and we appreciate any of your input.
|
||||
|
@ -53,7 +53,7 @@ CSFILES = $(srcdir)/AssemblyInfo.cs \
|
||||
$(srcdir)/KWalletEngine.cs \
|
||||
$(srcdir)/GKEngine.cs \
|
||||
$(srcdir)/FFEngine.cs \
|
||||
$(top_srcdir)/c_gui/Logger.cs
|
||||
$(top_srcdir)/gui/Logger.cs
|
||||
|
||||
CSFILES_CSC := $(subst /,$(SEP),$(CSFILES))
|
||||
CS_FLAGS = $(CSC_LIBFLAG) -pkg:gtk-sharp /d:LINUX
|
||||
|
@ -83,7 +83,7 @@ $(OBJDIR)/%.o: %.cpp
|
||||
|
||||
$(OBJDIR)/$(MODULE_NAME).$(MODULE_EXT):
|
||||
@echo [======== Creating symlink $@ ========]
|
||||
ln -f $(CFILES) $(CASAROOT)/c_micasadk
|
||||
ln -f $(CFILES) $(CASAROOT)/micasadk
|
||||
|
||||
$(OBJDIR):
|
||||
[ -d $(OBJDIR) ] || mkdir -p $(OBJDIR)
|
||||
|
@ -32,7 +32,7 @@ DIST_SUBDIRS =
|
||||
|
||||
EXTRA_DIST = *.exp
|
||||
|
||||
CASAROOT = ../../..
|
||||
CASAROOT = ../../../..
|
||||
|
||||
CASALIBDIR = $(CASAROOT)/$(LIB)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user