Begin removal of some Imakefiles, and other no longer useful cruft

This commit will not completely remove all Imake files, specifically
those for sections that have not been completed yet.

Also, the databases dir has been moved to databases-delete-later until
we have everything building and installed properly.
This commit is contained in:
Jon Trulson
2021-07-03 18:15:30 -06:00
parent 727baab329
commit 369b3e89d9
214 changed files with 0 additions and 33986 deletions

View File

@@ -1,18 +0,0 @@
#define DoNormalLib NormalLibDtPamSvc
#define DoSharedLib SharedLibDtPamSvc
#define DoDebugLib DebugLibDtPamSvc
#define DoProfileLib ProfileLibDtPamSvc
#define LibName DtPamSvc
#define SoRev SOPAMREV
#define LibHeaders YES
#include <Threads.tmpl>
HEADERS = PamSvc.h
SRCS = PamSvc.c
OBJS = PamSvc.o
REQUIREDLIBS = -lpam
#include <Library.tmpl>
DependTarget()