1141cc406Sopenharmony_ci## Makefile.am -- an automake template for Makefile.in file 2141cc406Sopenharmony_ci## Copyright (C) 2009 Chris Bagwell and Sane Developers. 3141cc406Sopenharmony_ci## 4141cc406Sopenharmony_ci## This file is part of the "Sane" build infra-structure. See 5141cc406Sopenharmony_ci## included LICENSE file for license information. 6141cc406Sopenharmony_ci 7141cc406Sopenharmony_ciAM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \ 8141cc406Sopenharmony_ci -I$(top_srcdir)/include $(USB_CFLAGS) $(XML_CFLAGS) 9141cc406Sopenharmony_ci 10141cc406Sopenharmony_cinoinst_LTLIBRARIES = libsanei.la 11141cc406Sopenharmony_ci 12141cc406Sopenharmony_cilibsanei_la_SOURCES = sanei_directio.c sanei_ab306.c sanei_constrain_value.c \ 13141cc406Sopenharmony_ci sanei_init_debug.c sanei_net.c sanei_wire.c sanei_codec_ascii.c \ 14141cc406Sopenharmony_ci sanei_codec_bin.c sanei_scsi.c sanei_config.c sanei_config2.c \ 15141cc406Sopenharmony_ci sanei_pio.c sanei_pa4s2.c sanei_auth.c sanei_usb.c sanei_thread.c \ 16141cc406Sopenharmony_ci sanei_pv8630.c sanei_pp.c sanei_lm983x.c sanei_access.c sanei_tcp.c \ 17141cc406Sopenharmony_ci sanei_udp.c sanei_magic.c sanei_ir.c 18141cc406Sopenharmony_ciif HAVE_JPEG 19141cc406Sopenharmony_cilibsanei_la_SOURCES += sanei_jpeg.c 20141cc406Sopenharmony_ciendif 21141cc406Sopenharmony_ciEXTRA_DIST = linux_sg3_err.h os2_srb.h sanei_DomainOS.c sanei_DomainOS.h 22