-
Notifications
You must be signed in to change notification settings - Fork 23
/
Makefile.am
51 lines (48 loc) · 2.51 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# Makefile.am
#
# src Makefile.am. Process this file with automake to generate a Makefile
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#*
#* This file part of: freeture
#*
#* Copyright: (C) 2014-2015 Yoan Audureau, Chiara Marmo
#* FRIPON-GEOPS-UPSUD-CNRS
#*
#* License: GNU General Public License
#*
#* FreeTure is free software: you can redistribute it and/or modify
#* it under the terms of the GNU General Public License as published by
#* the Free Software Foundation, either version 3 of the License, or
#* (at your option) any later version.
#* FreeTure is distributed in the hope that it will be useful,
#* but WITHOUT ANY WARRANTY; without even the implied warranty of
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#* GNU General Public License for more details.
#* You should have received a copy of the GNU General Public License
#* along with FreeTure. If not, see <http://www.gnu.org/licenses/>.
#*
#* Last modified: 08/11/2017
#*
#*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
bin_PROGRAMS = freeture
freeture_SOURCES = EImgBitDepth.h EParser.h EParser.cpp ECamSdkType.h \
EDetMeth.h Base64.h Camera.h AcqThread.h AcqThread.cpp \
CameraVideo.h CameraGigeAravis.h CameraGigeAravis.cpp \
CameraFrames.h CameraGigePylon.h CameraGigePylon.cpp CameraV4l2.cpp CameraV4l2.h \
SMTPClient.h CameraGigeTis.h CameraGigeTis.cpp Circle.h CameraWindows.h CameraWindows.cpp \
CfgLoader.h CfgParam.h Conversion.h DetThread.h Detection.h \
Fits.h Fits2D.h Fits3D.h Frame.h GlobalEvent.h Histogram.h DetectionTemplate.h \
LocalEvent.h EStackMeth.h DetectionTemplate.cpp DetectionTemporal.h DetectionTemporal.cpp \
TimeDate.h Device.h Device.cpp Stack.h Stack.cpp Ephemeris.cpp SParam.h\
SaveImg.h StackThread.h StackThread.cpp SpriteThread.h SpriteThread.cpp \
Mask.h Mask.cpp EInputDeviceType.h \
Base64.cpp ESmtpSecurity.h OpenSSL.h OpenSSL.cpp Socket.h PixFmtConv.cpp \
CameraFrames.cpp SMTPClient.cpp HistogramGray.h HistogramGray.cpp \
CameraVideo.cpp CfgLoader.cpp CfgParam.cpp Conversion.cpp Ephemeris.h \
DetThread.cpp Fits.cpp Fits2D.cpp Fits3D.cpp Logger.h PixFmtConv.h \
Frame.cpp GlobalEvent.cpp Histogram.cpp \
LocalEvent.cpp main.cpp HistogramRGB.h HistogramRGB.cpp EImgFormat.h \
TimeDate.cpp ExposureControl.cpp ExposureControl.h ETimeMode.h ECamPixFmt.h \
SaveImg.cpp ELogSeverityLevel.h ImgProcessing.cpp ImgProcessing.h SpriteReader.h SpriteReader.cpp
DATE=`date +"%Y-%m-%d"`