File: Makefile.am

package info (click to toggle)
tango 9.3.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 95,792 kB
  • sloc: cpp: 138,382; sh: 8,009; ansic: 1,083; makefile: 996; java: 800; python: 264; xml: 54
file content (27 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (3)
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


# We need the ORB to compile and the tango header files to compile
AM_CPPFLAGS = -I$(top_srcdir)/lib/cpp/server \
              -I$(top_srcdir)/lib/cpp/log4tango/include \
              -I$(top_builddir)/lib/cpp/log4tango/include \
              -I$(top_builddir)/lib/cpp/server \
              $(ORB_INCLUDE_PREFIX) $(LIBZMQ_CFLAGS)

# We're making a libtool convenience library which is not to be installed,
# therefore the automake noinst variable
noinst_LTLIBRARIES = libjpeg.la

AM_CXXFLAGS=@JPEG_LIB_CXXFLAGS@

# These are the sources for the library.
libjpeg_la_SOURCES =      jpeg_bitstream.cpp  \
                          jpeg_color.cpp      \
                          jpeg_dct.cpp        \
                          jpeg_decoder.cpp    \
                          jpeg_encoder.cpp    \
                          jpeg_memory.cpp     \
                          jpeg_bitstream.h    \
                          jpeg_const.h        \
                          jpeg_lib.h          \
                          jpeg_memory.h