Skip to content

Commit

Permalink
Initial restructuring to enable compilation as a shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
Iona Childs committed Jul 6, 2012
1 parent bfa02ea commit 6e21ec5
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 3,017 deletions.
Empty file added ChangeLog
Empty file.
24 changes: 24 additions & 0 deletions Makefile.am
@@ -0,0 +1,24 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS=subdir-objects
AM_CFLAGS=$(PLOT_CFLAGS)
ACLOCAL_AMFLAGS=${ACLOCAL_FLAGS}
lib_LTLIBRARIES=libgtkplot-@PLOT_API_VERSION@.la
libgtkplot_@PLOT_API_VERSION@_la_SOURCES= \
gtkplot/plotlinear.c
libgtkplot_@PLOT_API_VERSION@_la_LDFLAGS= \
-version-info $(PLOT_SO_VERSION) \
$(PLOT_LIBS)
gtkplot_includedir=$(includedir)/gtkplot-$(PLOT_API_VERSION)
gtkplot_include_HEADERS= \
gtkplot/plotlinear.h
gtkplot_libincludedir=$(libdir)/gtkplot-$(PLOT_API_VERSION)/include
nodist_gtkplot_libinclude_HEADERS=gtkplotconfig.h

bin_PROGRAMS=TestPlotLinear
TestPlotLinear_SOURCES= \
gtkplot/testplotlinear.c
TestPlotLinear_LDADD=$(PLOT_LIBS) libgtkplot-@PLOT_API_VERSION@.la

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=gtkplot-${PLOT_API_VERSION}.pc
dist_noinst_SCRIPTS=autogen.sh
3 changes: 0 additions & 3 deletions PlotLinear/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions PlotLinear/configure.ac

This file was deleted.

9 changes: 0 additions & 9 deletions PlotLinear/src/Makefile.am

This file was deleted.

26 changes: 0 additions & 26 deletions PlotLinear/src/testplotlinear0-1-0.h

This file was deleted.

3 changes: 0 additions & 3 deletions PlotLog/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions PlotLog/configure.ac

This file was deleted.

13 changes: 0 additions & 13 deletions PlotLog/src/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions PlotPolar/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions PlotPolar/configure.ac

This file was deleted.

0 comments on commit 6e21ec5

Please sign in to comment.