mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
826 B
18 lines
826 B
all: AuthMonitorStats.sql AuthMonitorDeployment.sql AuthMonitorFailure.sql AuthMonitorStats2.sql
|
|
|
|
AuthMonitorStats.sql: Dec2Error.sql CardReaderLists.sql Stats.sql
|
|
type Dec2Error.sql > AuthMonitorStats.sql
|
|
type CardReaderLists.sql >> AuthMonitorStats.sql
|
|
type Stats.sql >> AuthMonitorStats.sql
|
|
|
|
AuthMonitorDeployment.sql: CardReaderLists.sql Deployment.sql
|
|
type CardReaderLists.sql > AuthMonitorDeployment.sql
|
|
type Deployment.sql >> AuthMonitorDeployment.sql
|
|
|
|
AuthMonitorFailure.sql: Dec2Error.sql Failure.sql
|
|
type Dec2Error.sql > AuthMonitorFailure.sql
|
|
type Failure.sql >> AuthMonitorFailure.sql
|
|
|
|
AuthMonitorStats2.sql: CardReaderLists.sql Stats2.sql
|
|
type CardReaderLists.sql > AuthMonitorStats2.sql
|
|
type Stats2.sql >> AuthMonitorStats2.sql
|