guix/src/libutil/Makefile.am

14 lines
343 B
Makefile
Raw Normal View History

2003-11-18 10:47:59 +00:00
noinst_LIBRARIES = libutil.a
2003-11-25 13:01:21 +00:00
libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \
archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh
2003-11-18 10:47:59 +00:00
AM_CXXFLAGS = -DSYSTEM=\"@system@\" -Wall -I.. ${aterm_include}
2003-11-18 10:47:59 +00:00
check_PROGRAMS = test-aterm
test_aterm_SOURCES = test-aterm.cc
2003-12-01 14:40:24 +00:00
test_aterm_LDADD = ./libutil.a ../boost/format/libformat.a \
${aterm_lib}
2003-11-18 10:47:59 +00:00