geany/tagmanager/Makefile.am
2006-07-09 14:41:53 +00:00

66 lines
887 B
Makefile

## Process this file with automake to produce Makefile.in
# $Id$
SUBDIRS = include
INCLUDES = -Iinclude $(PACKAGE_CFLAGS)
# -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \
# -DGDK_PIXBUF_DEPRECATED \
# -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED
AM_CFLAGS = -Wall
noinst_LIBRARIES = libtagmanager.a
libtagmanager_a_SOURCES =\
general.h\
keyword.h\
parsers.h\
sort.h\
vstring.h\
args.h\
ctags.h\
entry.h\
get.h\
main.h\
read.h\
parse.h\
strlist.h\
args.c\
args.h\
c.c\
d.c\
conf.c\
css.c\
docbook.c\
make.c\
asm.c\
latex.c\
pascal.c\
perl.c\
ruby.c\
sql.c\
php.c\
python.c\
regex.c\
tcl.c\
sh.c\
ctags.c\
entry.c\
get.c\
keyword.c\
options.h\
options.c\
parse.c\
read.c\
sort.c\
strlist.c\
vstring.c\
tm_workspace.c\
tm_work_object.c\
tm_source_file.c\
tm_project.c\
tm_tag.c\
tm_symbol.c\
tm_file_entry.c\
tm_tagmanager.c