1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-12-08 14:58:42 +00:00

Change to autotools

This commit is contained in:
Carsten Larsen
2016-12-09 20:03:58 +01:00
parent cebf806dbb
commit cb639df22a
44 changed files with 2567 additions and 270 deletions

10
Makefile.am Normal file
View File

@ -0,0 +1,10 @@
EXTRA_DIST = expansions.m4 ../MySql.Data ../Npgsql
#Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
SUBDIRS = Ntp.Analyzer.Objects Ntp.Common Ntp.Analyzer.Monitor.Client Ntp.Data Ntp.Data.Provider Ntp.Analyzer.Monitor.Cli Ntp.Analyzer.Data Ntp.Analyzer.Import Ntp.Analyzer Ntp.Analyzer.Validate.Cli Ntp.Analyzer.Validate.Gui Ntp.Analyzer.Monitor.Server Ntp.Analyzer.Process Ntp.Analyzer.Cli
endif
if ENABLE_RELEASE
SUBDIRS = Ntp.Analyzer.Objects Ntp.Common Ntp.Analyzer.Monitor.Client Ntp.Data Ntp.Data.Provider Ntp.Analyzer.Monitor.Cli Ntp.Analyzer.Data Ntp.Analyzer.Import Ntp.Analyzer Ntp.Analyzer.Validate.Cli Ntp.Analyzer.Validate.Gui Ntp.Analyzer.Monitor.Server Ntp.Analyzer.Process Ntp.Analyzer.Cli
endif