xref: /Universal-ctags/libreadtags/Makefile.am (revision a41b16516f3da7c2ee4d19b4240bc27562d4b442)
14d9e7fc5SMasatake YAMATOAUTOMAKE_OPTIONS = foreign
24d9e7fc5SMasatake YAMATOACLOCAL_AMFLAGS = -I m4
34d9e7fc5SMasatake YAMATO
4ee45a800SMasatake YAMATOAM_CFLAGS=-Wall
5ee45a800SMasatake YAMATO
6*a41b1651SMasatake YAMATOEXTRA_DIST = README.md NEWS.md
7*a41b1651SMasatake YAMATO
84d9e7fc5SMasatake YAMATOlib_LTLIBRARIES    = libreadtags.la
94d9e7fc5SMasatake YAMATOlibreadtags_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION)
10*a41b1651SMasatake YAMATOlibreadtags_la_CFLAGS  = $(GCOV_CFLAGS)
114d9e7fc5SMasatake YAMATO
124d9e7fc5SMasatake YAMATOlibreadtags_la_SOURCES = readtags.c readtags.h
134d9e7fc5SMasatake YAMATOnobase_include_HEADERS = readtags.h
144d9e7fc5SMasatake YAMATO
15*a41b1651SMasatake YAMATOEXTRA_DIST += libreadtags.pc.in
164d9e7fc5SMasatake YAMATOpkgconfigdir = $(libdir)/pkgconfig
174d9e7fc5SMasatake YAMATOpkgconfig_DATA = libreadtags.pc
184d9e7fc5SMasatake YAMATO
19ee45a800SMasatake YAMATOSUBDIRS = . tests
20