X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=Makefile.am;h=e6d7f8b599626643b46e3945ab75dae91fbb031c;hp=be14587eeb2f130ec1ee9f027462e949daa186ac;hb=refs%2Fheads%2Fcygwin-2.0-experimental;hpb=89edbbc3ab8ae58e3c6d9c47e7a123f1514d0338 diff --git a/Makefile.am b/Makefile.am index be14587e..e6d7f8b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,27 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I config -# The order here is tricky. SUBDIRS applies both to compilation and -# installation. Programs depending on the libs must be built after -# libust and '.' (that contains the linker script). However, '.' -# must be installed after libust so it can overwrite libust.so with -# the linker script. -SUBDIRS = libust . tests libmallocwrap ustd ustctl libinterfork include +SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ + liblttng-ust \ + liblttng-ust-ctl \ + tools \ + tests \ + doc -EXTRA_DIST = doc libust.ldscript.in libust-initializer.c -dist_bin_SCRIPTS = usttrace +# Disabled for now, because these libraries +# rely on the dlsym(3) RTLD_NEXT GNU extension. +# This is not implemented in Cygwin. +# liblttng-ust-fork +# liblttng-ust-libc-wrapper -ldscriptsdir = $(libdir) -ldscripts_DATA = libust.so libust-initializer.o +#disabled for 2.0 +#if BUILD_JNI_INTERFACE +#SUBDIRS += liblttng-ust-java +#endif -CLEANFILES = $(ldscripts_DATA) ./tests/libust-initializer.Po +#temporarily disabled +# liblttng-ust-malloc -libust.so: libust.ldscript.in - $(SED) -e "s@\@FORMAT\@@$(LIBFORMAT)@" -e "s@\@PATH\@@${libdir}@g" < $< > $@ +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lttng-ust.pc -libust-initializer.o: libust-initializer.c - $(CC) $(CFLAGS) -c -I$(top_srcdir)/include -o $@ $< +dist_doc_DATA = README ChangeLog