iface/gspn/examples/DCSwave/DCSWave.net iface/gspn/examples/DCSwave/DCSWave.tobs, iface/gspn/examples/simple/simple.def, iface/gspn/examples/simple/simple.net, iface/gspn/examples/simple/simple.tobs: New files, from Yann Thierry-Mieg. * iface/gspn/Makefile.am (EXTRA_DIST): New variables.
25 lines
No EOL
701 B
Makefile
25 lines
No EOL
701 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) $(LIBGSPN_CPPFLAGS)
|
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
|
|
|
lib_LTLIBRARIES = libspotgspn.la
|
|
libspotgspn_la_LIBADD = $(top_builddir)/src/libspot.la
|
|
libspotgspn_la_SOURCES = \
|
|
gspn.hh \
|
|
gspn.cc \
|
|
gspnlib.h
|
|
|
|
check_PROGRAMS = dottygspn-rg dottygspn-srg
|
|
|
|
dottygspn_rg_SOURCES = dottygspn.cc
|
|
dottygspn_rg_LDADD = libspotgspn.la $(LIBGSPNRG_LDFLAGS)
|
|
|
|
dottygspn_srg_SOURCES = dottygspn.cc
|
|
dottygspn_srg_LDADD = libspotgspn.la $(LIBGSPNSRG_LDFLAGS)
|
|
|
|
EXTRA_DIST = \
|
|
examples/DCSwave/DCSWave.def \
|
|
examples/DCSwave/DCSWave.net \
|
|
examples/DCSwave/DCSWave.tobs \
|
|
examples/simple/simple.def \
|
|
examples/simple/simple.net \
|
|
examples/simple/simple.tobs
|