noinst_LTLIBRARIES = libguppidata.la 

INCLUDES =  \
	-I$(top_builddir) -I$(includedir) -I$(top_srcdir) \
	-I$(top_srcdir)/src/libguppiuseful \
	-I$(top_builddir)/src/libguppiuseful \
	$(STANDARD_CFLAGS) \
	-DG_LOG_DOMAIN=\"libguppidata\" 

libguppidata_la_SOURCES =	\
	guppi-data-init.c	\
	guppi-data-plug-in.c	\
	guppi-data-flavor.c	\
	guppi-data.c		\
	guppi-category.c	\
	guppi-seq.c		\
	guppi-curve.c		\
	guppi-date-indexed.c	\
	guppi-date-series.c	\
	guppi-price-series.c	\
	guppi-seq-boolean.c	\
	guppi-seq-categorical.c \
	guppi-seq-date.c	\
	guppi-seq-object.c	\
	guppi-seq-scalar.c	\
	guppi-seq-string.c	\
	guppi-seq-integer.c	\
	guppi-data-table.c	\
	guppi-struct.c		\
	guppi-data-socket.c	\
	guppi-data-tree.c	\
	guppi-data-importer.c	\
	guppi-data-importer-plug-in.c


libguppidataincludedir = $(includedir)/gnome-1.0/libguppi

libguppidatainclude_HEADERS =	\
	guppi-data-init.h	\
	guppi-data-plug-in.h	\
	guppi-data-flavor.h	\
	guppi-data.h		\
	guppi-category.h	\
	guppi-curve.h		\
	guppi-date-indexed.h	\
	guppi-date-series.h	\
	guppi-price-series.h	\
	guppi-seq.h		\
	guppi-seq-boolean.h	\
	guppi-seq-categorical.h \
	guppi-seq-date.h	\
	guppi-seq-object.h	\
	guppi-seq-scalar.h	\
	guppi-seq-string.h	\
	guppi-data-table.h	\
	guppi-seq-integer.h	\
	guppi-struct.h		\
	guppi-data-socket.h	\
	guppi-data-tree.h	\
	guppi-data-importer.h	\
	guppi-data-importer-plug-in.h 


#libguppidata_la_LDFLAGS = -version-info $(GUPPI_CURRENT):$(GUPPI_REVISION):$(GUPPI_AGE) $(EXTRA_LDFLAGS)


#noinst_PROGRAMS = demo
#demo_SOURCES = demo.c
#LDADD = \
#	../libguppiuseful/libguppiuseful.la \
#	libguppidata.la \
#	$(STANDARD_LDFLAGS)



syntax highlighted by Code2HTML, v. 0.9.1