]> git.mxchange.org Git - simgear.git/blob - simgear/screen/Makefile.am
Initial revision of jpegfactory code for generating jpeg format screen dumps.
[simgear.git] / simgear / screen / Makefile.am
1 includedir = @includedir@/screen
2
3 lib_LIBRARIES = libsgscreen.a
4
5 if ENABLE_JPEG_SERVER
6 IMAGE_SERVER_INCL = jpgfactory.hxx
7 IMAGE_SERVER_SRCS = jpgfactory.cxx
8 else
9 IMAGE_SERVER_INCL = 
10 IMAGE_SERVER_SRCS = 
11 endif
12
13 include_HEADERS = $(IMAGE_SERVER_INCL) screen-dump.hxx tr.h
14
15 libsgscreen_a_SOURCES = \
16         GLBitmaps.cxx GLBitmaps.h \
17         $(IMAGE_SERVER_SRCS) \
18         screen-dump.cxx \
19         tr.cxx \
20         win32-printer.h
21
22 if OLD_AUTOMAKE
23 INCLUDES += -I$(top_srcdir)
24 else
25 INCLUDES = -I$(top_srcdir)
26 endif