remove old makefiles and ClientPasswordManager
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user