1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-18 07:17:05 +01:00

autotool cleanup

This commit is contained in:
2024-02-10 10:54:42 +01:00
parent d786524508
commit cc0154f58c
13 changed files with 0 additions and 1051 deletions

View File

@ -1 +0,0 @@
../lib

View File

@ -1,15 +0,0 @@
if CXX_GNU
COM_CXXFLAGS = -Wall -W -pedantic -Wno-deprecated-declarations
else
if CXX_INTEL
COM_CXXFLAGS = -wd1682 -Wall
endif
endif
bin_PROGRAMS = latan-2pt-fit
latan_2pt_fit_SOURCES = 2pt-fit.cpp
latan_2pt_fit_CXXFLAGS = $(COM_CXXFLAGS)
latan_2pt_fit_LDFLAGS = -L../lib/.libs -lLatAnalyze
ACLOCAL_AMFLAGS = -I .buildutils/m4