comparison Makefile.am @ 677:0e879fb48b48

Use the improved m4 macros; Some additional configure cleanups done; Added preliminary detection for the new COMI interface used in libSIDPlay2 CVS; Added VERY preliminary detection for Antti Lankila's libSIDPlay2+reSID patches. NOTICE! Neither of these are actually yet supported.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 01:22:02 +0300
parents d1b32e981e73
children 6b7fa8232d87
comparison
equal deleted inserted replaced
676:60782f6c2bc8 677:0e879fb48b48
66 ### 66 ###
67 # Generated libraries 67 # Generated libraries
68 lib_LTLIBRARIES = libxmmssid.la 68 lib_LTLIBRARIES = libxmmssid.la
69 69
70 # Generals 70 # Generals
71 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_INCLUDES@ \ 71 AM_CFLAGS = -W -Wall -D_REENTRANT @XMMS_CFLAGS@ @SIDPLAY1_CFLAGS@ \
72 @SIDPLAY2_INCLUDES@ @BUILDERS_INCLUDES@ \ 72 @SIDPLAY2_CFLAGS@ @BUILDERS_CFLAGS@ \
73 -DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\"" \ 73 -DTHEMETUNE_FILE="\"$(pkgdatadir)/$(themetune)\"" \
74 -DLOCALEDIR="\"$(localedir)\"" 74 -DLOCALEDIR="\"$(localedir)\""
75 75
76 AM_CXXFLAGS = $(AM_CFLAGS) 76 AM_CXXFLAGS = $(AM_CFLAGS)
77 77
78 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@ 78 libxmmssid_la_LDFLAGS = -module -avoid-version @BUILDERS_LDFLAGS@
79 libxmmssid_la_LIBADD = @XMMS_LIBS@ @SIDPLAY1_LDADD@ @SIDPLAY2_LDADD@ @RESID_LDADD@ @HARDSID_LDADD@ 79 libxmmssid_la_LIBADD = @XMMS_LIBS@ @SIDPLAY1_LIBS@ @SIDPLAY2_LIBS@ @BUILDERS_LIBS@
80 80
81 # Glade-generated sources 81 # Glade-generated sources
82 update-glade: xmms-sid.glade 82 update-glade: xmms-sid.glade
83 glade -w $< 83 glade -w $<
84 touch $@ 84 touch $@