[go: up one dir, main page]

Menu

[62db13]: / itpp / sources.mk  Maximize  Restore  History

Download this file

23 lines (21 with data), 508 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
h_sources = $(top_srcdir)/itpp/itbase.h \
$(top_srcdir)/itpp/itstat.h \
$(top_srcdir)/itpp/itmex.h
if ENABLE_COMM
h_sources += $(top_srcdir)/itpp/itcomm.h
endif
if ENABLE_FIXED
h_sources += $(top_srcdir)/itpp/itfixed.h
endif
if ENABLE_OPTIM
h_sources += $(top_srcdir)/itpp/itoptim.h
endif
if ENABLE_PROTOCOL
h_sources += $(top_srcdir)/itpp/itprotocol.h
endif
if ENABLE_SIGNAL
h_sources += $(top_srcdir)/itpp/itsignal.h
endif
if ENABLE_SRCCODE
h_sources += $(top_srcdir)/itpp/itsrccode.h
endif