Merge branch 'master' of ssh://git.andromeda.nl/srv/git/ACL
[libacl.git] / src / Makefile.in
index e0c4765..4050f4e 100644 (file)
@@ -130,7 +130,7 @@ am__uninstall_files_from_dir = { \
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
 LTLIBRARIES = $(lib_LTLIBRARIES)
 libACL_la_LIBADD =
-am_libACL_la_OBJECTS = string.lo
+am_libACL_la_OBJECTS = string.lo regex.lo
 libACL_la_OBJECTS = $(am_libACL_la_OBJECTS)
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -151,7 +151,7 @@ am__v_at_1 =
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__maybe_remake_depfiles = depfiles
-am__depfiles_remade = ./$(DEPDIR)/string.Plo
+am__depfiles_remade = ./$(DEPDIR)/regex.Plo ./$(DEPDIR)/string.Plo
 am__mv = mv -f
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -323,7 +323,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 lib_LTLIBRARIES = libACL.la
-libACL_la_SOURCES = string.cpp
+libACL_la_SOURCES = string.cpp regex.cpp
 include_HEADERS = String.h
 all: all-am
 
@@ -403,6 +403,7 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex.Plo@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string.Plo@am__quote@ # am--include-marker
 
 $(am__depfiles_remade):
@@ -587,7 +588,8 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
        mostlyclean-am
 
 distclean: distclean-am
-               -rm -f ./$(DEPDIR)/string.Plo
+               -rm -f ./$(DEPDIR)/regex.Plo
+       -rm -f ./$(DEPDIR)/string.Plo
        -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags
@@ -633,7 +635,8 @@ install-ps-am:
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-               -rm -f ./$(DEPDIR)/string.Plo
+               -rm -f ./$(DEPDIR)/regex.Plo
+       -rm -f ./$(DEPDIR)/string.Plo
        -rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic