mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 07:46:22 -04:00 
			
		
		
		
	Currently they are for special purposes only, and thus not used as a part of the union tag. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@338184 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
		
			
				
	
	
		
			20 lines
		
	
	
		
			603 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			603 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBDIRS = id3v1 id3v2
 | |
| INCLUDES = \
 | |
| 	-I$(top_srcdir)/taglib\
 | |
| 	-I$(top_srcdir)/taglib/toolkit \
 | |
|         -I$(top_srcdir)/taglib/ape \
 | |
| 	-I$(top_srcdir)/taglib/mpeg/id3v2 -I./id3v2 \
 | |
| 	-I$(top_srcdir)/taglib/mpeg/id3v1 -I./id3v1 \
 | |
| 	$(all_includes)
 | |
| 
 | |
| noinst_LTLIBRARIES = libmpeg.la
 | |
| 
 | |
| libmpeg_la_SOURCES = mpegfile.cpp mpegproperties.cpp mpegheader.cpp xingheader.cpp
 | |
| 
 | |
| taglib_include_HEADERS = mpegfile.h mpegproperties.h mpegheader.h xingheader.h
 | |
| taglib_includedir = $(includedir)/taglib
 | |
| 
 | |
| libmpeg_la_LIBADD = ./id3v2/libid3v2.la ./id3v1/libid3v1.la
 | |
| 
 | |
| EXTRA_DIST = $(libmpeg_la_SOURCES) $(taglib_include_HEADERS)
 |