diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-22 07:24:03 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-22 07:24:03 -0800 |
commit | 2cdd5bf0e73eff343d4ca085b315e78982e76202 (patch) | |
tree | e9082ffa48b4651e998fd9caa1dab827a9e6b7ae /libedsio/Makefile.am | |
download | xdelta1-2cdd5bf0e73eff343d4ca085b315e78982e76202.tar.gz xdelta1-2cdd5bf0e73eff343d4ca085b315e78982e76202.tar.bz2 xdelta1-2cdd5bf0e73eff343d4ca085b315e78982e76202.zip |
Imported Upstream version 1.1.4upstream/1.1.4upstream
Diffstat (limited to 'libedsio/Makefile.am')
-rwxr-xr-x | libedsio/Makefile.am | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/libedsio/Makefile.am b/libedsio/Makefile.am new file mode 100755 index 0000000..154ae54 --- /dev/null +++ b/libedsio/Makefile.am @@ -0,0 +1,52 @@ + +INCLUDES = $(GLIB_CFLAGS) + +noinst_SCRIPTS = edsio-comp + +lib_LTLIBRARIES = libedsio.la + +noinst_PROGRAMS = edsiotest + +edsiotest_SOURCES = edsiotest.c + +edsiotest_LDADD = libedsio.la $(GLIB_LIBS) + +noinst_HEADERS = maketime.h partime.h + +include_HEADERS = edsio.h edsio_edsio.h + +libedsio_la_LIBADD = $(GLIB_LIBS) + +libedsio_la_SOURCES = \ + library.c \ + simple.c \ + edsio.c \ + edsio_edsio.c \ + sha.c \ + md5c.c \ + fh.c \ + generic.c \ + default.c \ + base64.c \ + maketime.c \ + partime.c + +EXTRA_DIST = edsio.el edsio.ser $(SER_OUT1) edsio-comp.in stamp-ser1 + +# +# Rules for the generated code +# + +stamp-ser1: $(top_srcdir)/libedsio/edsio.el edsio.ser + $(top_srcdir)/libedsio/edsio-comp edsio.ser + touch stamp-ser1 + +SER_OUT1 = edsio_edsio.c edsio_edsio.h + +$(SER_OUT1): stamp-ser1 + +BUILT_SOURCES = edsio_edsio.c + +# +# +# |