remove old makefiles and ClientPasswordManager

This commit is contained in:
soochoi
2006-06-06 17:22:30 +00:00
parent 564224d1cb
commit 3bf3d47a5b
138 changed files with 0 additions and 15599 deletions

View File

@@ -1,19 +0,0 @@
#
# configure environment
#
TARGET = cSample
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET).exe
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target

View File

@@ -1,20 +0,0 @@
#
# configure environment
#
TARGET = cSharpSample
CS_NAME = $(TARGET)$(xtra).exe
include global.mak
include defaults.$(PLAT)
include rules.mak
#
# target object and source files
#
include src.$(PLAT)
include objs.$(PLAT)
#
# targets
#
include target.cs

View File

@@ -1,19 +0,0 @@
#
# configure environment
#
TARGET = sshtst
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET).exe
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target

View File

@@ -1,19 +0,0 @@
#
# configure environment
#
TARGET = sshtst
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET).exe
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target

View File

@@ -1,20 +0,0 @@
#
# configure environment
#
TARGET = testcache
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET)$(xtra).$(BIN)
LIB_NAME = $(TARGET)$(xtra).$(LIB)
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target

View File

@@ -1,20 +0,0 @@
#
# configure environment
#
TARGET = testcases
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET)$(xtra).$(BIN)
LIB_NAME = $(TARGET)$(xtra).$(LIB)
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target