plugins_LTLIBRARIES = \ tlp.la \ gml.la \ poset.la \ filesystem.la \ randomgraph.la \ randomsimplegraph.la \ adjacencymatrix.la \ completegraph.la \ randomtree.la \ randomtreegeneral.la \ completebinary.la \ circulant.la \ smallworld.la pluginsdir = $(libdir)/tlp/plugins/import tlp_la_SOURCES = TLPImport.cpp TLPParser.h tlp_la_LDFLAGS = @GZSTREAM_LDFLAGS@ gml_la_SOURCES = GMLImport.cpp GMLParser.h poset_la_SOURCES = PosetImport.cpp filesystem_la_SOURCES = FileSystem.cpp randomgraph_la_SOURCES = RandomGraph.cpp randomsimplegraph_la_SOURCES = RandomSimpleGraph.cpp adjacencymatrix_la_SOURCES = AdjacencyMatrixImport.cpp completegraph_la_SOURCES = CompleteGraph.cpp randomtree_la_SOURCES = RandomTree.cpp randomtreegeneral_la_SOURCES = RandomTreeGeneral.cpp completebinary_la_SOURCES = completeBinaryTree.cpp smallworld_la_SOURCES = SmallWorldGraph.cpp circulant_la_SOURCES = CirculantGraph.cpp LDFLAGS = -module -avoid-version @TULIP_LDFLAGS@ INCLUDES = @GZSTREAM_INCLUDE@ @TULIP_INCLUDE@ @QT_INCLUDES@